[wxpython-users] Cannot find wx.combo.comboctrl FileSelectorDialog
event
Rodrigo Pinheiro
ametade at gmail.com
Sun Sep 21 14:17:36 PDT 2008
Hi,
I'm trying to use the FileSelectorDialog custom widget from the
wxPython demo at the ComboCtrl demo. I'm trying to integrate it with
an application I'm designing.
This widget allows me to display a popup with a file selector dialog
that is displayed after clicking on a custom bitmap button. After
choosing the file and pressing the OK button, this dialog closes and
the text box at the left side of the custom bitmap button gets filled
with the path I choose at the pop up dialog.
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.
Thanks and regards
Rodrigo
More information about the wxpython-users
mailing list