rt.click functionality in text fields

Lynch, Jonathan BNZ2 at CDC.GOV
Mon Jan 10 09:19:30 EST 2005


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: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of docmann
Sent: Monday, January 10, 2005 7:52 AM
To: use-revolution at 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 at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


More information about the use-livecode mailing list