Re: SuggestBox problem...any work-around to get the selection text when one is chosen?

2009-08-25 Thread ThomasWrobel
I meant googles home page, of course. Clearly googles moto is having its desired effect ;) On Aug 25, 10:24 pm, darkflame darkfl...@gmail.com wrote: Ive run into this issue;http://code.google.com/p/google-web-toolkit/issues/detail?id=1634 Anyone know any work-arounds? The usefulness of the

Re: SuggestBox problem...any work-around to get the selection text when one is chosen?

2009-08-25 Thread Isaac Truett
Could you use a SelectionHandler instead? On Tue, Aug 25, 2009 at 4:24 PM, darkflamedarkfl...@gmail.com wrote: Ive run into this issue; http://code.google.com/p/google-web-toolkit/issues/detail?id=1634 Anyone know any work-arounds? The usefulness of the suggest box is kinda crippled

Re: SuggestBox problem...any work-around to get the selection text when one is chosen?

2009-08-25 Thread ThomasWrobel
'SelectionHandler didnt seem to work at all. I dont think we are supposed to be able to use that with suggestbox; Note that there is no method to retrieve the currently selected suggestion in a SuggestBox, because there are points in time where the currently selected suggestion is not defined.

SuggestBox problem...any work-around to get the selection text when one is chosen?

2009-08-25 Thread darkflame
Ive run into this issue; http://code.google.com/p/google-web-toolkit/issues/detail?id=1634 Anyone know any work-arounds? The usefulness of the suggest box is kinda crippled without one. I can only think of some timed-trigger myself, but thats rather crude :-/ I just want to be able to use the

Re: SuggestBox problem...any work-around to get the selection text when one is chosen?

2009-08-25 Thread Isaac Truett
'SelectionHandler didnt seem to work at all. I dont think we are supposed to be able to use that with suggestbox; Care to elaborate on that at all? It works fine for me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: SuggestBox problem...any work-around to get the selection text when one is chosen?

2009-08-25 Thread ThomasWrobel
Nope, my mistake, it does work. For some reason I was importing the wrong selectionhandler class! Correcting that it now works. On Aug 25, 11:05 pm, Isaac Truett itru...@gmail.com wrote: 'SelectionHandler didnt seem to work at all. I dont think we are supposed to be able to use that with