Excellent!
Many thanks to all that answered.
-Mj
- Original Message -
From: "Anton Rolls" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 23, 2003 7:40 PM
Subject: [REBOL] Re: Right Mouse Actions
>
> For right-mouse button, event/
For right-mouse button, event/type = 'alt-down or 'alt-up
Copy text to clipboard:
write clipboard:// {hello}
Copy text from clipboard:
text: clipboard://
You could mold binaries to put them in there too.
Anton.
> Hi, how would one go about creating right mouse functions.
>
> Hi, how would one go about creating right mouse functions.
view layout [btn [print "left"][print "right"]]
Regards,
Ashley
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.
Thank you for the info. It does help, now I have to find info. on cut copy
paste ;)
I will look through all the docs...
- Original Message -
From: "Stan Silver" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 23, 2003 2:39 PM
Subject: [REBOL] R
Hi Maryjane,
This document on www.rebol.com helped me with mouse clicks. Maybe someone
else knows about popping up menus...
go to: www.rebol.com
on the left side under: language
choose: documents
under: Other Res