There might be little bit more complicated. The Y position of a skin higher than 600, is never greater than 600. I most probably would check which is greater: the space above or the space below the skin and would act accordingly. For instance:#ScreenAreaHeight# =1200
Actually, I could determine the current position of my Rainmeter skin in Y, right? then compare the determined value of (#ScreenAreaHeight#/2)... if the value is larger (>600) of the position of the skin, I know I am in Y+, but if the value is smaller (<600), I know I am in Y-
Correct or wrong thinking![]()
Code:
IfCondition=(#CURRENTCONFIGY#>#SCREENAREAHEIGHT#-#CURRENTCONFIGY#-#CURRENTCONFIGHEIGHT#)IfTrueAction={Set options to expand upward}IfFalseAction=(Set options to expand downward}
Statistics: Posted by balala — Yesterday, 8:27 pm