Bugs & Feature Suggestions • [Suggestion] Remember List Position On...
I bumped into this when working for a FileView skin: when instructed to [!CommandMeasure ParentMeasure "Update"], the existing position in the item list resulted from scrolling via [!CommandMeasure...
View ArticleBugs & Feature Suggestions • Re: [Suggestion] Remember List Position On...
The issue has been described and illustrated here as well, for conveniency (the 1st sample code):https://forum.rainmeter.net/viewtopic.php?t=44885#p230573The workaround using dynamic variables instead...
View ArticleBugs & Feature Suggestions • Hallo!
Hallo! My CPU (AMD Ryzen 7 1700X) usage in Task Manager does not match Rainmeter readings.In Task Manager - 32%, but in Rainmeter only 1%. Windows 11.Statistics: Posted by Theyne — Today, 7:43 am
View ArticleBugs & Feature Suggestions • Re: can't open my documents using CLSID
Zip up your skin and attach it to a post here and I will take a look.Here it is.Statistics: Posted by kluele — January 17th, 2025, 4:48 pm
View ArticleBugs & Feature Suggestions • FR: ClipString=3
Perhaps a bit of a rare case, I know, but still could be useful.My request is to enable an extra ClipString option that will allow you to define a width when using #CRLF#.The reason is that in one of...
View ArticleBugs & Feature Suggestions • Re: FR: ClipString=3
Just to make sure this is understood correctly, are you talking about clipping or wrapping each newline separated part of the string individually, instead of clipping or wrapping the entire string as...
View ArticleBugs & Feature Suggestions • Total PhysicalMemory should be updateable
Initial situation:The used Physical Memory is updated normally, but PhysicalMemory Total is not.We noticed the problem in virtual machines with dynamic memory.(Tested with the latest stabel release:...
View ArticleBugs & Feature Suggestions • Re: Total PhysicalMemory should be updateable
What happens if you use a Calc measure to add "free" and "used" memory together? Does that give you the correct "total"? It should...Code:...
View ArticleBugs & Feature Suggestions • Re: [Bug] Registry measure leaks handles
Ok, well let me do a test build in a few minutes and post it here so you can test with that change suggested earlier.Great!I'm wondering something... the Registry measure basically opens the key once...
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: [BUG?] Part of skin flickering or not...
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 ArticleBugs & Feature Suggestions • Re: [Feature] OnLoadAction
Sorry for reviving this super old thread.I'm just curious about if at this point on time would it be worth revisiting this topic? I think an onLoadAction would be super useful just as onRefreshAction...
View ArticleBugs & Feature Suggestions • Re: [Fixed] Registry measure leaks handles
Updated and still working well for me! TY for the quick action!Statistics: Posted by greywun — Yesterday, 2:20 pm
View ArticleBugs & Feature Suggestions • [Feature Request] !CommandMeasureGroup
There are external plugins like HotKey that need to have a considerable amount of measures to configure a full set of functions. On my recent tests to enable\disable them on demand there's the need to...
View ArticleBugs & Feature Suggestions • Re: [Feature Request] !CommandMeasureGroup
There are external plugins like HotKey that need to have a considerable amount of measures to configure a full set of functions. On my recent tests to enable\disable them on demand there's the need to...
View ArticleBugs & Feature Suggestions • [BUG] [VERY STUPID] Skin Package options quirks
I'm currently doing something fancy with parsing Skin Package files (just statistics and totally not a pacman of sorts).In reading the Rainmeter code though, I have found a few quirks, that if they...
View ArticleBugs & Feature Suggestions • [Bug] Config exists but is not available.
So, I get these on the log:!ToggleConfig: "SomeConfig" exists, but is not available. Please refresh Rainmeter.!ActivateConfig: "SomeConfig" exists, but is not available. Please refresh Rainmeter.(No,...
View ArticleBugs & Feature Suggestions • Re: [Bug] Config exists but is not available.
!ToggleConfig requires 2 parameters.!ActivateConfig does not require any parameters, but if a second is supplied, it cannot be an empty string.If you do not enclose your parameters in quotes, your...
View ArticleBugs & Feature Suggestions • [Not a Bug] Config exists but is not available.
So, I get these on the log:!ToggleConfig: "SomeConfig" exists, but is not available. Please refresh Rainmeter.!ActivateConfig: "SomeConfig" exists, but is not available. Please refresh Rainmeter.(No,...
View ArticleBugs & Feature Suggestions • Multiple Config handling
Hello, When dealing with multiple active configs and one would want to change something on all of them at the same time we have tools like skin group bangs and using “*”, which are great.However when...
View Article