3 button mice with Macs.
Richmond Mathewson
geradamas at yahoo.com
Mon Apr 30 10:34:35 EDT 2007
HOWEVER . . .
just uploaded newer version of MOUSER to RevOnline.
Try this:
on mouseDown
if mouse(1) is down then
--hang on a minute---
if controlKey() is down then
---do whatever you would normally do with a
Right Click in Windows---
end if
else
---do nix----
end if
end mouseDown
Not as daft as it sounds!
If you are ONLY writing for MAC you can do away with
the 'mouse(1)' loop:
on mouseDown
if controlKey() is down then
---do whatever you would normally do with a
Right Click in Windows---
end if
end mouseDown
sincerely, Richmond Mathewson
____________________________________________________________
A Thorn in the flesh is better than a failed Systems Development Life Cycle.
____________________________________________________________
___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/
More information about the use-livecode
mailing list