Hi Sharon

Assuming here that you have a scroll bar behaviour already.. generally the
scrollbar behaviour would send a message from the thumb to the field to tell
it how far to scroll. Generally this would be in the form of a sendSprite(x)
#SomeHandler, someParameter. Okay if you have multiple fields that means
multiple sprites so you can do a sendAllSprites(#SomeHandler,
someParameter).  now this gets a bit tricky if you need to get feedback from
the field, so I'm going to assume that your 4 columns have fields which are
identical in length and will scroll together therefore if any feedback  is
required you only need to have one of them report back and handle its
feedback appropriately.  Now if you want, you could also experiment with
using a text member and creating a very simple html table that has 4 columns
and assign the appropriate text to each column then you might be able to do
what you are doing with 4 fields but with only 1 text member.

Just some thoughts and pointers to start getting in the right direction.

Sincerely

Mark R. Jonkman
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to