Bugs & Feature Suggestions • Re: [Bug] !SetAnchor bang doesnt work to set...
I'm fairly certain this was not a limitation in prior releases.Too vague explanation. What do you mean by "inactive skin"? I assume a not focused skin, right? But if you do, can't replicate the issue....
View ArticleHelp: Rainmeter Skins • Canadian Weather
Hi All. Many years ago, I built a weather skin that scraped the weather information page for a specific location, at the Environment Canada website (https://weather.gc.ca/). It worked great, but I got...
View ArticleHelp: Rainmeter Skins • Re: Sh8dy Gadgets - Work in Progress - Need Help -...
I'm trying to refine the setting menu with some mouseover highlighting. I've gotten most of the way there but I'm running into some trouble with the implementation. I packaged up the skin and attached...
View ArticleHelp: Rainmeter Skins • Help me with a progressbar using PNG
Hello, brothers of RM, I'm stuck because I don't know how to make a progress bar in my skin for Rainmeter.In my skin there's a section that reads all AIMP data and functions, like any skin...
View ArticleHelp: Rainmeter Skins • Re: Canadian Weather
Is Rainmeter capable of using that API (I suppose in the same way it uses the weather.com API)Definitely. Although unless you have some sort of particular need to get this directly from the source,...
View ArticleHelp: Rainmeter Skins • Re: Help me with a progressbar using PNG
To use a PNG image as a progress bar you will need to create an image with the exact width and height dimensions required in your skin because BarImages cannot be resized: See BarImage DetailsI...
View ArticleSuites • Re: Gadgets 7.7.0 - inspired by AddGadgets.com Sidebar Gadgets
Hey sorry for not replying, but you were totally right! and yes, the non-pro skin. I had both my ethernet and wifi adapters populated (even though I only use ethernet) and oddly enough even had the...
View ArticleHelp: Rainmeter Skins • Problems of icons disappearing behind shapes
Hi,I'm creating a skin with colored rectangles. My problem is that the desktop icons are hidden behind these rectangles. I've tried working with ZPos=-2 and AlwaysOnTop=0 or -2 but nothing seems to...
View ArticleHelp: Rainmeter Skins • Re: Problems of icons disappearing behind shapes
In your code place the shape before the icon meter.The order matters.As you are using desktop icons, this won't work. If you create your own icons or use fileview plugin in rainmeter, then you can add...
View ArticleHelp: Rainmeter Skins • Re: FolderView - IconPath
My original reason for this enquiry was to find out if this is the option I need that could allow showing my own .ico .png .jpg, etc, for each index item to allow not the inbuilt icons to be used, but...
View ArticleMembers' Lounge • Happy Birthday, sephirotess
Happy Birthday, sephirotess!I fondly remember our pursuit for nice minimal skins and the contribution we had in a language independent UsageMonitor plugin in the past! Statistics: Posted by Yincognito...
View ArticleMembers' Lounge • Re: Happy Birthday, sephirotess
HAPPY BIRTHDAY ! ____________________________Sephirotess !_______________________________ Statistics: Posted by DanDaBear — Today, 1:39 am
View ArticleRainmeter News • Re: Man in the Middle Attack Mitigation
I installed the latest update, but my .dll and .exe files don't have the signature you posted (Firebit OU). The 'name of signer' is 'Rainmeter Team' and the timestamp is 'not available.'Also under...
View ArticleSuites • Re: Gadgets Additions 4.5.1 - extend your Gadgets suite
Power Control was a nice addition, windows hides that control panel and its a pain to switch when doing some intensive work or gaming, this solves it.Sometimes setting power to high performance solves...
View ArticleHelp: Rainmeter Skins • How to add a "wait" in a loop animation.
I can't find how to make an animation to wait a determined amount of time until start all over again.For example, I (Hypothetically) have a blinking light in a skin, already made all the PNG necessary...
View ArticleHelp: Rainmeter Skins • Re: How to add a "wait" in a loop animation.
I can't find how to make an animation to wait a determined amount of time until start all over again.For example, I (Hypothetically) have a blinking light in a skin, already made all the PNG necessary...
View ArticleBugs & Feature Suggestions • Re: [Bug] !SetAnchor bang doesnt work to set...
An unloaded skin.What do you mean by this, because I can't realize?Statistics: Posted by balala — Today, 1:18 pm
View ArticleHelp: Rainmeter Skins • Re: FileView troubles ... again!
Thank you for your help. Very much appreciated. No problem. Hope your interim was a good one Not sure which code you were working from, but I've changed several things since posting that last code. If...
View ArticleBugs & Feature Suggestions • [Quirk] IfCondition=0 or 1
I used IfCondition incorrectly, as if it was IfAboveValue/IfBelowValue/etc, and discovered a quirk.Code: [mZero] ;Always returns falseMeasure=CalcIfCondition=0IfTrueAction=!Log "0...
View ArticleBugs & Feature Suggestions • Re: [Quirk] IfCondition=0 or 1
This quirk makes sense considering that 0 == false and 1 == true in C.i guess this line do...
View Article