It is currently March 28th, 2024, 9:16 pm

Manage Rainmeter

Get help with creating, editing & fixing problems with skins
Tony Ryan
Posts: 17
Joined: December 7th, 2016, 2:27 pm

Manage Rainmeter

Post by Tony Ryan »

Hi i have decided to hide my taskbar and just use my skins.
the trouble i am having is when i use the manage rainmeter i often minimise it,
when i had the taskbar showing i could easily maximise it,but with no taskbar showing
i can not maximise it without showing the taskbar again,is there any workaround to maximise
it, i have tried LeftMouseUpAction=[!manage] in a skin but it won't maximise it.
any help here please or do i need to show my taskbar again.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Manage Rainmeter

Post by jsmorley »

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[MeterRestore]
Meter=String
FontSize=11
FontWeight=400
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
Text=Restore Manage
LeftMouseUpAction=["#CURRENTPATH#RestoreManage.exe"]
RestoreManage.zip
RestoreManage.au3 (AutoIt)

Code: Select all

WinSetState ("Manage Rainmeter", "", @SW_RESTORE )
You do not have the required permissions to view the files attached to this post.
Tony Ryan
Posts: 17
Joined: December 7th, 2016, 2:27 pm

Re: Manage Rainmeter

Post by Tony Ryan »

Thanks JsMorley
works great..
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Manage Rainmeter

Post by jsmorley »

Glad to help.