wxGenericDirCtrl.rbw and bigdemo.rb.patch file. Note that we still have the extension .rbw on all the samples. Maybe we should mass-migrate them to .rb (and fix bigdemo.rb)? Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Roy Sutton wrote:> wxGenericDirCtrl.rbw and bigdemo.rb.patch file.Committed, thanks.> Note that we still have the extension .rbw on all the samples. Maybe > we should mass-migrate them to .rb (and fix bigdemo.rb)?Could do. What would be even better is if the individual samples could be run on their own, outside the bigdemo interface. I think it would only need a few lines of code wrapped in a ''if __FILE__ == $0'' to create a small Frame with panel. a