Bugs & Feature Suggestions • Re: FR: ClipString=3
Can't the internal code just send text that appears after #CRLF# to the next line? That was the idea for how this would work.Erm, no. This is not how Windows draws text onto the screen. Remember,...
View ArticleOther Uncategorized Skins • Re: YourStart
Very nice. I may actually try that one out!Thanks for sharing Statistics: Posted by sl23 — Today, 7:21 pm
View ArticleHelp: Rainmeter Skins • Re: Leading Zeros
Well, I was a newcomer once when it came to regular expressions, and thanks to jsmorley who showed me what they can do, now it's them who are scared of me... so be brave, newcomers, things might...
View ArticleHelp: Rainmeter Skins • Re: Shape Clock
Is there a way to display text in the system language? I might need some help implementing the scaling for the analog clock.How to?Use MouseOver to display the remaining days until the end of the year...
View ArticleHelp: Rainmeter Skins • Re: Thread for help with the Shape meter
Was just a quick example. I was on the phone. Like this:Code: [Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1[Variables]ToggleState=0;[ButtonOnOff]Meter=ShapeShape=Rectangle 2,2,25,10,5 | Fill...
View ArticleHelp: Rainmeter Skins • Re: Problem with refreshing the image from the camera...
I corrected the script, but unfortunately it didn't change anything. However, I must admit that I don't really know the syntax. I think there is indeed an image caching problem, but I don't know how...
View ArticleHelp: Rainmeter Skins • Re: Skin for Photo Display
Sorry for the delay...just loaded your skin and it looks awesome! I also like the random transition effects and ability to alter the timing. Very, very cool!If you would like to post this skin, please...
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 — 18 minutes ago
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: Help
thanks guys for the helpStatistics: Posted by ThatOneCubanDude — Today, 9:30 am
View ArticleHelp: Rainmeter Skins • Re: SideBar Hide & position
One last question about this BalalaSince 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...
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 • XImput Controller Connection Manual Refresh
Hi all,I’ve been working on a Rainmeter skin that displays a notification when a controller is connected or disconnected. I’ve got an image of the controller that appears and disappears based on the...
View ArticleHelp: Rainmeter Skins • Re: XImput Controller Connection Manual Refresh
Hi all,I’ve been working on a Rainmeter skin that displays a notification when a controller is connected or disconnected. I’ve got an image of the controller that appears and disappears based on the...
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 Article