From: ralph h. <1st...@1I...> - 2004-05-10 17:58:30
|
In my pythoncard app I have a combobox. I read the documentation on wxCombobox and it notes the following events: EVT_COMBOBOX(id, func) Process a wxEVT_COMMAND_COMBOBOX_SELECTED event, when an item on the list is selected. EVT_TEXT(id, func) Process a wxEVT_COMMAND_TEXT_UPDATED event, when the combobox text changes So I defined an event: def on_OutputType_selected(self, event): ... The event never fires. I also tried : def on_OutputType_updated(self, event): no luck either. _____________________________________________________________ ======================================= www.StrictlyEmail.com ...our name says it all! |