From: <gre...@co...> - 2004-09-12 00:10:05
|
A combobox lets me write text in it instead of forcing me to select one of its listed choices, however this text does appear to do anything as it does not show up in .stringselection. This is even the case when I type in the exact same text as a listed choice in the combobox. This could be a bug depending on the desired behavior here. I believe the desired behavior should be to not allow text entry into a combobox, or giving an option to turn on text entry. But if the user is allowed to enter his own text, it should be picked up somewhere, right? Let me know, Greg Version Info: PythonCard version: 0.8 wxPython version: 2.5.2.7 Python version: 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit (Intel)] Platform: win32 |