Help: Rainmeter Skins • Help with timings please
I just thoroughly confused myself to the point where I can no longer figure out what is going on. Please help me decipher what is happening under the hood with some timings in my skin. It gets...
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 ArticleHelp: Rainmeter Skins • Re: Color-Slider -> Consultation
https://docs.rainmeter.net/manual/variables/nesting-variables/Statistics: Posted by Yincognito — Today, 6:19 pm
View ArticleHelp: Rainmeter Skins • Re: Convert rgb to hsl
I prefer HSL.If you want, here's my complete color manipulation library which is based on HSLhttps://forum.rainmeter.net/viewtopic.php?t=43717Statistics: Posted by RicardoTM — Today, 7:54 pm
View ArticleHelp: Rainmeter Skins • Re: Shape Clock
Hi, [jsmorley]Sorry if this is a stupid question. Then I would have to predefine the text in each language? And read it from the "MyLanguage.inc" file depending on the system language?I've never...
View ArticleHelp: Rainmeter Skins • Re: Creating a scrollable list of meters?
I assume it's a matter of replacing what is shown in each meter by somehow replacing it with the one above, or below, depending scrolling direction. Is that the simplest way to do so?That is, more...
View ArticleGeneral Discussion • Download Link for MSIAfterburner DLL?
Used to be able to download from here: https://forums.guru3d.com/threads/rainmeter-plugin-for-msi-afterburner.319558/But the Download link seems to no longer work, I'm getting "This site can’t be...
View ArticleGeneral Discussion • Re: Download Link for MSIAfterburner DLL?
Used to be able to download from here: https://forums.guru3d.com/threads/rainmeter-plugin-for-msi-afterburner.319558/But the Download link seems to no longer work, I'm getting "This site can’t be...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
Yes, however those warning (not error) messages don't create other problems, excepting that they are visible in the log.I noticed another error in code: the !CommandMeasure bang used into the...
View ArticleBugs & Feature Suggestions • Re: Total PhysicalMemory should be updateable
Or, try it the new* way...Code: [Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1[MeasurePhysMemTotal]Measure=PluginPlugin=UsageMonitorCategory="NUMA Node Memory"Counter="Total...
View ArticleCommunity Tips & Tricks • ScrollBar Template
I'd like to share this ScrollBar Template for future reference.The thumbs resize according to the content, they also hide when the content is shorter than the container.The template can be resized by...
View ArticleHelp: Rainmeter Skins • Re: Leading Zeros
As for combining all steps into one, in my earlier Substitute you don't need to eliminate empty capture references, you can just remove whatever \1 to \4 from the last substitution replacement and...
View ArticleHelp: Rainmeter Skins • Re: SideBar Hide & position
I think I've Managed to modify the code to achieve the MouseOver Background following another post... at the same time obtained a much smaller size INI file...I dumped the Bevel option and worked on...
View ArticleHelp: Rainmeter Skins • Re: Creating a scrollable list of meters?
I like the idea of minimal code, ie scrolling content. Can the meters inherit the commands from a given content as the meter changes? Do you gain anything by doing it this way?I'm currently looking at...
View ArticleCommunity Plugins & Addons • Re: BlurInput Plugin
It would not have been possible without the support of each one of you. Everyone has put in their best efforts to thoroughly test this plugin.It's my pleasure, as I firmly believe that this is a...
View ArticleHelp: Rainmeter Skins • Re: Optimizing
Thanks for your feed back and oh yeah, for some reasons, the code was truncated. Anyway, here is the rest of itBesides Alex88's excellent suggestion, since everything in your skin is driven by mouse...
View ArticleFeatured Plugins & Addons • Re: Mouse plugin from NighthawkSLO
Hi, sorry is this being asked before.Does anyone know exactly what is the cause of the bug that causes this plugin to open random files while dragging, and how to prevent it from happening?According...
View ArticleBugs & Feature Suggestions • Re: [Bug] Registry measure leaks handles
I do! He goes by jgwallace3 on GitHub. Issue is here.I also am here and will download the fixed version to see if it makes a difference. My rainmeter on my laptop has been up two weeks and has a total...
View ArticleHelp: Rainmeter Skins • Re: Shape Modifiers
Hmm, here is your code with changes to correct why it didn't work for you.You tried to use multiple EXTEND parameters which will not work.You should escape variables when you use !SETOPTION so the...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
Here's something to try:Please drag the skin to the middle of the desktop as it expands upwards when you press the buttons (Settings, Favorites, Search) or enter something in the input field and press...
View Article