[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Text Search Style
|
win32 does not have the notion of a Search box that is
visually-differentiated from a typical single-line Text, so no workaround is
required. You should use the SEARCH style (assuming that your text box is
for entering search queries of course) so that your OSX users will be happy,
and users on other platforms like win32 will still get the regular Text box
as expected. The SEARCH style just affects the appearance of a Text box, it
does not provide any function like automatic searching.
Grant
"Brian" <nebulour@xxxxxxxxx> wrote in message
news:0aa9c346efd6d41df6766cbec9405fa7$1@xxxxxxxxxxxxxxxxxx
> I'm trying to find a search widget similar to Google Search widget. I
> read that this is available on platforms that have this concept
>
(http://update.eclipse.org/downloads/drops/R-3.3-200706251500/whatsnew/eclip
se-news-part3.html).
>
>
> This must not be Windows XP because the snippet
>
(http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/e
clipse/swt/snippets/Snippet258.java?view=co)
> doesn't show correctly?
>
> Does anyone have any work arounds for XP?
>