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

Help: Rainmeter Skins • Re: Help me fix up Axxrael's Noteboard skin

$
0
0
You can't use "Black" as a color on BGColor variable, You gotta use it as #Black#. But that variable has to be below the other color variables. Also Delete the parenthesis on NoteBoardColor.

So: NoteboardBGColor=#BGColor#,(255*(#NoteBoardOpacity#/100))

In rainmeter variables are read from first to last. If you put

Code:

BGColor=#Black#Black=0,0,0
The BGColor variable doesn't now the value of #Black# yet. it has to be:

Code:

Black=0,0,0BGColor=#Black#
So I was basically trying to provide a compromise between the easiest way for the user and for us to let them choose some predefined colors (but also let them do a completely custom color if they want). But it looks like the method I was attempting isn't clean enough for my liking. What are some easy-to-program alternatives?

Statistics: Posted by OrphieBaby — Yesterday, 10:46 pm



Viewing all articles
Browse latest Browse all 1486

Trending Articles