If I remember well, the Incubator has an RPC/Remote SuggestBox/Oracle
that can take any widget to display the list. Search this group or the
incubator project website/code to find out more details. I haven't
tried doing this, so I can't provide more help.
Good luck, and report back if you find or come up with an
implementation.
On Nov 12, 12:49 am, zujee <[EMAIL PROTECTED]> wrote:
> any clue?
>
> On Nov 11, 6:39 pm, zujee <[EMAIL PROTECTED]> wrote:
>
> > Hi Experts,
> > I created a suggest box like
> > MultiWordSuggestOracle oracle = new MultiWordSuggestOracle();
> > oracle.add("Cat");
> > oracle.add("Dog");
> > oracle.add("Horse");
> > oracle.add("india");
> > oracle.add("Canada");
> > oracle.add("France");
> > oracle.add("uk");
> > oracle.add("Japan");
> > oracle.add("Russia");
>
> > SuggestBox box = new SuggestBox(oracle);
> > RootPanel.get().add(box);
>
> > The list is showing like a combo box. But i want to display that list
> > in another panel according to the user type in text box. Is that
> > possible
> > Please help.
> > Thansk and regads
> > zuje
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---