Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1538

Help: Rainmeter Skins • Re: Show skin when mouse pointer is at the edge of the screen

$
0
0
Here's a quick easy way to do what you want:
Not to nitpick, but I have a few comments related to your code:
  • !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.
  • MouseLeaveAction just does the opposite, ie, hides the skin.
    No, in fact it deactivates the skin. A skin may be hidden by a !Hide or a !HideFade bang.
Once again: don't misunderstand me. There is nothing wrong with your way / code. I just had to say these details in order to clarify a few things.

Statistics: Posted by balala — Yesterday, 8:08 pm



Viewing all articles
Browse latest Browse all 1538

Trending Articles