WELCOME to wxPython-users@lists.wxwidgets.org

dear readers,

there's an interesting recipe on the wxpython wiki for 'data-aware controls with validators in a dialog box'... is this the right approach for implementing the following use case?

"a user is presented with a dialog box that contains a single text box... as the user begins to type in a word, possible results are automatically completed and displayed below the text box, one result per row. for example, if the user typed in 'berk', the possible results might be 'berkeley', 'berkshire', 'berkenshivel'. the results would be coming from a database."

thoughts?

thanks!
aaron