search for: new_wxwizard

Displaying 1 result from an estimated 1 matches for "new_wxwizard".

2007 Sep 28
1
WxWizard Error
...ing keyword_defs.rb, it still errors out, with the following Error (Modified by myself): >ruby wizard.rb C:/ruby/lib/ruby/gems/1.8/gems/wxruby-1.9.1-i386-mswin32/lib/wx/keyword_ctors.rb:202:in `initialize'': (ArgumentError) Original Error No matching function for overloaded ''new_wxWizard'' Error initializing #<Wx::Wizard:0x2ad4010> Sent parameters: [#<MyFrame:0x2ad4754>, -1, "The WxRuby Wizard", #<Wx::Point: (-1, -1)>] Correct parameters are: title (String) bitmap (Wxruby2::Bitmap) pos (Wxruby2::Point) from wizard.rb:37:in `new''...