Mega Search
23.2 Million


Sign Up

Make a donation  
wxComboBox not case sensitive  
News Group: comp.soft-sys.wxwindows

Hi,

I have a problem with wxComboBos is not case sensitive for MSW (wx 2.4).
If I create a combobox with wxCB_DROPDOWN, SetValue() is not case sensitive. 
That means a not (case sensitive) equal item from the list is selected. 
(e.g. The combobox list is 'W', 'MW', 'GW' ; SetValue("mW") selectes "MW").
Every thing is fine when I use  wxCB_SIMPLE .
Any help?

Gregor

 



---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wx-users-help@lists.wxwidgets.org


Vote for best question.
Score: 0  # Vote:  0
Date Posted: 20-Dec-2004, at 9:25 AM EST
From: Gregor Wrobel