debug window scrolling problem every 10th line?
Posted: 05 March 2006, 15:53 PM
anyone else see a debug window scrolling problem every 10th line?
A program that does a console.writeline(cstr(n)) once a second, on my PC, demonstrates the problem. Every ten lines the window scroll bar moves to the top of the window instead of being set to the bottom. The next line causes the scroll bar to return to the bottom. It's as if the "add line" in the IDE forgets to set the index on that text widget to the end of the list every ten lines.
My Environment:
Windows XP SP1
--- EDIT additional:
The problem seems to arise only after the scroll buffer limit is exceeded. ThaT is, the problem doesn't happen for the first 100 (or whatever the option is set to) lines are displayed.
A program that does a console.writeline(cstr(n)) once a second, on my PC, demonstrates the problem. Every ten lines the window scroll bar moves to the top of the window instead of being set to the bottom. The next line causes the scroll bar to return to the bottom. It's as if the "add line" in the IDE forgets to set the index on that text widget to the end of the list every ten lines.
My Environment:
Windows XP SP1
--- EDIT additional:
The problem seems to arise only after the scroll buffer limit is exceeded. ThaT is, the problem doesn't happen for the first 100 (or whatever the option is set to) lines are displayed.