It is currently April 27th, 2024, 2:57 pm

[Suggestions] Two new settings

Report bugs with the Rainmeter application and suggest features.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: [Suggestions] Two new settings

Post by jsmorley »

I do agree that it does behave a bit weird. If you have everything set up the way you want with On Desktop and LoadOrder then send a !ZPos -2 * to Rainmeter from a skin or the command line, even though they are already all at -2, LoadOrder is ignored and skins are just positioned in "natural" order until Rainmeter is refreshed. In a perfect world I guess this would not be. However, Rainmeter only evaluates LoadOrder on a full refresh of the application, and yet does that !ZPos bang for all skins one after the other in "natural" order, causing them to get out of your intended order. Might be worth a look one of these days.

However, it is easily solved by:

LeftMouseUpAction=!Execute [!ZPos -2 *][!RefreshApp]