At 2:06 PM -0700 10/11/01, Kevin Wilson wrote: >I am new to meatard, and am hoping that I can get some advise on what I am sure is a >simple question. I have two text fields that a side by side and hold related data. I >would like to be able to lock them together so that when I scroll in one field they >both scroll at the same time. Any suggestions as to a simple solution to this? Thanks >in advance for the help. Kevin
Many of the same tricks that work with HyperCard will work with MetaCard as well: on scrollbarDrag set the scroll of fld "otherField" to the scroll of me end scrollbarDrag or something like that. But also consider that MetaCard fields understand tabs. It's entirely possible to store all the data in one field, and that way the "simultaneous" scrolling is automatic, because there really is only one field, instead of two pretending to be one. regards, geoff Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
