Page 1 of 1

Toggle a meter with left click

Posted: February 7th, 2017, 10:16 pm
by GioRgSaVv
Hello, I'm a new rainmeter user and I just recently started creating my own skins and I want some help over here :confused:

I would like to have an image that shows/hides(toggle on click) other images with left click.
I'm trying to figure out how to do it for an hour and I'm so confused :(

I want to create a rainmeter folder for games, that when I left click on the folder it will show the images of the games(and afterwards left click on the images will run the games), and when I left click again on the folder it will hide all the images of the games.

A code that fades up the images instead of just showing them immediately would be the best! :thumbup:

Re: Toggle a meter with left click

Posted: February 7th, 2017, 11:21 pm
by CyberTheWorm
I did something similar, maybe my skin would help
https://forum.rainmeter.net/viewtopic.php?f=27&t=25053

Re: Toggle a meter with left click

Posted: February 9th, 2017, 6:20 pm
by GioRgSaVv
finally it was very simple..

LeftMouseUpAction=[!ToggleMeter skin1]

and that's it