Couple of DesktopX Right click related things

Saturday, February 25, 2006 by Skarny | Discussion: DesktopX

I would really like to be able to use the Right Click Actions without a menu popping up on the object too. I am using Left click to increase a number and want to use Right click to reduce the same number. Atm I have to use CTRL Left Click which isn't as intuitive.

Also, a useful item to add to the right click menu in EDIT mode would be 'Hide'??. Sometimes I am making Visible : Yes and Visible : No changes frequently to an object and it's a bit tiresome navigating to the tab and click on the visible option there. Be much easier if I could just right click -> Hide, the object.

Tiggz
Reply #1 Saturday, February 25, 2006 8:44 PM
To disable the normal right click menu just use the following code:

Function Object_OnRButtonUp(x,y,dragged)
If not dragged then
'code to reduce the number
End If
Object_OnRButtonUp=True
End Function

to access the right click menu (for objects in builder mode) you can still use CTRL + rightclick

is that what you meant?
Skarny
Reply #2 Sunday, February 26, 2006 4:40 AM




You know, I had tried this a while ago, and I was sure I still got menus popping up like 'Remove' in client mode...though I never had the Object_OnRButtonUp=True at the bottom...what does that do exactly?

If it ever was an actual issue, it doesn't seem to be now
cheers tiggz.



Posted via WinCustomize Browser/Stardock Central
Jey_son
Reply #3 Saturday, March 4, 2006 8:27 AM
i have the same problem because in Client mode i sometimes accidentally remove some widgets in the desktop. Btw, where do you put the code "Object_OnRButtonUp=True"? i like to remove the "remove" right click function too in Client mode. Thanks

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01