1. Win32Lib 0.57 onChange bug (2nd try)
- Posted by Sabal.Mike at notations.com Apr 15, 2002
- 409 views
Upgraded from version 0.45r Control type: SortedCombo Symptom: When selecting an item from the dropdown, key = getText(comboControl) is called to get the new value of the dropdown. However, getText returns the prior value of comboControl, which is only updated after the onChange routine (which contains the call to getText) is executed. I cannot tell where in the new version of win32lib this behavior is being applied. It works fine under 0.45r. Any suggestions? Michael J. Sabal