I have a field with button superimposed on the text.

I would like the buttons to scroll with the field.

I set the field script to:

local tStart

on mouseDown
   put the vScroll of me into tStart
end mouseDown


on scrollbarDrag newValue
  put tStart & comma &  newValue into msg box
end scrollbarDrag

The idea was to get the vertical movement of the scrollbar and move the buttons accordingly.

But the field's scrollbar does not appear to get the mouseDown message and so I don't get the tStart variable

How do I get the initial position  of the scrollbar?

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