It is currently April 26th, 2024, 3:46 pm

MiddleLauncher by BirdAlliance

Get help with creating, editing & fixing problems with skins
b4iknew
Posts: 2
Joined: July 24th, 2021, 6:54 am

MiddleLauncher by BirdAlliance

Post by b4iknew »

Hello, I'vee been using a skin (middlelauncher) by BirdAlliance for years now. My screen resolution is 3840 x 2160 and was set to a scale of 150%.
The skin has always worked perfectly, but recently I've had to set the scale to 175% due to my eye sight. Now the skin is so incredibly large it goes beyond the screen and I have no idea how to fix it.

I can post the code here if that helps? Any help would be greatly appreciated.
This is not the complete code.

Code: Select all

[Rainmeter]
Update=100
DefaultUpdateDivider=10
ContextTitle=SPECTRUM Settings
ContextAction=["#ROOTCONFIGPATH#@Resources\variables.inc"]
SkinWidth=#SCREENAREAWIDTH#
SkinHeight=#SCREENAREAHEIGHT#

[Metadata]
Name=SPECTRUM
Author=BirdAlliance [birdalliance.deviantart.com]
Information=Another hidden launcher that activites upon mouse over with some *AWESOME* animation effects
License=Creative Commons BY-NC-SA 3.0
Version=1.0

[Variables]
;Core Functions Do Not Even Think About Touching Them
@Include="#@#variables.inc"

U=[!UpdateMeterGroup Icons][!Redraw]
AValue=0


[Animation]
Measure=Plugin
Plugin=ActionTimer
ActionList1=Repeat MoveIn,8,72
MoveIn=[!SetVariable AValue "(Clamp(#AValue#-96,0,(#SCREENAREAWIDTH#-96)))"][!UpdateMeasure Animation]#U#
ActionList2=Repeat MoveOut,8,72
MoveOut=[!SetVariable AValue "(Clamp(#AValue#+96,0,(#SCREENAREAWIDTH#-96)))"][!UpdateMeasure Animation]#U#
DynamicVariables=1
IgnoreWarnings=1
IfCondition=(#AValue#<1)
IfTrueAction=[!HideMeterGroup Icons][[!ZPos -2]
IfCondition2=(#AValue#>1)
IfTrueAction2=[!ShowMeterGroup Icons][!ZPos -2]

[Blur]
Measure=Plugin
Plugin=FrostedGlass
UpdateDivider=-1
BlurEnabled=0

[Trigger]
Meter=image
W=#SCREENAREAWIDTH#
H=4
X=-2750
Y=0
SolidColor=255,255,255,1
UpdateDivider=-1
MouseOverAction=[!CommandMeasure Animation "Stop 1"][!CommandMeasure Animation "Execute 2"][!ZPos -2]

[BG]
Meter=image
W=#SCREENAREAWIDTH#
H=304
Y=((#SCREENAREAHEIGHT#/2)-352)
SolidColor=255,255,255,1
UpdateDivider=-1
Group=Icons
MouseLeaveAction=[!CommandMeasure Animation "Stop 2"][!CommandMeasure Animation "Execute 1"][!ZPos -2]

[ColorBar]
Meter=Image
ImageName=Spectrum.png
X=((#SCREENAREAWIDTH#/2)-(#AValue#/2))
Y=r
W=#AValue#
H=12
DynamicVariables=1
Group=Icons
UpdateDivider=-1
Last edited by balala on July 24th, 2021, 11:35 am, edited 1 time in total.
Reason: Please use <code> tags whenever are posting code snippets. It's the </> button.
User avatar
jsmorley
Developer
Posts: 22630
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: MiddleLauncher by BirdAlliance

Post by jsmorley »

b4iknew
Posts: 2
Joined: July 24th, 2021, 6:54 am

Re: MiddleLauncher by BirdAlliance

Post by b4iknew »

Well that was just too easy, thank you very much jsmorley! and have a great day.