It is currently March 28th, 2024, 9:15 am

Rainmeter & Fences

Report bugs with the Rainmeter application and suggest features.
Post Reply
IIIPlasmaIII
Posts: 1
Joined: June 29th, 2016, 5:10 am

Rainmeter & Fences

Post by IIIPlasmaIII »

These two programs don't quite behave with each-other, and one either ends up on top of one another.
Is there a way to order Rainmeter to be in front of specific applications?
Or vice versa?
User avatar
Mor3bane
Posts: 943
Joined: May 7th, 2016, 7:32 am
Contact:

Re: Rainmeter & Fences

Post by Mor3bane »

Code: Select all

[Rainmeter]
Update=1000
 [!ZPos 2]
Tried anything like this?
User avatar
Mor3bane
Posts: 943
Joined: May 7th, 2016, 7:32 am
Contact:

Re: Rainmeter & Fences

Post by Mor3bane »

or even this

Code: Select all

[Rainmeter]
Update=1000
MouseOverAction=!execute [!ZPos 2]
MouseLeaveAction=!execute [!ZPos -2]
ruichaves99
Posts: 2
Joined: June 17th, 2017, 8:54 pm

Re: Rainmeter & Fences

Post by ruichaves99 »

I tried this but it didn't work. I was trying to use 2 rainmeter widgets as background (like this, for example, https://www.youtube.com/watch?v=g4IjPDMWezg&t=0s or this https://www.youtube.com/watch?v=mldgS_93ctc), but the to layers keep in front of the "fence". Any other way to make this work?
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm
Contact:

Re: Rainmeter & Fences

Post by SilverAzide »

This has been discussed before in another thread. IIRC, Fences are drawn directly on the desktop (just like icons), so you can never get a skin "window" to appear behind a Fence. Windows are always above the desktop.
ruichaves99
Posts: 2
Joined: June 17th, 2017, 8:54 pm

Re: Rainmeter & Fences

Post by ruichaves99 »

Thanks for the reply, mate
Post Reply