Help: Rainmeter Skins • Re: XImput Controller Connection Manual Refresh
Hi all,I’ve been working on a Rainmeter skin that displays a notification when a controller is connected or disconnected. I’ve got an image of the controller that appears and disappears based on the...
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 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
No need for conditional operation in this case, I think. Hidden=(#Show#=0) does the same as Hidden=(#Show#=0?1:0), but it's simpler and shorter (in my opinion).Good idea! Statistics: Posted by...
View ArticleBugs & Feature Suggestions • [BUG?] Part of skin flickering or not being...
If you drag a skin while an ActionTimer is increasing the dimensions of that skin, a part of the skin is either flickering or not drawn, until you release the mouse. This can be seen in a basic skin...
View ArticleBugs & Feature Suggestions • Re: Hide & Seek
Likely a conflict between Windows DWM, which is in charge of redrawing the screen when a window is "dragged", and the changes made by ActionTimer and the skin code.Statistics: Posted by jsmorley —...
View ArticleCommunity Tips & Tricks • Re: ScrollBar Templates
Excellent work, thanks Ricardo! hopefully you and others find it useful. I tried to make it easy to implement, however if something's not clear please let me know. I added instructions to the main...
View ArticleSuites • NUXHD PRO
NUXHD_PRO.JPGBased on the NUXHD suite made by DD-921Original title: Rainmeter NUXHD v1.1Author: DD-921 (deviantart account has been deactivated)The original suite can be downloaded from here:...
View ArticleSound, Music and Visualizers • Re: Peak hold
Alright... I cleaned up the code and optimized it. Was able to squeeze all the logic into a single Measure per band in place of the previous two.I don't see more places where I can optimize it...
View ArticleSite Discussion • Re: Small docs suggestions
Oh... also wait let's testSymbol #00a21a (outside, could be or not be used)Symbol #00a21aSymbol #00a21aSymbol #8bff96 (outside, could be or not be used)Symbol #8bff96Symbol #8bff96#8bff96 seems to...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
When a website is set as a favorite, it should look like this picture but I don't know how best to do this? Do you have any ideas? The website preview has to be generated individually.- I tried to...
View ArticleRainmeter News • Rainmeter 4.5.21 Release
The release of Rainmeter 4.5.21 is now available fromRainmeter Main SiteAs usual, Rainmeter 4.5 is fully backwards compatible with skins written for any version of RainmeterYou need only install on...
View ArticleBugs & Feature Suggestions • Re: [Bug] Registry measure leaks handles
This has been corrected in v4.5.21.3816 released today.https://www.rainmeter.netStatistics: Posted by jsmorley — Today, 8:08 pm
View Article