It is currently April 26th, 2024, 4:48 am

Rotating Stylesheets

Tips and Tricks from the Rainmeter Community
User avatar
jsmorley
Developer
Posts: 22630
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rotating Stylesheets

Post by jsmorley »

I have in no way followed this closely, but one thing that jumped out at me was the term "daisy-chain". It is true that you CANNOT daisy-chain MeterStyles.

[Style1]
FontColor=255,255,255,255

[Meter1]
Meter=String
MeterStyle=Style1

[Meter2]
Meter=String
MeterStyle=Meter1

This is not allowed. [Meter2] will have the default value for FontColor. (0,0,0,255)
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Rotating Stylesheets

Post by Seahorse »

Aha! Delete Daisy Chain, add second set of Styles thank you Sir :D

Code: Select all

[StringOrange]
FontColor=#Colour1#
FontFace=Neuropol
FontSize=12
StringAlign=CENTER
StringEffect=Shadow
AntiAlias=1
LineColor=#Colour1#

[StringBlue]
etc, etc


[IncrementOrange]
H=100 
W=100
Solid=1
LineStart=#IncrementStart#
LineLength=#IncrementLength#
LineColor=#Colour1#
AntiAlias=1
DynamicVariables=1

[IncrementBlue]
......
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt