Page 1 of 1

Im new to making skins but give some feedback

Posted: November 29th, 2017, 6:31 am
by Not ≠
I've noticed with making skins refreshing it can get real annoying so i tried to making something to help with it.

[Rainmeter]
Update=1000
AccurateText=1
BackgroundMode=2

[MeterRefresh]
Y=1R
X=0R
Meter=String
AntiAlias=1
Text=Refresh
FontColor=255,255,255
FontSize=20
SolidColor=0,0,0,1
FontFace= Sensation Regular
LeftMouseUpAction=!RefreshApp

Re: Im new to making skins but give some feedback

Posted: November 29th, 2017, 1:36 pm
by eclectic-tech
While viewing the skin, you can right-click and select "Refresh" from the context menu. ;-)

But while editing the code it is a bit more work, so I would recommend using an alternate text editor such as Notepad++ to create skins.

You can add "Refresh skin" and "Refresh All" to the context menu of Notepad++.

Also there is Rainlexer plugin, by poiru, to it to provide syntax highlighting and other great tools.

Another option is to add Notepad Snippets to have meter templates, measure templates, plugin code templates, and actions bangs readily available. :sly:

This should help you have more fun coding. :welcome:

Re: Im new to making skins but give some feedback

Posted: November 29th, 2017, 9:34 pm
by SCR
Oh My... :jawdrop All this time I've been doing it the hard way..Which is any way but this way.

Thank you electic-tech.

Now excuse me while I go kick myself where the sun don't shine a few times... O.O

Re: Im new to making skins but give some feedback

Posted: November 29th, 2017, 10:07 pm
by eclectic-tech
SCR wrote:Oh My... :jawdrop All this time I've been doing it the hard way..Which is any way but this way.

Thank you electic-tech.

Now excuse me while I go kick myself where the sun don't shine a few times... O.O
We all should learn something new everyday! Count this one as a week's worth! :D

Re: Im new to making skins but give some feedback

Posted: November 29th, 2017, 10:49 pm
by Not ≠
Thanks for the help guys <3