Re: [win32gui] Re: [perl-win32-gui-users] BUG Followup[1092732 ]:Slider no longer supports setting position

2005-03-18 Thread Jez White
You are right, it would be more logical to have drawing as the default - and you pass 1 to stop the redraw. Assuming no one has issues with this change - perhaps it should be done before the next build? Eh, let's agree what that 1 stands for first :) Well, if you assume that you have to pas

Re: [win32gui] Re: [perl-win32-gui-users] BUG Followup[1092732 ]:Slider no longer supports setting position

2005-03-18 Thread Johan Lindstrom
At 09:44 2005-03-18, Jez White wrote: I beg to differ. The documentation (Trackbar.html) says: *|Pos([VALUE],[REDRAW=1])|* Set or Get maximum logical position for the slider in a trackbar Which I take to mean that the default for REDRAW is 1, and that you have to explicitly pass 0 not t

Re: [win32gui] Re: [perl-win32-gui-users] BUG Followup[1092732 ]:Slider no longer supports setting position

2005-03-18 Thread Jez White
I beg to differ. The documentation (Trackbar.html) says: *|Pos([VALUE],[REDRAW=1])|* Set or Get maximum logical position for the slider in a trackbar Which I take to mean that the default for REDRAW is 1, and that you have to explicitly pass 0 not to redraw. It would certainly be logica