[wxpython-users] Cannot find wx.combo.comboctrl
FileSelectorDialog event
Rodrigo Pinheiro
ametade at gmail.com
Wed Sep 24 02:26:33 PDT 2008
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?
Thanks and Regards
Rodrigo
[1] http://developer.apple.com/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGWindows/chapter_18_section_4.html#/
/apple_ref/doc/uid/20000961-SW3
[2] http://developer.apple.com/documentation/UserExperience/Conceptual/AppleHIGuidelines/art/wn_finderscopebarrows.jpg
More information about the wxpython-users
mailing list