It is currently April 28th, 2024, 1:27 pm

Showing and hideing Meter

Get help with creating, editing & fixing problems with skins
OceanGFX
Posts: 27
Joined: December 5th, 2012, 3:52 pm

Showing and hideing Meter

Post by OceanGFX »

Welll,sorry to bug you guys again but i have another problem,couldn't find anything in the manual so im forced to come here,Im working on an app launcher,so i want so that when i click on a certain object,it shows a meter,and when i click on it again,it hides it!,thats not possible atm for me...

Code: Select all

[Rainmeter]
Update=1000
Group=Test


[Variables]
;if you want bold fonts,chage the light to "Bold"
Face=Code Light
FSize=10
StringStyle=BOLD
FontColor=255,255,255,255


[Lines]
Meter=Image
ImageName=Lines2.png
X=0
Y=0
LeftMouseUpAction=[!HideMeterGroup "Test"][!ShowMeterGroup "Test"]



[Test]
Meter=String
FontFace=Code Bold
StringStyle=Bold
AntiAlias=1
X=50
Y=50
Text=plz work lol
Group=Test

[Test1]
Meter=String
FontFace=Code Bold
StringStyle=Bold
AntiAlias=1
X=100
Y=70
Text=plz work lol
Group=Test
I want it so that when i click the "lines",it Hides the text,then when i click on it again,it shows it back,vice versa,i couldent find any skin helping me,but if you guys know any skin,just say its name and i probably have it and ill go check it out,
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Showing and hideing Meter

Post by moshi »

OceanGFX
Posts: 27
Joined: December 5th, 2012, 3:52 pm

Re: Showing and hideing Meter

Post by OceanGFX »

moshi wrote:http://docs.rainmeter.net/manual/bangs#Meter

try !ToggleMeterGroup
Thanks alot,iv read the bangs and everything else alot,never mentioned that toggle turns it off and on.