johnf wrote: > On openSUSE 10.3, python 2.5, wxPython 2.8.6 > I am binding the combobox dEvents.InteractiveChange to a form method. > However, > the first time I select from the combobox Choices it does NOT fire. But it > does fire the second time I chose something from Choices. How can I debug an > event so I can trace this bug(?).
InteractiveChange is an event raised purely by Dabo. So you need to not debug the event, because when it fires it is presumably working. You need to search for 'raiseEvent(.*InteractiveChange)' and then figure out why that code isn't firing the first time. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
