Help: Rainmeter Skins • Re: Color-Slider -> Consultation
Thanks [balala] for pointing this out to me, I'll try again to see if it works just as well using the individual [!UpdateMeasures]. Ok, please let me know if you get it working properly.Statistics:...
View ArticleHelp: Rainmeter Skins • Re: Thread for help with the Shape meter
i struggle with 2 bottons... One should displayed on, the other button off. If you press one Button ON,the other one should go to OFF Code:...
View ArticleHelp: Rainmeter Skins • Re: Skin for Photo Display
Happy to help!Glad you like it... I had been meaning to adapt those transitions to another skin and your request gave me that opportunity.I may add this to 'Share Your Creations' on this forum, but it...
View ArticleHelp: Rainmeter Skins • Re: FileView - help!
Here is what I see from your posted code:sl230.jpgWithout a working package to demonstrate your problem, I'll let someone else take a guess. Statistics: Posted by eclectic-tech — Today, 9:34 pm
View ArticleHelp: Rainmeter Skins • Re: Problem with refreshing the image from the camera...
The #TimeStamp# variable is not defined in the posted codeNot sure if that is needed, but I would think it is since it is in the URL: Url=https://cam1.pl?cache_buster=#TimeStamp#Other than that, I...
View ArticleHelp: Rainmeter Skins • Update=-1 vs Disabled Measure?
I was wondering if there were any difference performance-wise?Let's say you have a skin with 10 measures that are disabled by default and are only enabled briefly during a mouse action:1. Does adding...
View ArticleHelp: Rainmeter Skins • Help with timings please
I just thoroughly confused myself to the point where I can no longer figure out what is going on. Please help me decipher what is happening under the hood with some timings in my skin. It gets...
View ArticleHelp: Rainmeter Skins • Re: Help with timings please
With WebParser, only use UpdateRate, never UpdateDivider, and put it on the "parent" WebParser measure(s) the ones that actually go out to a remote source with a URL.I'm not sure why you are...
View ArticleHelp: Rainmeter Skins • Re: Color-Slider -> Consultation
https://docs.rainmeter.net/manual/variables/nesting-variables/Statistics: Posted by Yincognito — Today, 6:19 pm
View ArticleHelp: Rainmeter Skins • Re: Convert rgb to hsl
I prefer HSL.If you want, here's my complete color manipulation library which is based on HSLhttps://forum.rainmeter.net/viewtopic.php?t=43717Statistics: Posted by RicardoTM — Today, 7:54 pm
View ArticleHelp: Rainmeter Skins • Re: SideBar Hide & position
Since the skin works the way I had it pictured, it kept ringing in my head something you mentioned previously... since that skin has around 30 "Buttons", In your opinion, would it make sense to use...
View ArticleHelp: Rainmeter Skins • Re: Shape Clock
Is there a way to display a text in the selected operating system language? I found this in the forum... https://forum.rainmeter.net/viewtopic.php?t=32305...there is a much better approach....And...
View ArticleHelp: Rainmeter Skins • Re: Creating a scrollable list of meters?
I assume it's a matter of replacing what is shown in each meter by somehow replacing it with the one above, or below, depending scrolling direction. Is that the simplest way to do so?That is, more...
View ArticleHelp: Rainmeter Skins • Re: XImput Controller Connection Manual Refresh
EDIT: Sorry, jsmorely beat me...Can anyone suggest a way to fix this?Issues:You can't have two similar options into one single section. You've used two IfEqualValue and two IfEqualAction options into...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
Yes, however those warning (not error) messages don't create other problems, excepting that they are visible in the log.I noticed another error in code: the !CommandMeasure bang used into the...
View ArticleHelp: 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: 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 Article