noreply at rubyforge.org
2007-Jun-08 15:48 UTC
[Wxruby-development] [ wxruby-Bugs-11446 ] Wx::TextCtrl behaves wrong when scrolling
Bugs item #11446, was opened at 2007-06-08 10:48 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=11446&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Mario Steele (eumario) Assigned to: Kevin Smith (qualitycode) Summary: Wx::TextCtrl behaves wrong when scrolling Initial Comment: On wxGTK, the behavior of Wx::TextCtrl works as expected, it scrolls smoothly on the text through the buffer. Recently, just checking code on Windows, and found that the Wx::TextCtrl does not scroll smoothly as expected. Instead of scrolling through the buffer, as text is appended with AutoScroll enabled, it flashes the text incoming past the bounds of the control, to the top, you can scroll up, and have the text reset, but once more text is added, it''ll flash it, and put the new text at the top as before. This has only been observed on wxMSW Version of v0.0.40 ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=11446&group_id=35
Maybe Matching Threads
- Wx::TextCtrl and wxMSW
- Wx::GenericDirCtrl Segfault Crash
- [1139] trunk/wxruby2/samples/text/textctrl.rb: Place TextCtrl sample in a panel so gets correct bg color on MSW
- problem with TextCtrl#get_insertion_point
- Re: TextCtrl background? (was TreeCtrl background?)