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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to