PDA

View Full Version : Rainmeter calc



XXXxxxXXX
January 5th, 2012, 09:55 PM
Hello VC,

I'm not very familiar with rainmeter skins and wanted to declare 2 variables in a skin which declare the hight and width and all meters should resize themselves. So I first wanted to make a calc-measure for the fontsize of the first meter (nothing special):


[MeasureTimeSize]
Measure=Calc
Formula=#h#-#h#/3
But how do I use this now?
I tried this:


[MeterTime]
...
FontSize=MeasureTimeSize
...
and
[MeterTime]
...
FontSize=#MeasureTimeSize#
...
and
[MeterTime]
...
FontSize=[MeasureTimeSize]
...

But nothing works...
Can anybody tell me what to do?
Thanks in advance!

Edit: F***! I was playing around with that for about an hour, but after I created this therad i've found it:

[MeterTime]
FontSize=(#h#-#h#/3)

Before I just tried:


[MeterTime]
FontSize=#h#-#h#/3
Sorry for that thread...