Results 1 to 1 of 1

Thread: Rainmeter calc

Threaded View

  1. #1
    XXXxxxXXX is offline
    tripleX


    Join Date
    Nov 2010
    Location
    Germany, Rheinland-Pfalz
    Posts
    293
    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; January 5th, 2012 at 10:00 PM.

    Thanks VC for being such an awesome forum!


 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. up comming rainmeter theme (spawn guitars rainmeter skin.......)
    By deviantdon in forum General Discussion
    Replies: 4
    Last Post: September 28th, 2016, 05:40 PM
  2. HUD Rainmeter
    By BeautyDesignz in forum Rainmeter Skins
    Replies: 12
    Last Post: July 24th, 2013, 07:18 AM
  3. Rainmeter - Creating scripts for use with rainmeter
    By Big V in forum Rainmeter Skins
    Replies: 4
    Last Post: July 18th, 2013, 03:25 PM
  4. VLC and Rainmeter
    By birdy in forum Requests
    Replies: 9
    Last Post: April 13th, 2011, 05:42 PM
  5. rainmeter help
    By Big V in forum General Questions
    Replies: 1
    Last Post: November 24th, 2010, 02:38 PM

Posting Permissions

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