Re: Use SuggestBox suggestions in another widget

2013-07-02 Thread Johannes Barop
Hi, the best code to refer is the source code of SuggestBox itself. Having a look at this constructor you'll notice an interface SuggestionDisplay. The default implementation uses a MenuBar to display a list of text items. You can easily implement any custom rendering by implementing this inter

Re: Use SuggestBox suggestions in another widget

2013-07-02 Thread rahul neekhra
Thanks Kartik... with "Customized Display" u mean a simple panel right? or its diff widget. And also i donnot need the suggestion which we usually(like google search) show in suggest box instead i need to show it in seprate panel. how can I refresh my suggestion all the time in another panel when

Re: Use SuggestBox suggestions in another widget

2013-07-02 Thread Kartik Suba
Hey you can easily make Customized Suggestion box and also a Customized Display associated with it that will show the suggestions in the panel where ever it is. I have already implemented a Custom Suggest box as I wanted the SuggestionList to be displayed even when nothing is entered. So that I

Re: Use SuggestBox suggestions in another widget

2013-07-01 Thread rahul neekhra
I need similar thing, but in my case i want to hide the suggestion from text box and need to list them in seprate Panel with additional info. How we have achieve it? Regards Rahul On Tuesday, 16 June 2009 13:56:08 UTC-4, Josh wrote: > Hi, > > I have been trying to think of a good way to add a

Re: Use SuggestBox suggestions in another widget

2009-06-18 Thread Sumit Chandel
Hi Josh, You should be able to wire your suggest box up with handlers in such a way that you can update other widget components, such as the data table and panel you mentioned above. One way to do this would be to have any parties interested in suggestion events implement the SelectionHandler inte

Use SuggestBox suggestions in another widget

2009-06-16 Thread Josh
Hi, I have been trying to think of a good way to add a specific feature to my application to search through a list of data, but can't figure anything out. Here is what I would like: The interface would be a suggest box, and a vertical panel, or grid of some sort with data. Initially all of the