Help: Rainmeter Skins • Ok... I have another question
I was debugging some of my code which uses some scripting. Since it really shouldn't be updated all that often, I added an UpdateDivisor=-1 to it. However when I load the skin to check the log file...
View ArticleHelp: Rainmeter Skins • Re: Ok... I have another question
Check your code, you have UpdateDivisor=-1 instead of UpdateDivider=-1.https://docs.rainmeter.net/manual/measures/general-options/#UpdateDivider-BrianStatistics: Posted by Brian — Today, 7:10 am
View ArticleHelp: Rainmeter Skins • Re: Rainmeter closes like the other apps
Hey. So my Rainmeter started acting up. You know on laptops when you use 3 finger trackpad gesture to minimize all the apps, idk when it started but rainmeter skins close with it, and when i use the...
View ArticleBugs & Feature Suggestions • Re: FR: ClipString=3
Ok, I thought it was done internally, then passed to windows.Statistics: Posted by sl23 — Yesterday, 9:35 pm
View ArticleHelp: Rainmeter Skins • Gradient Meter Bar [tip]
Been having some bad luck lately so thought I would spruce things up a bit with a helpful tip.I saw the post from <jsmorley https://forum.rainmeter.net/viewtopic.php?f=15&t=16758> regarding...
View ArticleHelp: Rainmeter Skins • Re: FileView & Shape Container
Unfortunately I have to disappoint you, I didn't manage to get it right. As I said, the examples in the manuall all use images that are placed on the font. Not in my case! Here I only want to work...
View ArticleHelp: Rainmeter Skins • Re: NowPlaying & VLC-Media Player
Code: RegExp=(?siU)<td class="chartlist-image">.*<img.*src="(?!https:\/\/lastfm\.freetls\.fastly\.net\/i\/u\/64s\/4128a6eb29f94943c9d206c08e625904\.jpg |...
View ArticleHelp: Rainmeter Skins • Re: Loop
Besides what jsmorley and RicardoTM mentioned, just make sure you understand that the Lua generating tutorial is just a workaround that doesn't change the fact that you'll need the desired meters to...
View ArticleHelp: Rainmeter Skins • Re: Skin for Photo Display
Sorry for the late reply...I am working on some ideas concerning transitions for your skin. I will post a package in the next day or so for you to try...Google Drive PreviewStatistics: Posted by...
View ArticleHelp: Rainmeter Skins • Leading Zeros
hello,I know this has been asked before but how can i add a leading zero to this cpu meter to make it look like this "CPU 01%" without it displaying "CPU 015%" once it gets past two digits. help would...
View ArticleHelp: Rainmeter Skins • Re: Leading Zeros
hello,I know this has been asked before but how can i add a leading zero to this cpu meter to make it look like this "CPU 01%" without it displaying "CPU 015%" once it gets past two digits. help would...
View ArticleHelp: Rainmeter Skins • Re: Is it possible to automatically make a skin...
All I know is that the left and right arrows on my air mouse don't do anything until I actually click on a non-clickable part of the skin to make it "active".Is this true for the left and right arrows...
View ArticleHelp: Rainmeter Skins • Re: Shape Clock
I started from new variables, but I believe this should be the reusable shape for any analog clock face. The top group of seven variables can be changed to desired values. The HourStrokeWidth &...
View ArticleHelp: Rainmeter Skins • Re: Thread for help with the Shape meter
i struggle with 2 bottons... One should displayed on, the other button off. If you press one Button ON,the other one should go to OFF Code:...
View ArticleHelp: Rainmeter Skins • Re: TransformationMatrix from Bottom Left instead of...
I have a Rotator in a skin I'm trying to make, the only way to make such a thing scale with size is by using TransformationMatrix.Are you sure about that? Statistics: Posted by Yincognito — Today,...
View ArticleHelp: Rainmeter Skins • Re: FileView - help!
Well, these things are mentioned in the 3rd and 4th section here:https://forum.rainmeter.net/viewtopic.php?t=28421The minimal code is my own preference, I get scared when looking at long and...
View ArticleHelp: Rainmeter Skins • Re: Color-Slider -> Consultation
Thanks again for pointing out that Bang [!Update] updates the whole skin which is not necessary. [!Update] is a perfectly right solution, however there are alternatives: as said in my opinion the best...
View ArticleHelp: Rainmeter Skins • Convert rgb to hsl
When I first saw hsl, in MuLab incidentally, I hated it. Over time I've grown to prefer it.I know there are skins that can do this, but I like to do things my own way in order to learn. So I was...
View ArticleHelp: Rainmeter Skins • Re: Convert rgb to hsl
How do I begin to convert rgb into hsl values?Here you have a description of this process. Some Calc measures are needed. Try following it, then come back if any question arises.Statistics: Posted by...
View ArticleHelp: Rainmeter Skins • Re: Help with timings please
With WebParser, only use UpdateRate, never UpdateDivider, and put it on the "parent" WebParser measure(s) the ones that actually go out to a remote source with a URL.I'm not sure why you are...
View Article