Richard Gaskin wrote:
J. Landman Gay wrote:

Garrett Hylltun wrote:

I have a field with the "dontWrap" set to true, so both horizontal and vertical scrollbars are available to the field.

In using the scrollbarDrag message, I found that both horz and vert scrollbars send the message and I have no way to differentiate between the two.

Is there a way to find out which scrollbar sent the message?


Try checking "the target".


Unfortunately "the target" only returns a reference to the field; scrollbars attached to a field are not addressible as distinct objects.

Oops, I misread the question; I automatically assumed separate scrollbar objects. You are right, of course. My flawed assumption is the workaround for now though: construct a group with a field and two scrollbar objects. Ugly, yes.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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