noreply at rubyforge.org
2007-Oct-03 13:59 UTC
[wxruby-development] [ wxruby-Patches-14411 ] calendar.rb - gui destroyed when changing calendar flags
Patches item #14411, was opened at 2007-10-03 13:59 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=14411&group_id=35 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Christopher Bludau (count_cb) Assigned to: Nobody (None) Summary: calendar.rb - gui destroyed when changing calendar flags Initial Comment: When changing the first weekday flag or the year can be changed flag the gui is somekind of "destroyed" See attached image to see what happens. Changing the line 235 from: layout to: @panel.layout solves the problem. After a short flickering the gui is correctly drawn. So because of the short flickering I don''t know if it is the perfect solution, but it is better then having the gui rendered useless. File with the change attached. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=220&aid=14411&group_id=35
Reasonably Related Threads
- [ wxruby-Patches-14375 ] bigdemo/wxScrolledWindow - paint bug with scrolled window
- [ wxruby-Patches-14416 ] Patch for Bug [#12747] Crash on exit
- [ wxruby-Bugs-15845 ] ctrl+shift+t crashes empty styled textctrl
- [ wxruby-Bugs-14374 ] TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1)
- [ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)