[wxpython-users] Cannot find wx.combo.comboctrl FileSelectorDialog
event
Robin Dunn
robin at alldunn.com
Thu Sep 25 23:46:46 PDT 2008
Rodrigo Pinheiro wrote:
>
> Em 2008/09/23, às 22:45, Robin Dunn escreveu
>> 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.
>
> Hi Robin,
>
> Thanks for your answer. I'm trying to code a Scope bar [1] [2] alike
> widget where I can add several rows of options. What I was trying to do
> is that when the users selects an option on the last wx.combobox (or
> wx.choice, or in this case FileSelectorDialog) the program would save
> all the options selected by the user.
>
> I solved the problem temporarily by using a button, but I'm trying to
> code a custom event.
>
> By the way, I'm having lots of problems on this Scope Bar widget. Does
> someone has already made a similar widget on wxPython?
Take a look at wx.lib.buttonpanel
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list