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

Help: Rainmeter Skins • How can I do scale Skin Size with pulling

$
0
0
Hello Rainmeter friends, :welcome: :D :p

I have a question about enlarging the Rainmeter skin by dragging the corners? [For more flexibility]. Either in the Y direction or in the X direction. I saw an example somewhere in the forum, but I can't find the example anymore... :oops: :???: Enlarging using the mouse wheel option is too static for me. :thumbdown:

Thanks for your help Kind regards :rosegift: :great:

Rookie 89

Scale with MouseScroll
size-scroll.gif

Code:

[Rainmeter]Update=1000AccurateText=1DynamicWindowSize=1;-------------------------------------------------[Variables]background_W=300background_H=70transparenz=150ScaleFactor=1.0[Background]Meter=ShapeShape=Rectangle 2,2,#background_W#,#background_H#,10 | Fill Color 0,0,0,#transparenz# | StrokeWidth 2 | Stroke Color 0,0,0,140 | Scale #ScaleFactor#,#ScaleFactor#,0,0,0,0AntiAlias=1DynamicVariables=1MouseScrollUpAction=[!SetVariable ScaleFactor "(Clamp(#ScaleFactor# - 0.05,0.2,2.5))"][!UpdateMeter *][!Redraw]MouseScrollDownAction=[!SetVariable ScaleFactor "(Clamp(#ScaleFactor# + 0.05,0.2,2.5))"][!UpdateMeter *][!Redraw][Test String]Meter=StringFontFace=ArialFontStyle=BOLDFontColor=255,255,255,255InlineSetting=Shadow | 1 | 1 | 2 | 0,0,0,255FontSize=(Ceil(25 * #ScaleFactor#))X=(Ceil(180 * #ScaleFactor#))Y=(Ceil(20 * #ScaleFactor#))Text=RainmeterAntiAlias=1StringAlign=CenterDynamicVariables=1

Statistics: Posted by Rooky_89 — 4 minutes ago — Replies 0 — Views 7



Viewing all articles
Browse latest Browse all 904

Trending Articles