Re: Invoke oracle from suggestbox on key

2009-07-13 Thread CMB
Yes, I was getting off the track as for query length of 0 it was calling requestDefaultSuggestions which would return an empty response. Once my brain kicked in, it was obvious I could ovveride requestDefaultSuggestions in my own code with correct invocation. Thanks a bunch! :) On Jun 30, 11:10 

Re: Invoke oracle from suggestbox on key

2009-06-30 Thread Isaac Truett
Are you looking for the showSuggestionList() method of SuggestBox? On Mon, Jun 29, 2009 at 10:16 AM, CMBschrepf...@gmail.com wrote: I would like to add a key handler to the suggestbox so that on a keydown it would ask the oracle for suggestion from the server, no matter if there is text or

Invoke oracle from suggestbox on key

2009-06-29 Thread CMB
I would like to add a key handler to the suggestbox so that on a keydown it would ask the oracle for suggestion from the server, no matter if there is text or not in the input box. Is it possible, as I can't find a way to do this (adding the handler is easy, it's the requestSuggestions bit that I