Here's a great tip for windows users.

As you know there is in Windows systems the mousewheel.
Normally when you make a scrooling table with multiple fields, you hide the
scrolling bar from the left most fields behind the right most fields. Only
the right most field has its control bar visible.

If you add a script like this into the right most field, you will get a
multiple scrolling table of fields.

on scrollbarDrag
  put the scroll of me into x
  set the scroll of fld "Leftmost" to x
  set the scroll of fld "Middle" to x
end scrollbarDrag

With windows mousewheel, you can also scroll the left fields without using
the scroll bar controls. So the tip is to add the corresponding scripts ALSO
into the left most fields. This way, if you scroll any of the left fields
with the wheel, the right most field will also scroll like it's supposed to.

Cheers!
Xavier


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.

Reply via email to