1. Scrollbar range in win32 l
- Posted by Judith Evans <camping at FLASH.NET> Jan 23, 2000
- 484 views
David, Here I go again with weird happenings... Sometimes, but not all the time, even though I have set the scrollRange for a scrollbar, if I click on the scrollbar arrow I can go beyond the limits of the range. For example, if the range is from 1 to 4 and I click beyond 4, the position returned to me is 5 and then my program breaks. I've plugged this in my onScroll routines. I've noticed the same thing happen in Ide in the editing routine. If you click the up arrow on the scroll bar and are already at the top, the program breaks. I know you are doing some logic to tell the scrollbar to scroll or not and I'm not doing that. Not a problem for me but something for you to put in you 'funny occurances' folder in the event someone else mentions it. Judith Evans