filter combobox values as user types in

Hi All,

What the best way to achieve a filtered list of combo box values as the user types in .

say it is combobox listing all countries as soon as user types NE

list is reduced to

Nepal
Netherlands
New Caledonia
New Zealand

cheers
Thomas

Thomas wrote:

Hi All,

What the best way to achieve a filtered list of combo box values as the user types in .

say it is combobox listing all countries as soon as user types NE

list is reduced to

Nepal
Netherlands
New Caledonia
New Zealand

I don't think that the native combobox can do this, at least not while the drop-down is shown. You can probably do it with the ComboCtrl however since it allows you to have a custom popup control.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!