Help: Rainmeter Skins • Implement a skin
Hello! I would appreciate help to implement a Mordasius Skin (I love his work!!!) This time it is a strange mix of Cogs Tubes and Gauges as a graphic base, with the functioning of the sun and the moon...
View ArticleHelp: Rainmeter Skins • Re: Implement a skin
Didn't test the skin and don't know if it suits your case, but you can check the thread here, maybe you'll find what you need or at least something...
View ArticleHelp: Rainmeter Skins • Re: Parsing Weather from wttr.in
Welcome back in this thread [1]Is there more information that can be retrieved than the functions provided on the website? I think [jsmorley] has taken a look at...
View ArticleHelp: Rainmeter Skins • Re: Glow animation speed
Thank you! It works very well!!!Great! But which solution did you finally use?Statistics: Posted by balala — Yesterday, 9:18 pm
View ArticleHelp: Rainmeter Skins • Re: WebParser: Getting info for app updates.
FinishAction belongs on the Parent WebParser measure...That was a nice way of saying rtfm! Thanks for your patience Works great! Statistics: Posted by sl23 — Yesterday, 9:24 pm
View ArticleHelp: Rainmeter Skins • Re: Is there such a thing like TextArrays?
Quick question, I have 3 labels here-Picture-Name-Url-StramIs it possible eache of these labels add to a shape / Container?Code: ;[ContainerTextfield];Meter=Shape;Shape=Rectangle...
View ArticleHelp: Rainmeter Skins • Re: How to use an IfMatch on WebParser
Thanks, but your answer is contradictory?Not entirely sure what you mean by this. If you say this because I wrote that you can add the IfMatch to any parent or child measure, then said you have to add...
View ArticleHelp: Rainmeter Skins • How to add Url Encoding to $UserInput$
I have this section of code in my rainmeter script:Code: Command1=!Execute ["http://www.google.com/search?q=$UserInput$"] DefaultValue=""I want to change this script so that the $UserInput$ area adds...
View ArticleHelp: Rainmeter Skins • Re: How to add Url Encoding to $UserInput$
I have this section of code in my rainmeter script:Code: Command1=!Execute ["http://www.google.com/search?q=$UserInput$"] DefaultValue=""I want to change this script so that the $UserInput$ area adds...
View ArticleHelp: Rainmeter Skins • Re: My skins keep getting false positive antivirus...
See this...I think i fixed it, there was in fact RainRBG4.exe inside the folder. Thanks for the helpStatistics: Posted by Cybernetvork — Today, 10:03 am
View ArticleHelp: Rainmeter Skins • Re: IfMatch not detecting empty string
Sorry I'm not with you? I set the variable to App1Current=0.272.0 and it is detected and set green. I set it to App1Current=0.273 and again it is detected and is different so it is set red. But my...
View ArticleHelp: Rainmeter Skins • how to prevent mouseleaveaction when over text box
I have a skin which includes a search bar, but when i click on the meter to run it, and put my mouse over the text box, the script detects it as the mouse going off the screen, and it closes the skin....
View ArticleHelp: Rainmeter Skins • Re: how to prevent mouseleaveaction when over text box
Yep. The InputText plugin creates a Windows "control" that is in effect a different window than the skin. So you will just have to rethink the design, and perhaps have some other action deactivate the...
View ArticleHelp: Rainmeter Skins • Re: NowPlaying & VLC-Media Player
Hi, I found a post from [jsmorley] where it also reads the window titles, even with a dll file. It might be better than my idea, which sends a terminal command every time to read the window...
View ArticleHelp: Rainmeter Skins • Substitution giving wrong string
Hello guys, Im writing script for weather that changes the url i parse depending on time. I isolated the part of url that changes and substituted it by function "Kod"Code: [Kod]measure = calcFormula =...
View ArticleHelp: Rainmeter Skins • Re: Substitution giving wrong string
Your issue boils down to the way Substitute works. It does the first comparison and replacement, and that becomes the new value. Then it does the second comparison and replacement, HOWEVER the...
View ArticleHelp: Rainmeter Skins • Re: Gnometer RSS
How create RSS Feed RTL mode !??Statistics: Posted by Sana9966 — 50 minutes ago
View ArticleHelp: Rainmeter Skins • RTL news feed
How create RSS Feed RTL mode !??There are several rss feeds available for RTL Today.https://today.rtl.lu/rssHere is the code needed to get the feed information and the first 5 items for the...
View ArticleHelp: Rainmeter Skins • Re: Is there a limit to WebParser?
Thanks.Ok, so, I do have a minor issue, that I can leave as is, but would be nice to understand what is going on with it.Here's a typical Parent:Code:...
View ArticleHelp: Rainmeter Skins • Re: how to prevent mouseleaveaction when over text box
If even after jsmorley's, Yincognito's and my recommendations, you still want to deactivate the skin when you leave it, but this should happen only when the InputText box is not active, you can do the...
View Article