Right click menu on Windows

Mark Brownell gizmotron at earthlink.net
Tue Aug 24 15:07:49 EDT 2004


On Tuesday, August 24, 2004, at 11:53 AM, Mark Brownell wrote:

> Hi,
>
> I'm trying to create a right click menu that come up like in the IDE. 
> I want right click control of cut, copy, paste, & clear. My control-C 
> and control-V work fine.
>
> Anyone know where to look for this capability?
>
> Mark

from the docs:

on mouseUp theButton
   if theButton is 3 then popup stack "Lookup Options"
   else pass mouseDown
end mouseUp

This looks like the recommended way, I guess.

Mark



More information about the use-livecode mailing list