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

Help: Rainmeter Skins • Re: Multiple InlineSettings

$
0
0
Hi, I just found InlineSetting and it helps make some of my layouts easier but then unfortunately it introduces a lot of repetition.

Is there any way to simplify something like this? I want to apply multiple settings to one pattern.

Code:

InlinePattern=TEXTInlinePattern2=TEXTInlinePattern3=TEXTInlineSetting=ItalicInlineSetting2=Size | 24InlineSetting3=Color | #Azure#
I was hoping something like this would work but it's ignored.

Code:

[TestStyle]StringStyle=ItalicFontSize=24FontColor=#Azure#[MyMeter]InlinePattern=TEXTInlineSetting=[TestStyle]
I also tried this.

Code:

InlinePattern=TEMPInlineSetting=Italic,Size | 24,Color | #Azure#
Thanks
No, every setting / pattern must be specified individually. You can put your 1st code in the style from the 2nd and use it via MeterStyle=... in the meter, but that would just move the repetitions from the meter section to the style section and won't avoid them altogether.

With a few exceptions like the Group option and maybe a few Shape options (depending on how you look at them), almost all Rainmeter options refer to a single instance of something. This does increase repetition but on the other hand it improves clarity and it's more functionally feasible (for example, you can change any individual option without worrying that you'll have to repeat other possibly unknown settings for another instance). It might not look convenient in what you need at this point, but you'll find that it's spot on in other cases (e.g. if you want to alter just the Color setting, you won't have to bother with knowing or repeating the italic or size values, like it would be the case if they were all part of the same option).

Statistics: Posted by Yincognito — Today, 5:25 pm



Viewing all articles
Browse latest Browse all 1572

Trending Articles