If you wish to script it so that right clicking on a field does
something - it is pretty easy to do:

On mousedown theButton
   If theButton = 3 then
      Do whatever you want done
   End if
End mousedown


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of docmann
Sent: Monday, January 10, 2005 7:52 AM
To: use-revolution@lists.runrev.com
Subject: rt.click functionality in text fields

Hello folks,
I've noticed that when I create a text field in Rev, there doesn't
seem to be any Rt.Click, cut/copy/paste functionality built into the
native control. (Which is a good thing, IMO.)

A quick gander at the documentation didn't shed any immediate light on
the subject, so I thought I'd ask if someone can point me in the right
direction to learn more.

Thanks in advance,
-Doc-
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to