Hello,
does anyone know how to create popup menus with FXRuby? An example would
be great. Thanks.
Andreas
···
–
AVR-Tutorial, über 350 Links
Forum für AVRGCC und MSPGCC
-> http://www.mikrocontroller.net
Hello,
does anyone know how to create popup menus with FXRuby? An example would
be great. Thanks.
Andreas
–
AVR-Tutorial, über 350 Links
Forum für AVRGCC und MSPGCC
-> http://www.mikrocontroller.net
Andreas Schwarz wrote:
Hello,
does anyone know how to create popup menus with FXRuby? An example would
be great. Thanks.Andreas
Joel VanderWerf wrote:
Andreas Schwarz wrote:
Hello,
does anyone know how to create popup menus with FXRuby? An example would
be great. Thanks.Andreas
Thanks, I’ll try it.
Another Question: are there predefined File Selection dialogs I can use?
Andreas Schwarz wrote:
Another Question: are there predefined File Selection dialogs I can use?
Maybe this helps:
Andreas Schwarz wrote:
Another Question: are there predefined File Selection dialogs I can use?
As Joel has already pointed out, the class you’re looking for is
FXFileDialog. Its use is demonstrated in a number of the FXRuby example
programs (e.g. the imageviewer.rb example).