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

Help: Rainmeter Skins • Radius on hiding skin

$
0
0
Hello, this is my first time make/edit a skin. and i want to ask that, can i add certain feature where I wanted the skin to hide when the mouse approached it within a certain radius?

this is the code that i want to add the feature

Code:

[Rainmeter]Update=1000DynamicWindowSize=1AccurateText=1MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh] MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.1 ? 0.1 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.1 ? 0.1 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] [Variables]@include=#@#Variables.incScale=0.1[MeasureDate]Measure=TimeFormat=%d %b %YSubstitute=#Date#[MeasureDateW]Measure=TimeFormat=%H:%MSubstitute=#Date#[MeterDate]Meter=StringMeasureName=MeasureDateFontFace=AquaticoFontColor=242,242,242StringEffect=ShadowFontSize=(#Scale#*70)InlineSetting=CharacterSpacing | 10 | 10AntiAlias=1X=0Y=((#SCREENAREAHEIGHT#)*(87.5/100))[MeterDateW]Meter=StringMeasureName=MeasureDateWFontFace=AquaticoFontColor=242,242,242StringEffect=ShadowFontSize=(#Scale#*70)InlineSetting=CharacterSpacing | 10 | 10AntiAlias=1X=100Y=((#SCREENAREAHEIGHT#)*(89.5/100))

i tried to add this but it didn't work haha

Code:

Meter=ShapeShape=Rectangle 0,0,1000,#SCREENAREAHEIGHT# | Fill Color 255,255,255,0 | StrokeWidth 0X=0Y=0W=0H=0

Statistics: Posted by DNolep — Yesterday, 5:45 pm — Replies 3 — Views 75



Viewing all articles
Browse latest Browse all 469