It is currently May 21st, 2024, 8:32 pm

Rigth click Question =)

Get help with creating, editing & fixing problems with skins
User avatar
cedric115
Posts: 26
Joined: April 16th, 2012, 1:29 am

Rigth click Question =)

Post by cedric115 »

Ehh i can se on other post that we can disble the context menu by adding

Code: Select all

RightMouseDownAction=""
But I Added the event in my code nothing is block :confused:

Code: Select all

[Rainmeter]
Update=100
Author=José Pardilla (Edited by : Cédric Lampron)
DynamicWindowSize=1

[ColorStyle]
ColorMatrix1=1.438;-0.062;-0.062;0;0
ColorMatrix2=-0.122;1.378;-0.122;0;0
ColorMatrix3=-0.016;-0.016;1.483;0;0
ColorMatrix5=-0.03;0.05;-0.02;0;

[Icon]
Meter=Image
X=10
Y=10
Imagename=#ROOTCONFIGPATH#/Icons/Diablo III
MouseOverAction=!SetOption Icon MeterStyle ColorStyle
MouseLeaveAction=!SetOption Icon MeterStyle ""
LeftMouseDownAction=!SetOption Icon MeterStyle ""
LeftMouseUpAction=!Execute [!SetOption Icon MeterStyle ColorStyle][PLAY "#CURRENTPATH#Sound\Click.wav"][!HideFade #CURRENTCONFIG#][!EnableMeasure cCounter]
RightMouseUpAction=""
RightMouseDownAction=""
I got a other little question =) i got 5 image icon and I want to when I right click on my skin the next image is loaded
(i know how to change the image path but where is getting more complicated is when I need to alter my image)

Any suggestion :rosegift:
Last edited by cedric115 on April 17th, 2012, 1:44 pm, edited 2 times in total.
User avatar
cedric115
Posts: 26
Joined: April 16th, 2012, 1:29 am

Re: Rigth click Question =)

Post by cedric115 »

The conext menu is block but now i need to know how to change skin icon :s