Help: Rainmeter Skins • Re: Quote Skin: How can I iterate through all lines...
Short version of the answers:1) Lua can make things easier here indeed, but has its flaws in terms of file encoding and it's not absolutely required. You could use a WebParser measure to parse the...
View ArticleHelp: Rainmeter Skins • FileView IconPath!
Dare I ask again! But seeing as my question remained unanswered, I'm attempting to follow this where I can.I'm not trying to be antagonistic either, it's a genuine query that I don't understand.After...
View ArticleHelp: Rainmeter Skins • Re: FileView IconPath!
The original confusion stems from contradictory posts:Yincognito:It's the same icon CONTENTS, it's not the same icon FILE. Like you said, it only makes sense if you want to specify a location, other...
View ArticleHelp: Rainmeter Skins • Re: MSIAFTERBURNER.dll download
See here:https://forum.rainmeter.net/viewtopic.php?t=44399#p226270Statistics: Posted by Yincognito — August 31st, 2024, 9:39 am
View ArticleHelp: Rainmeter Skins • Re: Scrollbar for Notes from Moxx.Pack
Okay, here are some changes to get draggable scroll bar and color options for paragraphs.moxx3.gifLet me know if you have any questions or concerns. Hi, I was wondering about adding a scrollbar to my...
View ArticleHelp: Rainmeter Skins • Is it possible to toggle a vpn on or off?
I know internet can be releasedBut is it possible to toggle w vpn to avoid endless captcha issue.If it can be done with a plugin that already exists, please forward that to me here. If i can easily...
View ArticleHelp: Rainmeter Skins • Re: Is it possible to toggle a vpn on or off?
I know internet can be releasedBut is it possible to toggle w vpn to avoid endless captcha issue.If it can be done with a plugin that already exists, please forward that to me here. If i can easily...
View ArticleHelp: Rainmeter Skins • Re: Changing text color in one format?
This could in fact be done with separate meters, positioning them horizontally using "relative positioning"Code:...
View ArticleHelp: Rainmeter Skins • Full Image Boundary with Hover?
So I am trying to make a hover feature where a semi-transparent overlay slides in from the right. I got it to slide and retract when I hover over just where the hover slides in. If I change the...
View ArticleHelp: Rainmeter Skins • Re: Full Image Boundary with Hover?
Your slider moves from left to right (though you stated you wanted the other direction )Working with your code, here are a few suggested changes:You want your slide action to happen when you hover...
View ArticleHelp: Rainmeter Skins • Mond - Can't Find Image Path
I have a weird issue when I'm using the Mond Player skin. I'm using Foobar2000 as my media player and using the stock Player.ini code. When songs are in a Stopped/Paused state I get the Play.png to be...
View ArticleHelp: Rainmeter Skins • Re: Time Zone Abbreviation
Thanks to all who contributed to this thread.After a lot of reading and searching, I decided to use WebParser with the following two sites, both of which were mentioned by one or another in this...
View ArticleHelp: Rainmeter Skins • Re: Skin
HAHA! Sorry, I read it a few days ago and only just came back to it. Statistics: Posted by sl23 — September 2nd, 2024, 8:19 pm
View ArticleHelp: Rainmeter Skins • Re: FileView IconPath!
This caused more errors and became so impossible to solve I reverted back seeing as...Statistics: Posted by sl23 — Yesterday, 2:12 pm
View ArticleHelp: Rainmeter Skins • Re: Weather Skins Not Working
The answer is yes for both of your questions.The fix:- use the current API key for weather.com, like here (that's for the HWiNFO version of Rainformer, so adapt the advice for your AIDA64 one)- change...
View ArticleHelp: Rainmeter Skins • Re: Mond - Can't Find Image Path
Player.ini - Snipped to the MeasureStateButton portion for brevityCode:...
View ArticleHelp: Rainmeter Skins • Using APIs and authentication keys
So, I've gotten to creating a weather skin. I found an API I like and have created an auth key (API key). However, it's just dawned upon me that, if I were to publically release this skin (which I do...
View ArticleHelp: Rainmeter Skins • Re: Change Icon from fileview?
I know it's old, but I managed to get a working skin using dynamic png's.If anyone's interested I'll post the unfinished skin. It contains errors though, but in other areas that I couldn't figure out...
View ArticleHelp: Rainmeter Skins • Re: Using APIs and authentication keys
So for now, I was wondering if there was a way I could hide my key?Anything in a skin is transparent, either visually or by looking at the code. So the short answer is no.That being said, you could...
View ArticleHelp: Rainmeter Skins • Re: @include or QuotePlugin?
In theory you can include 9 quote plugins each retrieving one line accross three different files. That should be the easiest way.This would require the creation of over 600 files to achieve what I...
View Article