Bugs & Feature Suggestions • Re: Unfocusing skin when entering InputText...
Yep, I get. And had a similar thought as well, but didn't try it out so far. But definitely have to try it and will sooner or later. Thanks for the tip.No problem, wish you good luck with it! P.S....
View ArticleHelp: 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 • Re: Time Zone Abbreviation
I think you want this for auto-detecting the latitude and longitude:https://ipapi.co/jsonPretty easy to parse...Code: { "ip": "68.100.86.32", "network": "68.100.64.0/18", "version": "IPv4", "city":...
View ArticleHelp: Rainmeter Skins • Re: FileView IconPath!
Omg! Thank you for such a clear answer and taking time to show through skins. Now it makes sense why the need for those paths to be specified. I am using two parent measures but one has no icons, so...
View ArticleDocks and Launchers • Re: FolderView
Not sure if this question should be here or in the help section of the forum?I have just seen the ContextMenu command for child measures in the manual after I noticed this function in your skin. How...
View ArticleHelp: Rainmeter Skins • MSIAFTERBURNER.dll download
Hey guys after recent rainmeter update it suspended my plug in folder.Anyone got a link for the MSIAFTERBURNER.dll plugin cause stangowners links don't work anymoreStatistics: Posted by NevermindMe —...
View ArticleCommunity Tips & Tricks • Re: Handling Empty InputText
Hi guys!I have a question and just what's bothering me are two things in which both of you intervene.It's weight control. The first is it possible to change the value of the input with a scroll?The...
View ArticleBugs & Feature Suggestions • [Optimization] Hide Rainmeter skins when not...
I'd love to use Rainmeter skins, but I have a pc with mid-performance. So I want this features to make it optimized, I also tried to use least RM skins as possible. Thanks for reading I'm new to this...
View ArticleBugs & Feature Suggestions • Re: [Optimization] Hide Rainmeter skins when...
Related subject, but about unloading rather than hiding:https://forum.rainmeter.net/viewtopic.php?t=44457Statistics: Posted by Yincognito — Today, 10:46 am
View ArticleBugs & Feature Suggestions • Rainmeter Not Working
Hi! So I just recently just downloaded rainmeter and now its not working. First I got an error saying that there were no skins. After searching online and downloading & Installing the skin, It...
View ArticleBugs & Feature Suggestions • Re: Rainmeter Not Working
Check this:https://forum.rainmeter.net/viewtopic.php?p=157423&hilit=protected#p157423Statistics: Posted by jsmorley — Today, 11:15 am
View ArticleCommunity Tips & Tricks • Re: Parsing JSON API
I just found this and decided to try it out. It took me a while to make it work since I've never used LUA. Everything is working, but minor changes were needed to get it to run. My code looks like...
View ArticleBugs & Feature Suggestions • [BUG/SUGGESTION] Inverted and negative low...
This has been bugging me for a long time, and I'm not sure if it's a classic bug, a weird feature or just something that would better classify as a suggestion for the future, so I'll just mention it...
View ArticleFeatured Plugins & Addons • Re: HotKey plugin 1.0
I wanted to know if its possible to restrict keybinds to when the skin is focused only?Yes, the plugin's functionality can be started/stopped on command. However, each keybind requires a dedicated...
View ArticleBugs & Feature Suggestions • Re: [BUG/SUGGESTION] Inverted and negative...
I'll be honest...I have no idea what the issue here.I know the low and high values in the clamp function are reversed and neither is an actual "good" clamping since the order is invalid, but this is...
View ArticleBugs & Feature Suggestions • Re: [Suggestion] Rainmeter ARM version (For...
It would be great to hear from anyone in the community as to whether Rainmeter runs OK in emulation mode.Statistics: Posted by SilverAzide — Today, 6:51 pm
View ArticleHelp: Rainmeter Skins • Re: Scrollbar for Notes from Moxx.Pack
I'm just setting this up and have hit a few snags I can't seem to sort out!1. When I left click the Scroll Bar Indicator (SBI) in order to drag it, it 'jumps' around 20/25 or so pixels down below the...
View ArticleCommunity Tips & Tricks • Re: Hint: decreasing the package size
Superb! Wish I'd found this a few weeks ago though!!! Statistics: Posted by sl23 — 11 minutes ago
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 Article