[[wxPython] Smart Type Combo Box on Win NT]

Unfortunately SetInsertionPoint and friends are commented out in wxMSW 2.1.16
and 2.2.0 sources.

Niki Spahiev
e-mail: niki@vintech.bg

···

Daryl Stultz <daryl@together.net> wrote:

Hey, here is the example code for a wxComboBox subclass. This subclass
allows typing the letters such that the first match from the list will
populate the text ctrl. It works great on Linux, but not on Windows NT.
Niki requested this code.

If it can be made to work on WinNT Win9x, you all are welcome to use
it...

____________________________________________________________________
Get free email and a permanent address at Net@ddress Mail

Hey, here is the example code for a wxComboBox subclass. This subclass
allows typing the letters such that the first match from the list will
populate the text ctrl. It works great on Linux, but not on Windows NT.
Niki requested this code.

If it can be made to work on WinNT Win9x, you all are welcome to use
it...

Unfortunately SetInsertionPoint and friends are commented out in wxMSW

2.1.16

and 2.2.0 sources.

I've sent a message asking about it to wx-devel. Maybe they can be
implemented for 2.2.1.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!