suggestbox

A SuggestBox for wxPython?

Is there a widget for wxPython like the SuggestBox in Google Web Toolkit? It is basically a magic text box that can invoke some code to come up with suggestions relevant to whatever the user has entered so far. Like the search box on Google's web page. If such a widget isn't already floating out there, I'd appreciate a sketch of how I m...

ASP.NET Why session_end event is not getting called when we close a browser ?

Why session_end event is not getting called when we close a browser ? ...

Suggestbox returning suggestions that begin AND contain the user's input

Hi, I am using a SuggestBox and I am having some difficulties to obtain the good behavior of my application. Consider the following list of suggestions : 1. lol 2. good evening 3. goodbye 4. end 5. saluti If I use my SuggestBox with this list and I type "g" I will obtain : 1. good evening 2. goodbye It I type "e" : 1. good ...