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: Glow animation speed
Thank you! It works very well!!!Statistics: Posted by Humble24 — Yesterday, 9:08 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: Parsing Weather from wttr.in
I'll add something to what jsmorley and eclectic-tech said above, and, as always, I'll say it directly: nearly everyone learns and understands best when experimenting himself, of course based on some...
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, thanks for explaining, you may have missed my comment on that above.No, I suppose, thinking about it, it will be set on first use, and remain an occupied field. So being empty isn't really the...
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
Might want to use RunCommand with Powershell:Code: # Get the window title of a specific program (e.g., Notepad)$processName = "vlc"$process = Get-Process -Name $processNameif ($process) { $title =...
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: Is there a limit to WebParser?
So, disabling them doesn't save any resources?One question, why is an internet connection required for WebParser to see the URL that is specified in the skin file? I don't understand that. It's like...
View ArticleHelp: Rainmeter Skins • Re: NowPlaying & VLC-Media Player
I would like to offer my current project for testing in order to figgure out and fix any errors. What can be improved, omitted or added?What I have noticed so far is that since I switched from...
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 ArticleHelp: Rainmeter Skins • ShapeGradient, how to?
Sorry for the title, wasn't too sure how to phrase it concisely.So I set up a shapegradient all well and good, but I don't know how to get it to work as a battery measure.By that' I mean that the...
View ArticleHelp: Rainmeter Skins • Re: ShapeGradient, how to?
No, I don't understand what you are going for, but in general, here is a gradient shape...Code:...
View Article