Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1056

Help: Rainmeter Skins • Re: Issues with Button and Progress Bar Interaction in Expandable Music Player

$
0
0
The [ContainerBox] section is not a valid SHAPE meter.
You can correct the section like this:

Code:

[ContainerBox]Meter=ShapeShape=Rectangle 42,0,359,42DynamicVariables=1
Or change the meter to Meter=Image :

Code:

[ContainerBox]Meter=ImageX=42Y=0W=359H=42SolidColor=255,255,255,255DynamicVariables=1
The progress bar meters should all have the same 'X' value. Set [ProgressTrack], [ProgressBar], and [ProgressBarBackground] 'X' value to:
X=(#Offset#+15)

You did not include your variables.inc file so I tested with general values for missing variables.
You may need to check your UpdateDivider settings if the meters are not responding.

Cannot guarantee all issues will work without the entire package.

Statistics: Posted by eclectic-tech — Yesterday, 4:40 pm



Viewing all articles
Browse latest Browse all 1056