Help: 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 ArticleHelp: Rainmeter Skins • Re: Optimizing
Besides Alex88's excellent suggestion, since everything in your skin is driven by mouse actions, I would also suggest setting the skin update to -1 or a default update divider to -1Code:...
View ArticleHelp: Rainmeter Skins • Re: Shape Modifiers
If your [Tooltip] is actually a meter and not a system tooltip, then the original code will work, though your ToolTipW extend modifier will error out as the parameters to the rectangle will be...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
There would actually be 3 different windows.When the input is confirmed, the window with the website opens... (that works)When I click on the settings button, the window with the settings should open,...
View ArticleHelp: Rainmeter Skins • Re: RecycleBin display error
Just one note on my code.You might have noticed that I have an extra Calc measure, simply to turn the string value returned by RunCommand into an actual number value. That is due to the fact that...
View ArticleHelp: Rainmeter Skins • Trouble with Changing the Clock.ini Colour from White...
I'm having trouble with changing the colour for my clock.ini skin. I've tried using the app, I've tried using the notes method. Seems like nothing works. Is there something wrong in this?Code:...
View ArticleHelp: Rainmeter Skins • Re: Trouble with Changing the Clock.ini Colour from...
I'm having trouble with changing the colour for my clock.ini skin. I've tried using the app, I've tried using the notes method. Seems like nothing works. Is there something wrong in this?Code:...
View ArticleHelp: Rainmeter Skins • Re: Türkçe karakter yardım.(Turkish character help.)
"I don't understand much, some of the things I researched and tried didn't work, including UTF-16 LE... So I don't know, maybe what I wanted could have been done without the need for a Lua file, maybe...
View ArticleHelp: Rainmeter Skins • Re: Is OnUnfocusAction behaving properly?
Yup, that's what it does. I found this by pure chance lolBrilliant! Statistics: Posted by Yincognito — Today, 8:55 pm
View ArticleHelp: Rainmeter Skins • Re: Help with Reducing Lines of Code
I think the right way to put is is that we'd all be ecstatic to use such a feature in practice ... if it could write itself into Rainmeter. Statistics: Posted by Yincognito — Today, 8:58 pm
View ArticleHelp: Rainmeter Skins • Re: Wanting to mimick streaming device On PC
Have you considered using a Stream Deck?Statistics: Posted by SilverAzide — 23 minutes ago
View ArticleHelp: Rainmeter Skins • "Mond" skin closes after I press Win+D...
I have a problem with rainmeter, every time when I press Win+D, my Mond theme closes. I try change position of my clock, I tried all of this: Bottom, On desktop, Normal. Only if I simply close every...
View ArticleHelp: Rainmeter Skins • Re: "Mond" skin closes after I press Win+D...
I have a problem with rainmeter, every time when I press Win+D, my Mond theme closes. I try change position of my clock, I tried all of this: Bottom, On desktop, Normal. Only if I simply close every...
View ArticleHelp: Rainmeter Skins • Chinese display bugs?
When I write Chinese in "AppFolder=", like "测试" or "文件夹", it shows up in other Chinese, asked DeepSeek,“Text=测试” and only hard-coded Chinese can solve the problem .Now I've simplified it and put it in...
View ArticleHelp: Rainmeter Skins • Re: Chinese display bugs?
See if this helps:https://docs.rainmeter.net/tips/unicode-in-rainmeter/In short, encode your .ini and .inc files as UTF-16 LE BOM, if using Notepad++.The above assumes that your font can properly...
View ArticleHelp: Rainmeter Skins • Re: Calculating the text width
The example I provided earlier, with a background meter that has a size that is based on the width of the string meter, is the right way to go. The background meter can be "invisible" if you want, but...
View ArticleHelp: Rainmeter Skins • Re: SysInfo not identifying multi monitors correctly
Yeah, i already did that, had to match my older script's variable name to that. I am experimenting a taskbar with dynamic width resizing regarding of the monitor its sit in. So far it works, needs a...
View ArticleHelp: Rainmeter Skins • Re: Help with Reducing Lines of Code
Thanks for reporting back your experience with it, good choice and useful to know. Just curious, you used the original hack code in testing, not the ActionTimer version, correct?Not sure if a way to...
View Article