It is currently September 29th, 2024, 11:26 pm

question about resolutions and solutions.

General topics related to Rainmeter.
kin37ik
Posts: 40
Joined: November 13th, 2010, 11:05 am

Re: question about resolutions and solutions.

Post by kin37ik »

i forgot to post my code:

Code: Select all

[Rainmeter]
Update=1000

[Metadata]
Author=kin37ik

[TaskBar]
Meter=Image
ImageName=#SKINSPATH#Ginza\Resources\GinzaTaskbSideL.png
W=100
H=44

[Centre]
Meter=Image
ImageName=#SKINSPATH#Ginza\Resources\GinzaTaskb1px.png
Tile=1
X=0R
W=#SCREENAREAWIDTH#
H=44

[TaskBarR]
Meter=Image
ImageName=#SKINSPATH#Ginza\Resources\GinzaTaskbSideR.png
X=0R
W=100
H=44
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5534
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: question about resolutions and solutions.

Post by eclectic-tech »

Change the width setting on your center skin to:

W=(#SCREENAREAWIDTH#-200)

The width of your side bars need to be subtracted from the full screen width.
Note all calculations must be inside parentheses ().

That should display your bar correctly across the entire screen.
kin37ik
Posts: 40
Joined: November 13th, 2010, 11:05 am

Re: question about resolutions and solutions.

Post by kin37ik »

eclectic-tech wrote:Change the width setting on your center skin to:

W=(#SCREENAREAWIDTH#-200)

The width of your side bars need to be subtracted from the full screen width.
Note all calculations must be inside parentheses ().

That should display your bar correctly across the entire screen.
aaahh i see, now that makes sense and works perfectly! thank you very kindly (:
kin37ik
Posts: 40
Joined: November 13th, 2010, 11:05 am

Re: question about resolutions and solutions.

Post by kin37ik »

okay, i didnt want to make a new thread and this one isnt really that old so, my next step is, i want to now set it up so it can handle variables from a different interface, so basically what i want is have my icons point to a directory right, but i want users to be able to change those directories easily by say, using another panel with a text box for the user to define where the target executable is, basically what im asking is, how would i parse user changable variables from one skin piece to another??