RightClick'ing again.
Wednesday, August 8, 2012 by Snowman | Discussion: Sneak Previews
Well, not really 'sneak previews', just showing off what I'm tinckering with.

You might know some of'em. ![]()
And more in the workings... These are just the result of some 4 hours of work.
I've set up an extra PC running Windows XP, purely for skinning RightClick again. That's dedication, ay? (Shakes fist at Stardock)
I might even take up skinning WB again (XP only) IF I can get hold of an older version of SKS, v5 perhaps.
The one on the old SDC (SKS 6) just won't play nice.
![]()
Reply #43 Monday, August 27, 2012 1:16 PM
i'd rather have a "layer" over the desktop that supports customizable mouse actions.
like a Rainmeter skin with the dimensions of your desktop and a setting of ImageAlpha=1 (almost completely transparent, not visible for the human eye) with Position set to bottom.
then have AutoIt execute the hotkey on a right mouse click event.
Sounds very simple but....it's not...
Not for coding-gimps like me.
Adding a multi monitor setup to the equation doesn't simplfy the process.... ![]()
I'll just settle for the hotkey for now, unless someone volunteers to make such a Rainmeter.
Reply #44 Monday, August 27, 2012 2:34 PM
seems you are not looking for the functionality then, but for an excuse to spend your time doing cut and paste skins for this abandonware. i hope i am wrong though. so i'll volunteer.
Rainmeter is not like the mediocre software you are used to. multiple monitors are no problem. it also comes with proper documentation.
[Rainmeter]
BackgroundMode=1
[Whatever]
Meter=Image
X=0
Y=0
W=(#VSCREENAREAWIDTH#)
H=(#VSCREENAREAHEIGHT#)
SolidColor=ffffff01
RightMouseUpAction=["path/to your.exe"]
Reply #45 Monday, August 27, 2012 9:49 PM
I don't get whats not working about it
Win 7 64-bit. Not using a hotkey to launch. I can Right Click my butt off all day if I want. No crashes anywhere.
The only thing that bugs me is I can never get the 'Use the windowblinds skin' option to work right. After I install the proggie, this option only works once. When I change my blind, I cannot match in RC.
Reply #46 Tuesday, August 28, 2012 2:52 AM
i am pretty sure that is because you got the MS Visual C++ 32-bit runtimes or other runtimes that this thing depends on installed.
Reply #47 Tuesday, August 28, 2012 4:52 AM
Win 7 64-bit. Not using a hotkey to launch. I can Right Click my butt off all day if I want. No crashes anywhere.
Could we compare MS V C++ setups, Lavant?
Here are those I've got installed:

I'd love to see if that's all it takes because I cannot use RightClick in it's current "state".
Reply #48 Tuesday, August 28, 2012 9:44 AM
Snow...recently I had a system that couldn't use the converter for works docs into word/office docs.... the attempt kept on bombing out to 'you need a newer converter'....which was bogus.....
What ended up being needed was a DL from MS with the name 'vcredist_x86.exe' ....yep, one of them...![]()
Reply #49 Tuesday, August 28, 2012 10:26 AM
I know i have some older ones still installed but I wasn't sure if they could be uninstalled and I never bothered to ask since it seemed to not bother anything.
Reply #50 Tuesday, August 28, 2012 12:34 PM
Close but no cigar.
Downloaded and installed a shitload of C++ runtimes but little did it help. All I got was a lot of new files.... ![]()

I was unable to find the 'ATL update kb973923' listed on yours.
Reply #51 Tuesday, August 28, 2012 1:20 PM
My search for that file brought me to here
What ended up being needed was a DL from MS with the name 'vcredist_x86.exe' ....yep, one of them...
And just like Paul says this should be the file you need
elvee crosses fingers for Snowy.
Reply #52 Tuesday, August 28, 2012 1:39 PM
I've downloaded and installed 3 or 4 different 'versions' of files with that name. ![]()
Those three are on the list of todays downloaded/installed files.
'vcredist_IA6' freaked out and wouldn't install.
Reply #53 Tuesday, August 28, 2012 4:51 PM
Ah...ok. Maybe it is something else I have, but I have no idea on where to start. Any suggestions?
Reply #55 Tuesday, August 28, 2012 7:28 PM
Just a thought...would you by chance have Keyboard Launchpad installed?
Just thinking about the Hot key. I have it installed but I am not actively using it.
Reply #56 Wednesday, August 29, 2012 7:33 AM
No, I didn't have Keyboard Launchpad installed, so I gave it a go and installed it.
I don't know if that was what tipped the balance, but now I can activate the RightClick menu just like I did on Vista; double right click.
Go figure.....
Bitter sweet "victory" though.
1) The skin editor crashes instantly when I launch it. Not the biggest issue though since I've got the XP box going with RightClick working 100%.
2) This may be hard to comprehend and even harder to explain why it's happening:
A lot of applications launched from the RightClick menu doesn't work properly.
Examples:
- Winamp. When launched from RightClick I cannot do -anything- from the application. Start music, load files etc etc.
Loading it "normally" - no problems.
- Microsoft Excel.

- VLC Media player. Just plain doesn't load from RightClick.
- Any webbrowser, Chrome, FireFox, Pale Moon, IE. From RightClick they all load as it was the first time they were started.
I'm absolutely baffled why this happens.
Reply #57 Wednesday, August 29, 2012 9:19 AM
That's odd...I will have to try this out when I get home. I never actually used RC for launching programs. I use it for the meters and systray(which is not working for me at the moment)
Reply #58 Wednesday, August 29, 2012 9:53 AM
a reboot or logoff perhaps? or something else that got the c++ runtimes loaded.
it looks like a wpf issue, as office does not have transparency.
can you post the config of the menu? (the file where the menu entries are stored.)
in the meantime try configuring a menu entry not to the executable, but to the desktop link.
Reply #59 Wednesday, August 29, 2012 11:25 AM
Quoting Snowman, reply 56I don't know if that was what tipped the balance, but now I can activate the RightClick menu just like I did on Vista; double right click.
a reboot or logoff perhaps? or something else that got the c++ runtimes loaded.
Rebooting had no effect, but the double right click is no issue. It's better than crashing Explorer. ![]()
can you post the config of the menu? (the file where the menu entries are stored.)

All applications are installed on the C-drive.
All shortcuts used in RightClick are stored on the D-drive. (For easier setting up on new systems)
in the meantime try configuring a menu entry not to the executable, but to the desktop link.
It doesn't matter if RightClick link to the .exe files or to any shortcut anywhere, even newly created shortcut. (Have tested this thoroughly.)
It's just weird why the applications would 'malfunction' just because they are launched by/from RightClick.....
That's what's really bugging me.
Reply #60 Wednesday, August 29, 2012 12:46 PM
i didn't mean a screenshot of the gui but the actual config file. that gui might create some bullshit which eventually could be fixed manually.
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!







Reply #41 Monday, August 27, 2012 8:04 AM
i'd rather have a "layer" over the desktop that supports customizable mouse actions.
like a Rainmeter skin with the dimensions of your desktop and a setting of ImageAlpha=1 (almost completely transparent, not visible for the human eye) with Position set to bottom.
or LiteStep running as a service with jDesk as the only module (though then you could use xPopup as a second module, which is far better than RightClick).
then have AutoIt execute the hotkey on a right mouse click event.