[wxpython-users] Cannot find wx.combo.comboctrl FileSelectorDialog
event
Robin Dunn
robin at alldunn.com
Tue Sep 23 14:45:46 PDT 2008
Rodrigo Pinheiro wrote:
> What I wanted to do is that when this text box gets filled with the path
> I want to trigger another action. The problem is that I cannot find what
> event to use. I have tried with wx.EVT_COMBOBOX, wx.EVT_CHOICE,
> wx.EVT_CHAR, ..., all of them without success.
>
> My question is if there is any event that I can use at this case or if I
> have to create a new custom event.
There may be something else that is possible, (with more info we could
help you figure out what) but I think I would probably just use a custom
event for this since it is to represent a custom action.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list