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
_______________________________________________
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

Reply via email to