It is currently April 25th, 2024, 2:45 pm

Active=?

Get help with installing and using Rainmeter.
Ben Hill
Posts: 20
Joined: November 30th, 2009, 1:05 am

Active=?

Post by Ben Hill »

Can someone direct me to the explanation of Active=0,1,2, or 3 in the Rainmeter.ini?

I was trying to correct some Rainmeter freeze by closing all my skins and reopening them one by one. After I found the offender I thought I could restart all the rest by changing the Active=0 line. I knew there were three options, but I couldn't find the difference among 1, 2, or 3 in the manual.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Active=?

Post by jsmorley »

Active= just tells Rainmeter which .ini file is loaded in a folder with more than one. Remember that only one .ini file can be loaded at a time from a single folder.

Active=0
No .ini files are loaded from the config folder. Just means the skin is not currently loaded at all.

Active=x
Which skin .ini file, in alphabetical order, in the folder is currently loaded.

Example:
Skins\MyStuff
Skins\MyStuff\LeftClock.ini
Skins\MyStuff\MiddleClock.ini
Skins\MyStuff\RightClock.ini

Active=2
Skins\MyStuff\MiddleClock.ini is currently loaded.
Ben Hill
Posts: 20
Joined: November 30th, 2009, 1:05 am

Re: Active=?

Post by Ben Hill »

Got it. That's easy enough. Just didn't catch that it was counting the *.ini's in the folder!

Thanks very much.