syncing two scroll bars

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

syncing two scroll bars

Post by townsend » Mon Jun 18, 2012 5:39 pm

Is it possible to sync to different text fields that have the same number of lines?
Not in terms of content, but in terms of view area via the scroll bars.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: syncing two scroll bars

Post by mwieder » Mon Jun 18, 2012 5:42 pm

You mean as in

Code: Select all

set the scroll of field 2 to the scroll of field 1
or something more involved?

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: syncing two scroll bars

Post by townsend » Mon Jun 18, 2012 6:01 pm

Yeah-- that's it!

Thanks for the quick reply Mark.

Post Reply