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

Help: Rainmeter Skins • Re: Problems with minimum and dynamic width

$
0
0
What I want: The Meter of the Artist should have the same width as the song, but if the song is shorter than the artist, it just cuts off. If the width of the title is under 200 it should set the width to 200, what it does, but if it's over 200px it's not dynamic anymore.
Does making the W of both the track and the artist meters something like this help?

Code:

W=Max(Max([TrackMeter:W],[ArtistMeter:W]),200)DynamicVariables=1
This assumes you don't have UpdateDivider=-1 on those meters, and that the skin has DynamicWindowSize=1 in its [Rainmeter] section. For this, no IfConditions should be needed.

Statistics: Posted by Yincognito — Yesterday, 11:09 pm



Viewing all articles
Browse latest Browse all 1754

Trending Articles