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 ArticleHelp: Rainmeter Skins • Re: Rainmeter closes like the other apps
Finally jsmorley came up with a solution.it appears that mentioned fix method only applies to winD and show desktop toggle, my main issue is with the trackpad gesture, cuz it's the main way that i...
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
I'd replace the condition on the X parameter and the red and green color component on the Shape2 option, with simpler things:The X parameter (#ToggleState#=0?2:16) might be set to...
View ArticleHelp: Rainmeter Skins • Re: Color-Slider -> Consultation
...I would be tempted not to update the whole skin, just the needed measures and meters. Not that updating the whole...Thanks [balala] for pointing this out to me, I'll try again to see if it works...
View ArticleHelp: Rainmeter Skins • Re: TransformationMatrix from Bottom Left instead of...
I have a Rotator in a skin I'm trying to make, the only way to make such a thing scale with size is by using TransformationMatrix. Problem is when resizing it creates deadspace under the skin because...
View ArticleHelp: Rainmeter Skins • Re: Problem with refreshing the image from the camera...
Code: [Rainmeter]DynamicWindowSize=1Update=1000BackgroundMode=2SolidColor=80,80,80,200[Metadata]Name=cam1Author=DjGreenInformation=Widżet wyświetlający obrazek z kamery i otwierający URL po...
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 — 34 minutes ago
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: 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 Article