Le 19 janv. 07 à 00:18, Sarah Reichelt a écrit :
On 1/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi Everyone,
Is there an easy way to keep multiple scrolling fields in
alignment when they
are scrolled?
In each field, put a scrollBarDrag handler as follows:
on scrollBarDrag pNewValue
set the vScroll of fld "OtherField" to pNewValue
set the vScroll of fld "SomeField" to pNewValue
end scrollbarDrag
pNewValue contains the setting for the scroll of the current field, so
just apply that to all the others.
Cheers,
Sarah
_______________________________________________
Hi,
If you want only one of the fld be controlling the others, you could
use (in the controlling field script) :
set the vScroll of fld "otherField" to the vScroll of me
Best regards from Grenoble
André _______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution