User Tag List

Results 1 to 1 of 1

Thread: Rainmeter calc

  1. #1
    XXXxxxXXX is offline
    tripleX


    Join Date
    Nov 2010
    Location
    Germany, Rheinland-Pfalz
    Age
    16
    Posts
    296
    Post Thanks / Like
    Mentioned
    2 Post(s)
    Tagged
    17 Thread(s)


    Sex:

    Rainmeter calc

    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):
    Code:

    [MeasureTimeSize]
    Measure=Calc
    Formula=#h#-#h#/3

    But how do I use this now?
    I tried this:
    Code:

    [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:
    Code:
    [MeterTime]
    FontSize=(#h#-#h#/3)

    Before I just tried:
    Code:

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

    Sorry for that thread...
    Last edited by XXXxxxXXX; 01-05-2012 at 11:00 PM.
    register or log in to view signatures!
    Reply With Quote Reply With Quote Share/Bookmark


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •