Help: 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: 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 • Türkçe karakter yardım.
Merhaba. Forumda yeniyim doğru yere mi yazıyorum bilmiyorum. Ben tarihin gün ve ay kısmının büyük harflerle ve Türkçe görünmesini istiyorum. Türkçe kısmını hallettim fakat harflerde problem yaşıyorum...
View ArticleHelp: Rainmeter Skins • Re: Wanting to mimick streaming device On PC
In addition to what balala said, it should be noted that Rainmeter doesn't in any way prevent the user from interacting with the PC, its OS, its other installed apps and so on. While you can very well...
View ArticleHelp: Rainmeter Skins • Re: Türkçe karakter yardım.(Turkish character help.)
"Thank you for your interest. I resolved it with the Lua file."Statistics: Posted by Timya — Yesterday, 11:32 pm
View ArticleHelp: Rainmeter Skins • Re: Help with Reducing Lines of Code
This is likely a terrible idea But, if you do not mind a slower update rate (say once a second), then you should be able to use a variable update counter... I cobbled the following code together just...
View ArticleHelp: Rainmeter Skins • Re: Is OnUnfocusAction behaving properly?
Just to clarify a little why this is a problem, let's imagine some dude named Ernest wants to use this technique,The path to his skin folder is:C:\Users\Ernest\Documents\Rainmeter\He will never be...
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 ArticleHelp: Rainmeter Skins • Re: What am I doing wrong? HWiNFO sensors not woring...
Yes I installed newest HWiNFO and Rainmeter, but before that, I tried to use HWiNFO portable directly from my old D: drive, once it did'nt work, I downloaded newest from the website.And answering more...
View ArticleHelp: Rainmeter Skins • Re: Gadgets hourly meter is drastically off
https://forum.rainmeter.net/viewtopic.php?p=233470#p233470Statistics: Posted by SilverAzide — Yesterday, 11:30 pm
View ArticleHelp: Rainmeter Skins • Re: Drag Meter to switch variables?
Well, at the end I had to create helper variables since I was forced to use the Nested Variables syntax because.. I'm nesting variables lolBut it works drag.gifEdit. Wrong gif lolStatistics: Posted by...
View ArticleHelp: Rainmeter Skins • Help with
Greetings,I am trying to run and command to return my screen resolution and it comes back with 2 entries of the same value.the command im running isCode: C:\Windows\System32>wmic path...
View ArticleHelp: Rainmeter Skins • Re: Help with
Before we get too far into the Substitute option, this is not a good way to get the horizontal screen resolution. It is much much faster, more performant, and easier to use the SysInfo measure.Code:...
View Article