Hi Mark,

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?

Create a popup button with the menus you need and put it offscreen... (I think hiding the button does only work on a mac...?)

Then script:

on mousedown whatmouse
   if whatmouse = 3 then ## right- or control-click!
     popup btn "you btn here"
  end if
end mousedown

Hope that helps...

Mark

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

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

Reply via email to