Page 1 of 1

Disabled mouse actions in [Rainmeter] section

Posted: October 31st, 2017, 4:11 pm
by rabra
Hi.

Recently I have discovered that disabling mouse action in [Rainmeter] section throws error in log window. This behaviour was not present in previous versions and I cannot tell in which version it started. I am using Rainmeter 4.1.0 beta r2947 64bit.

Message:

Code: Select all

Error: Cannot replace variable with itself ""
I have been using this code:

Code: Select all

[Rainmeter]
...
LeftMouseUpAction=[]
LeftMouseDownAction=[]
RightMouseUpAction=[]
RightMouseDownAction=[]
...
to disable mouse actions for entire skin. I have coded mouse actons on certain meters that would override disabled mouse actions in [Rainmeter] section.

Re: Disabled mouse actions in [Rainmeter] section

Posted: October 31st, 2017, 4:14 pm
by jsmorley
rabra wrote:Hi.

Recently I have discovered that disabling mouse action in [Rainmeter] section throws error in log window. This behaviour was not present in previous versions and I cannot tell in which version it started. I am using Rainmeter 4.1.0 beta r2947 64bit.

Message:

Code: Select all

Error: Cannot replace variable with itself ""
I have been using this code:

Code: Select all

[Rainmeter]
...
LeftMouseUpAction=[]
LeftMouseDownAction=[]
RightMouseUpAction=[]
RightMouseDownAction=[]
...
to disable mouse actions for entire skin. I have coded mouse actons on certain meters that would override disabled mouse actions in [Rainmeter] section.
We will take a look at this. Feels like some fallout from the new nested variables functionality.

Re: Disabled mouse actions in [Rainmeter] section

Posted: October 31st, 2017, 4:47 pm
by Brian
Thanks for reporting. This has fixed the next beta (RC2).

-Brian