This patch fixes the last bug I found in the calendar sample. This makes two (mostly) working samples I''ve checked out. I did discover a new bug in caret.rb today which I should probably fix. Question: Since sizer.remove is deprecated should we just add an alias to the detach method or should we make people update to the new functions? Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Roy Sutton wrote:> This patch fixes the last bug I found in the calendar sample.Committed.> Question: Since sizer.remove is deprecated should we just add an alias > to the detach method or should we make people update to the new functions?Generally, I don''t think we need to support deprecated methods. In this case, the deprecated method actually had slightly different behavior, so we definitely should not support it. Thanks, Kevin