It is currently April 27th, 2024, 12:15 pm

Help with mouse over and leave actions

Get help with creating, editing & fixing problems with skins
User avatar
UnforgivenRevival
Posts: 310
Joined: June 7th, 2012, 2:25 am
Location: Philadelphia, PA

Help with mouse over and leave actions

Post by UnforgivenRevival »

For some reason, After I refresh a skin, It will show the stuff thats supposed to be hidden until I manually hover over the skin and back off, Then will act normal. Any way to fix this so it doesnt show both strings on top of eachother and hides all 4 buttons at refresh like it should?

After refresh:
Image

What I would like to appear after refresh without having to manually hover over first to get everything working:
Image

Code: Select all

[Rainmeter]
Author=UnforgivenRevival
mouseoveraction=[!showmeter Previous][!showmeter next][!showmeter play][!showmeter stop][!showmeter artist][!hidemeter title][!redraw]
mouseleaveaction=[!hidemeter Previous][!hidemeter next][!hidemeter play][!hidemeter stop][!hidemeter artist][!showmeter title][!redraw]
mouseactioncursor=0
update=1000
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Help with mouse over and leave actions

Post by jsmorley »

You need to add Hidden=1 to any meters you want to be hidden when the skin is loaded or refreshed.
User avatar
UnforgivenRevival
Posts: 310
Joined: June 7th, 2012, 2:25 am
Location: Philadelphia, PA

Re: Help with mouse over and leave actions

Post by UnforgivenRevival »

Wow. Im dumb. I thought I had entered that to those meters but It seems I didnt. Thankyou!