Hi All,
Has anyone out there found any web page which gives an easy, quick example of how to set the position of a Scrolled scrollbar?
I've heard of:
$widget-> xviewMoveto (fraction); or
$widget-> xview();
or even talk of:
-xscrollcommand -> ['set'=> $scrollbar ]
or perhaps I guess
'scrollbar'=> ((('scroll=><<>?set SCROLL e=mc2(Scrolled)~)))
but none of the manuals seem to be clear, or all the examples I've tired don't work.
Basically I've got eight buttons in frame that are enabled in sequence, one after another. When the fourth button is enabled, it's scrolled off the screen, so you have to manually move the scrollbar with your mouse to the right. I just want to at that point move the scrollbar over automatically so that this button is at the left side, so the user can finish.
Has anyone out there found any web page which gives an easy, quick example of how to set the position of a Scrolled scrollbar?
I've heard of:
$widget-> xviewMoveto (fraction); or
$widget-> xview();
or even talk of:
-xscrollcommand -> ['set'=> $scrollbar ]
or perhaps I guess
'scrollbar'=> ((('scroll=><<>?set SCROLL e=mc2(Scrolled)~)))
but none of the manuals seem to be clear, or all the examples I've tired don't work.
Basically I've got eight buttons in frame that are enabled in sequence, one after another. When the fourth button is enabled, it's scrolled off the screen, so you have to manually move the scrollbar with your mouse to the right. I just want to at that point move the scrollbar over automatically so that this button is at the left side, so the user can finish.