System Monitoring • Re: HWiNFO | Resizable Gauges 4.5 [Colorable Gauges!]
This one or the previous white one?Can't speak for RicardoTM, but white is my least favorite color (only good to lighten stuff up and lie about purity)... Love the purple one, but is also depends on...
View ArticleHelp: Rainmeter Skins • Re: Import skin from xwidget
Hi ! Thanks for your reply guys. I understand your opinion. I will now read the skins documentation and try to create a "test" skin to understand the functionality of rainmeter.Good luck, and start...
View ArticleHelp: Rainmeter Skins • Re: Meters Auto-Adjust to container's height (?)
If you mean the formula part in the .lua script, i.e. string.gsub(formula, '<x>', tostring(indexes[tonumber(occurrence)] or '0')), it just replaces <x> with the value of the indicated...
View ArticleHelp: Rainmeter Skins • Re: Variables in section names.
Sure thing, no problem - I do the same, only resort to Lua when there's no other choice or the cost - benefit ratio is obviously indicating a Lua approach. Agreed. My calendar skin uses Lua because it...
View ArticleHelp: Rainmeter Skins • Multiline Notes
Hey guys,I'm making a notes skin and by looking at other skins the most common choice for that is the InputText plugin.This works pretty well expect it doesn't save or display multiple lines. Looks...
View ArticleLua Scripting • Lua for conditional operators with strings as result. [Help]
So I wrote this simple lua function since I thought it could be useful on some especial cases, but I can't get it to work for unknown reasons, since it works fine on the lua console.Code: function...
View ArticleHelp: Rainmeter Skins • Re: Multiline Notes
This might help you: https://forum.rainmeter.net/viewtopic.php?t=18060#p98494Also read the post above that oneStatistics: Posted by RicardoTM — Yesterday, 10:06 pm
View ArticleUtilities and Tools • Re: HSLiders | Color Selector
Cheers. Sorry busy setting up my sons PC today and likely tomorrow. So much to sort on it! Statistics: Posted by sl23 — Yesterday, 10:40 pm
View ArticleLua Scripting • Re: Lua for conditional operators with strings as result. [Help]
There are multiple problems here, so welcome to the Rainmeter/Lua mashup world.First, from the Rainmeter side, the Rainmeter parser doesn't always know when to parse a string and when not to. In this...
View ArticleHelp: Rainmeter Skins • Re: Need help with image
Like balala mentioned above, relying on clock time automatically means that you're not necessarily relying on the moment when the skin was loaded - this is precisely why I asked my 2nd question in my...
View ArticleHelp: Rainmeter Skins • Re: PC Noob trying to fix weather app, need help
Actually stumbled across this skin and really like it. Does seem to be abandoned though for about a decade so decided to try and fix it. Been a learning process but sofar mostly successful. The...
View ArticleSite Discussion • Re: Small docs suggestions
Hello, I am currently working on a 2nd PR for the docs fixing and adding some other stuff but I want a suggestion.I have a question regarding documentation for plugins, I recently tested a Frosted...
View ArticleLua Scripting • Re: Lua for conditional operators with strings as result.
So I've created this little testing skin:ConditionalExample_1.0.rmskinDesktop2024.10.18-18.55.42.01-ezgif.com-video-to-gif-converter.gifThe idea is a little radio button that enables and disables by...
View ArticleHelp: Rainmeter Skins • Re: How to change colors within skins
Just FYI, there is really no easy way to determine "half" of a string, since Rainmeter doesn't keep track of string length by "characters", but only by "pixels". To count characters, you are going to...
View ArticleHelp: Rainmeter Skins • Re: Determining the top / bottom position
!SetWindowPosition bang can alter both: the position and the anchor of the skin, by one.Thanks, Balala. For your tip. Sometimes you overlook clues or information because you're so busy with your...
View ArticleLua Scripting • Re: Lua for conditional operators with strings as result. [Help]
I think that simply SKIN:ParseFormula(cond) would work, assuming that cond is already a round bracket enclosed argument on the Rainmeter sideYeah though I mentioned this only as an alternative if not...
View ArticleFeatured Plugins & Addons • Re: [V1.1.2] FrostedGlass - Now with more...
Maybe the disabling the measure would be useful, just to make the measures work the same way as other measures do, however if it's complicated to be done, finally have not too much importance, just...
View ArticleCommunity Tips & Tricks • Re: Easing functions Simulator with ActionTimer...
Hey yin, thank you. Your equations work, although not how I envisioned. Although they do the flickering animation, it is still "too perfect". But I think I wasn't really specific, I envision something...
View ArticleBugs & Feature Suggestions • [BUG] Multiple Lua functions calling...
I believe this might be a test case that we missed when Brian was kind enough to provide the ability to retrieve the value of CURRENTSECTION from Lua some time ago, or otherwise a very curious...
View ArticleHelp: Rainmeter Skins • Monterey skin question
Rainmeter Monterey.png[attachment=0]Rainmeter Monterey.png[/attachment}I have the Monterey skin and I have noticed that with the 'Monitor Widget' (see attachment) - the furthest sensor on the right...
View Article