After futzing about with juggling mutiple mainWindows with limited success - I see there is a FXWizard class.
However, I was a tad dismayed at my (lack of) results in understanding the rdoc details to implement one.
The error message is completely unhelpful, but I think all that's wrong is that you're missing one of the required arguments for FXWizard.new. See the API docs here:
The first three arguments are the owner window (or app, in your case), the name (i.e. the title for the dialog box) and the image to be displayed in the sidebar (or nil if you don't want an image). Try something like:
wiz = FXWizard.new(app, 'wiz', nil, :width => 300, :height => 300)
Hope this helps,
Lyle
---
"FXRuby: Create Lean and Mean GUIs with Ruby"
Now available from the Pragmatic Bookshelf!
_______________________________________________
fxruby-users mailing list
fxruby-users@...
http://rubyforge.org/mailman/listinfo/fxruby-users