Not to nitpick, but I have a few comments related to your code:Here's a quick easy way to do what you want:
- !DeactivateConfig, unlike !ActivateConfig, doesn't require the name of the skin. In fact !DeactivateConfig may have one single parameter, the name of the config to be deactivated. If you add the name of the skin, Rainmeter simply ignores it, this is why it does work. However strictly speaking, the name of the skin is not required. So, [!DeactivateConfig "TEST\ExampleShow" "Calendar.ini"] should be [!DeactivateConfig "TEST\ExampleShow"].
- Instead of placing the [Side] meter to the right side of the skin, I would keep it onto the default position and would move the skin to right. This can be done by adding / replacing the X=0 and Y=0 options to the [Side] meter and a OnRefreshaction=[!SetWindowPosition "100%" "0%" "100%" "0%"] option to the [Rainmeter] section.
No, in fact it deactivates the skin. A skin may be hidden by a !Hide or a !HideFade bang.MouseLeaveAction just does the opposite, ie, hides the skin.
Statistics: Posted by balala — Yesterday, 8:08 pm