This patch allows them to both work. Basically, I renamed the class for the MiniFrame sample. I was under the mistaken impression that Ruby let you redefine a class. Anyone know how to do that? The wxFrame.rbw patch just centers the window for looks. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Roy Sutton wrote:> This patch allows them to both work.Applied, plus fix for constant redefinition warning.> I was under the mistaken impression that Ruby let you redefine a > class. Anyone know how to do that?You can reopen a class, and redefine methods within it. But you can''t redefine a class''s superclass.> The wxFrame.rbw patch just centers the window for looks.applied alex