It is currently March 29th, 2024, 10:40 am

Get folder appear when hovering on right side of my screen

Get help with installing and using Rainmeter.
Jason
Posts: 41
Joined: January 9th, 2020, 6:00 pm

Get folder appear when hovering on right side of my screen

Post by Jason »

Hi all, :welcome: :welcome:
I was wondering how to change the game to my right-hand side of my screen as i am using this https://www.deviantart.com/viciousned/art/Gameview-2-432776682 ( which shows all the icon is the left).
I wanna make it appear on my right side of my screen, what modification of the code should i change?
ps. it would be a bonus if a folder (including sub-folder e.g. Folder A -> image -> cat.png) can be placed on my right side of my screen while having the same function as the website)
Thanks. :D :D
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Get folder appear when hovering on right side of my screen

Post by balala »

Jason wrote: January 9th, 2020, 6:09 pm I wanna make it appear on my right side of my screen, what modification of the code should i change?
You have to change the alignment and the horizontal position of the String meters (from [Link1] to [Link56]), along with a few other changes you have to do to the [MouseOverBar] and [Background] meters.
Instead of describing step by step what you have to do, here is the rewritten code of the skin. Simply replace the old code with this one and refresh:

Code: Select all

[Rainmeter]
Update=1000
SolidColor=0,0,0,1
DynamicWindowSize=1

[Metadata]
Name=Gameview
Author=mr_freeman

[Variables]
TextStyle=BOLD
TextColour=192,192,192
ShortcutColour=0,0,0,1
MouseOverColour=50,205,50
TextSize=12
Font=Quicksand Light
AntiAlias=1
ScreenWidth=#SCREENAREAWIDTH@2#
ScreenHeight=#SCREENAREAHEIGHT@2#
BarWidth=720
TopMargin=10
LeftMargin=15
Spacing=15
ScrollSpeed=20
NumOfApps=56

;*****APPS*****

@Include="Apps.inc"

[LinkStyle]
Group=GameGroup
X=(#SCREENAREAWIDTH#-#LeftMargin#)
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right

;*****MEASURES*****

[MeasureScroll]
Measure=Calc
Formula=([Link1:Y]<(-1*#TopMargin#-#NumOfApps#*(#TextSize#+#Spacing#)+#ScreenHeight#)) ? (-1*#TopMargin#-#NumOfApps#*(#TextSize#+#Spacing#)+#ScreenHeight#) : (([Link1:Y]<#TopMargin#) ? [Link1:Y] : #TopMargin#)
DynamicVariables=1

;*****METERS*****

[MouseOverBar]
Meter=Image
MeasureName=MeasureScroll
X=(#SCREENAREAWIDTH#-1)
W=1
H=#ScreenHeight#
SolidColor=0,0,0,1
MouseOverAction=[!ShowMeterGroup GameGroup][!Update]
MouseScrollDownAction=[!SetOption Link1 Y ([Link1:Y]-#ScrollSpeed#)][!Update][!SetOption Link1 Y [*MeasureScroll*]][!Update]
MouseScrollUpAction=[!SetOption Link1 Y ([Link1:Y]+#ScrollSpeed#)][!Update][!SetOption Link1 Y [*MeasureScroll*]][!Update]

[View]
Meter=Image
Group=GameGroup
W=#ScreenWidth#
H=#ScreenHeight#
PreserveAspectRatio=2
Hidden=1
DynamicVariables=1
ImageName=""

[Background]
Meter=Image
MeasureName=MeasureScroll
Group=GameGroup
SolidColor=22,22,29,0
SolidColor2=22,22,29
X=(#SCREENAREAWIDTH#-#BarWidth#)
W=#BarWidth#
H=#ScreenHeight#
AntiAlias=1
Hidden=1
MouseLeaveAction=[!HideMeterGroup GameGroup][!Update]
MouseScrollDownAction=[!SetOption Link1 Y ([Link1:Y]-#ScrollSpeed#)][!Update][!SetOption Link1 Y [*MeasureScroll*]][!Update]
MouseScrollUpAction=[!SetOption Link1 Y ([Link1:Y]+#ScrollSpeed#)][!Update][!SetOption Link1 Y [*MeasureScroll*]][!Update]

[Link1]
Meter=String
MeterStyle=LinkStyle
Y=#TopMargin#
Text=#App1Text#
LeftMouseUpAction=["#App1Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link1 FontColor #MouseOverColour#][!SetOption View ImageName #*App1Image*#][!Update]
MouseLeaveAction=[!SetOption Link1 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link2]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App2Text#
LeftMouseUpAction=["#App2Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link2 FontColor #MouseOverColour#][!SetOption View ImageName #*App2Image*#][!Update]
MouseLeaveAction=[!SetOption Link2 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link3]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App3Text#
LeftMouseUpAction=["#App3Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link3 FontColor #MouseOverColour#][!SetOption View ImageName #*App3Image*#][!Update]
MouseLeaveAction=[!SetOption Link3 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link4]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App4Text#
LeftMouseUpAction=["#App4Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link4 FontColor #MouseOverColour#][!SetOption View ImageName #*App4Image*#][!Update]
MouseLeaveAction=[!SetOption Link4 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link5]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App5Text#
LeftMouseUpAction=["#App5Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link5 FontColor #MouseOverColour#][!SetOption View ImageName #*App5Image*#][!Update]
MouseLeaveAction=[!SetOption Link5 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link6]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App6Text#
LeftMouseUpAction=["#App6Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link6 FontColor #MouseOverColour#][!SetOption View ImageName #*App6Image*#][!Update]
MouseLeaveAction=[!SetOption Link6 FontColor #TextColour#][!SetOption View ImageName #*App6Image*#][!Update]

[Link7]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App7Text#
LeftMouseUpAction=["#App7Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link7 FontColor #MouseOverColour#][!SetOption View ImageName #*App7Image*#][!Update]
MouseLeaveAction=[!SetOption Link7 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link8]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App8Text#
LeftMouseUpAction=["#App8Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link8 FontColor #MouseOverColour#][!SetOption View ImageName #*App8Image*#][!Update]
MouseLeaveAction=[!SetOption Link8 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link9]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App9Text#
LeftMouseUpAction=["#App9Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link9 FontColor #MouseOverColour#][!SetOption View ImageName #*App9Image*#][!Update]
MouseLeaveAction=[!SetOption Link9 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link10]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App10Text#
LeftMouseUpAction=["#App10Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link10 FontColor #MouseOverColour#][!SetOption View ImageName #*App10Image*#][!Update]
MouseLeaveAction=[!SetOption Link10 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link11]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App11Text#
LeftMouseUpAction=["#App11Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link11 FontColor #MouseOverColour#][!SetOption View ImageName #*App11Image*#][!Update]
MouseLeaveAction=[!SetOption Link11 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link12]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App12Text#
LeftMouseUpAction=["#App12Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link12 FontColor #MouseOverColour#][!SetOption View ImageName #*App12Image*#][!Update]
MouseLeaveAction=[!SetOption Link12 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link13]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App13Text#
LeftMouseUpAction=["#App13Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link13 FontColor #MouseOverColour#][!SetOption View ImageName #*App13Image*#][!Update]
MouseLeaveAction=[!SetOption Link13 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link14]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App14Text#
LeftMouseUpAction=["#App14Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link14 FontColor #MouseOverColour#][!SetOption View ImageName #*App14Image*#][!Update]
MouseLeaveAction=[!SetOption Link14 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link15]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App15Text#
LeftMouseUpAction=["#App15Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link15 FontColor #MouseOverColour#][!SetOption View ImageName #*App15Image*#][!Update]
MouseLeaveAction=[!SetOption Link15 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link16]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App16Text#
LeftMouseUpAction=["#App16Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link16 FontColor #MouseOverColour#][!SetOption View ImageName #*App16Image*#][!Update]
MouseLeaveAction=[!SetOption Link16 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link17]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App17Text#
LeftMouseUpAction=["#App17Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link17 FontColor #MouseOverColour#][!SetOption View ImageName #*App17Image*#][!Update]
MouseLeaveAction=[!SetOption Link17 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link18]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App18Text#
LeftMouseUpAction=["#App18Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link18 FontColor #MouseOverColour#][!SetOption View ImageName #*App18Image*#][!Update]
MouseLeaveAction=[!SetOption Link18 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link19]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App19Text#
LeftMouseUpAction=["#App19Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link19 FontColor #MouseOverColour#][!SetOption View ImageName #*App19Image*#][!Update]
MouseLeaveAction=[!SetOption Link19 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link20]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App20Text#
LeftMouseUpAction=["#App20Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link20 FontColor #MouseOverColour#][!SetOption View ImageName #*App20Image*#][!Update]
MouseLeaveAction=[!SetOption Link20 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link21]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App21Text#
LeftMouseUpAction=["#App21Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link21 FontColor #MouseOverColour#][!SetOption View ImageName #*App21Image*#][!Update]
MouseLeaveAction=[!SetOption Link21 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link22]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App22Text#
LeftMouseUpAction=["#App22Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link22 FontColor #MouseOverColour#][!SetOption View ImageName #*App22Image*#][!Update]
MouseLeaveAction=[!SetOption Link22 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link23]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App23Text#
LeftMouseUpAction=["#App23Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link23 FontColor #MouseOverColour#][!SetOption View ImageName #*App23Image*#][!Update]
MouseLeaveAction=[!SetOption Link23 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link24]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App24Text#
LeftMouseUpAction=["#App24Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link24 FontColor #MouseOverColour#][!SetOption View ImageName #*App24Image*#][!Update]
MouseLeaveAction=[!SetOption Link24 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link25]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App25Text#
LeftMouseUpAction=["#App25Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link25 FontColor #MouseOverColour#][!SetOption View ImageName #*App25Image*#][!Update]
MouseLeaveAction=[!SetOption Link25 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link26]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App26Text#
LeftMouseUpAction=["#App26Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link26 FontColor #MouseOverColour#][!SetOption View ImageName #*App26Image*#][!Update]
MouseLeaveAction=[!SetOption Link26 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link27]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App27Text#
LeftMouseUpAction=["#App27Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link27 FontColor #MouseOverColour#][!SetOption View ImageName #*App27Image*#][!Update]
MouseLeaveAction=[!SetOption Link27 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link28]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App28Text#
LeftMouseUpAction=["#App28Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link28 FontColor #MouseOverColour#][!SetOption View ImageName #*App28Image*#][!Update]
MouseLeaveAction=[!SetOption Link28 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link29]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App29Text#
LeftMouseUpAction=["#App29Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link29 FontColor #MouseOverColour#][!SetOption View ImageName #*App29Image*#][!Update]
MouseLeaveAction=[!SetOption Link29 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link30]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App30Text#
LeftMouseUpAction=["#App30Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link30 FontColor #MouseOverColour#][!SetOption View ImageName #*App30Image*#][!Update]
MouseLeaveAction=[!SetOption Link30 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link31]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App31Text#
LeftMouseUpAction=["#App31Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link31 FontColor #MouseOverColour#][!SetOption View ImageName #*App31Image*#][!Update]
MouseLeaveAction=[!SetOption Link31 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link32]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App32Text#
LeftMouseUpAction=["#App32Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link32 FontColor #MouseOverColour#][!SetOption View ImageName #*App32Image*#][!Update]
MouseLeaveAction=[!SetOption Link32 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link33]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App33Text#
LeftMouseUpAction=["#App33Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link33 FontColor #MouseOverColour#][!SetOption View ImageName #*App33Image*#][!Update]
MouseLeaveAction=[!SetOption Link33 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link34]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App34Text#
LeftMouseUpAction=["#App34Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link34 FontColor #MouseOverColour#][!SetOption View ImageName #*App34Image*#][!Update]
MouseLeaveAction=[!SetOption Link34 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link35]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App35Text#
LeftMouseUpAction=["#App35Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link35 FontColor #MouseOverColour#][!SetOption View ImageName #*App35Image*#][!Update]
MouseLeaveAction=[!SetOption Link35 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link36]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App36Text#
LeftMouseUpAction=["#App36Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link36 FontColor #MouseOverColour#][!SetOption View ImageName #*App36Image*#][!Update]
MouseLeaveAction=[!SetOption Link36 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link37]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App37Text#
LeftMouseUpAction=["#App37Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link37 FontColor #MouseOverColour#][!SetOption View ImageName #*App37Image*#][!Update]
MouseLeaveAction=[!SetOption Link37 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link38]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App38Text#
LeftMouseUpAction=["#App38Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link38 FontColor #MouseOverColour#][!SetOption View ImageName #*App38Image*#][!Update]
MouseLeaveAction=[!SetOption Link38 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link39]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App39Text#
LeftMouseUpAction=["#App39Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link39 FontColor #MouseOverColour#][!SetOption View ImageName #*App39Image*#][!Update]
MouseLeaveAction=[!SetOption Link39 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link40]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App40Text#
LeftMouseUpAction=["#App40Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link40 FontColor #MouseOverColour#][!SetOption View ImageName #*App40Image*#][!Update]
MouseLeaveAction=[!SetOption Link40 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link41]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App41Text#
LeftMouseUpAction=["#App41Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link41 FontColor #MouseOverColour#][!SetOption View ImageName #*App41Image*#][!Update]
MouseLeaveAction=[!SetOption Link41 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link42]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App42Text#
LeftMouseUpAction=["#App42Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link42 FontColor #MouseOverColour#][!SetOption View ImageName #*App42Image*#][!Update]
MouseLeaveAction=[!SetOption Link42 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link43]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App43Text#
LeftMouseUpAction=["#App43Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link43 FontColor #MouseOverColour#][!SetOption View ImageName #*App43Image*#][!Update]
MouseLeaveAction=[!SetOption Link43 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link44]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App44Text#
LeftMouseUpAction=["#App44Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link44 FontColor #MouseOverColour#][!SetOption View ImageName #*App44Image*#][!Update]
MouseLeaveAction=[!SetOption Link44 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link45]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App45Text#
LeftMouseUpAction=["#App45Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link45 FontColor #MouseOverColour#][!SetOption View ImageName #*App45Image*#][!Update]
MouseLeaveAction=[!SetOption Link45 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link46]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App46Text#
LeftMouseUpAction=["#App46Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link46 FontColor #MouseOverColour#][!SetOption View ImageName #*App46Image*#][!Update]
MouseLeaveAction=[!SetOption Link46 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link47]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App47Text#
LeftMouseUpAction=["#App47Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link47 FontColor #MouseOverColour#][!SetOption View ImageName #*App47Image*#][!Update]
MouseLeaveAction=[!SetOption Link47 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link48]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App48Text#
LeftMouseUpAction=["#App48Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link48 FontColor #MouseOverColour#][!SetOption View ImageName #*App48Image*#][!Update]
MouseLeaveAction=[!SetOption Link48 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link49]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App49Text#
LeftMouseUpAction=["#App49Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link49 FontColor #MouseOverColour#][!SetOption View ImageName #*App49Image*#][!Update]
MouseLeaveAction=[!SetOption Link49 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link50]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App50Text#
LeftMouseUpAction=["#App50Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link50 FontColor #MouseOverColour#][!SetOption View ImageName #*App50Image*#][!Update]
MouseLeaveAction=[!SetOption Link50 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link51]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App51Text#
LeftMouseUpAction=["#App51Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link51 FontColor #MouseOverColour#][!SetOption View ImageName #*App51Image*#][!Update]
MouseLeaveAction=[!SetOption Link51 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link52]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App52Text#
LeftMouseUpAction=["#App52Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link52 FontColor #MouseOverColour#][!SetOption View ImageName #*App52Image*#][!Update]
MouseLeaveAction=[!SetOption Link52 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link53]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App53Text#
LeftMouseUpAction=["#App53Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link53 FontColor #MouseOverColour#][!SetOption View ImageName #*App53Image*#][!Update]
MouseLeaveAction=[!SetOption Link53 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link54]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App54Text#
LeftMouseUpAction=["#App54Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link54 FontColor #MouseOverColour#][!SetOption View ImageName #*App54Image*#][!Update]
MouseLeaveAction=[!SetOption Link54 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link55]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App55Text#
LeftMouseUpAction=["#App55Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link55 FontColor #MouseOverColour#][!SetOption View ImageName #*App55Image*#][!Update]
MouseLeaveAction=[!SetOption Link55 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link56]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App56Text#
LeftMouseUpAction=["#App56Path#"][!HideMeterGroup GameGroup][!Update]
MouseOverAction=[!SetOption Link56 FontColor #MouseOverColour#][!SetOption View ImageName #*App56Image*#][!Update]
MouseLeaveAction=[!SetOption Link56 FontColor #TextColour#][!SetOption View ImageName ""][!Update]
Note that beside the changes I've described above, I did a few more as well:
  • I introduced a [LinkStyle] section, in order to simplify the code. Using such a style section, I was able to reduce the length of the String meters, which is always a good idea. In addition if you have such a style section, if you make a change to it, this is immediately applied to all String meters, without having to modify all of them one by one.
  • I removed the deprecated !Execute bangs, used initially in the LeftMouseUpAction options of all String meters. This bang has been deprecated long time ago and should not be used anymore.
Please let me know if this code does what you want and works as desired.
Jason
Posts: 41
Joined: January 9th, 2020, 6:00 pm

Re: Get folder appear when hovering on right side of my screen

Post by Jason »

Good day Sir,
Thanks for replying.
Ya, the code works fairly good. Thank You.
Just a thought, instead of just by clicking the file name, it execute right away,
Is there a way to have a folder instead of the file name? [ exp. Folder A -> Images -> flower.png ].
Thank You.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Get folder appear when hovering on right side of my screen

Post by balala »

Jason wrote: January 10th, 2020, 5:30 pm Just a thought, instead of just by clicking the file name, it execute right away,
Is there a way to have a folder instead of the file name? [ exp. Folder A -> Images -> flower.png ].
I didn't understand what you're asking for.
Do you want to open a folder, instead of launching the appropriate game? Please explain a little bit.
Jason
Posts: 41
Joined: January 9th, 2020, 6:00 pm

Re: Get folder appear when hovering on right side of my screen

Post by Jason »

Yeah, i wanna open a folder instead of launching an app and after opening the folder, it still stay on that position, it wont redirect you to file explorer path.
For example, the path is Folder A\images\flower.png.
Once i clicked on Folder A, Folder A will disappear and images will appear as a substitution of folder A, and then i clicked on images. flower.png will again substitute images. Then i click on the flower.png, it only then will launch the flower.png ( As i'm trying to open this flower in the 1st place).
Thank You.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Get folder appear when hovering on right side of my screen

Post by balala »

Jason wrote: January 11th, 2020, 7:52 am Yeah, i wanna open a folder instead of launching an app and after opening the folder, it still stay on that position, it wont redirect you to file explorer path.
Not sure I entirely can follow your description, but if you want to change the target of any element of the skin, you have to replace the AppXXPath variable (where XX obviously is a number) in the Gameview 2\Apps.inc file. Open the above file and replace for instance the App1Path variable (App1Path="D:\Program Files\Ubisoft\Assassin's Creed\AssassinsCreed_Dx10.exe") with the path of the desired folder (let's say App1Path=D:). Then refresh the skin.
Is this what you did want?
Jason
Posts: 41
Joined: January 9th, 2020, 6:00 pm

Re: Get folder appear when hovering on right side of my screen

Post by Jason »

Hello,
Yes, you are right, it is about changing the target of any element of the skin,
but "replace for instance the App1Path variable (App1Path="D:\Program Files\Ubisoft\Assassin's Creed\AssassinsCreed_Dx10.exe")"
For this right, it is just executing the file by opening a new window.
What i wanna try is that, instead of opening a new window, it will stay on the same window, but display different file.
For example the path is "D:\Program Files\Ubisoft", as there are lots of game in Ubisoft, and i wouldn't want too many game listing when i hover my mouse to right, which is why a i set the path to a folder.
But i would like that, once i hover my house to my right of my screen, and then onto Ubisoft, it would display whatever game or folder it has. ( as an example i have attached a picture below.)
Feel free to ask me if that's some part that i dint descriptive clearly.
Thank you.
You do not have the required permissions to view the files attached to this post.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Get folder appear when hovering on right side of my screen

Post by balala »

Jason wrote: January 12th, 2020, 4:59 pm But i would like that, once i hover my house to my right of my screen, and then onto Ubisoft, it would display whatever game or folder it has. ( as an example i have attached a picture below.)
So, let's see if I understood. There are five elements which are Ubisoft games: Assassins Creed, Assassins Creed II, Assassins Creed Brotherhood, Assassins Creed Revelations and Assassins Creed III (all of them being placed into subfolders of the Ubisoft folder). Now you would like to have one single Ubisoft element in the list, this one replacing the first five elements, then when you're hovering the mouse over that one, a submenu should be shown, with the previously enumerated five games.
But if this is alright, I'm not sure why have you posted the screenshot.
Jason
Posts: 41
Joined: January 9th, 2020, 6:00 pm

Re: Get folder appear when hovering on right side of my screen

Post by Jason »

" Now you would like to have one single Ubisoft element in the list, this one replacing the first five elements, then when you're hovering the mouse over that one, a submenu should be shown, with the previously enumerated five games. "
Yes. It is correct. Is it possible ?
I posted a screenshot, as i scare that my description is unclear, and also as a reference as what i describe.
I thought that it would come in handy if an illustration is implemented.
Thank You.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Get folder appear when hovering on right side of my screen

Post by balala »

Jason wrote: January 13th, 2020, 3:41 am Yes. It is correct. Is it possible ?
Definitely:

Code: Select all

[Rainmeter]
Update=1000
SolidColor=0,0,0,1
DynamicWindowSize=1
OnUnfocusAction=[!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"]

[Metadata]
Name=Gameview
Author=mr_freeman

[Variables]
TextStyle=BOLD
TextColour=192,192,192
ShortcutColour=0,0,0,1
MouseOverColour=50,205,50
TextSize=12
Font=Quicksand Light
AntiAlias=1
ScreenWidth=#SCREENAREAWIDTH@2#
ScreenHeight=#SCREENAREAHEIGHT@2#
BarWidth=720
TopMargin=10
LeftMargin=15
Spacing=15
ScrollSpeed=20
NumOfApps=56
ShowUbisoft=0

;*****APPS*****

@Include="Apps.inc"

[LinkStyle]
Group=GameGroup
X=(#SCREENAREAWIDTH#-#LeftMargin#)
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right

;*****MEASURES*****

[MeasureScroll]
Measure=Calc
Formula=([Link1:Y]<(-1*#TopMargin#-#NumOfApps#*(#TextSize#+#Spacing#)+#ScreenHeight#)) ? (-1*#TopMargin#-#NumOfApps#*(#TextSize#+#Spacing#)+#ScreenHeight#) : (([Link1:Y]<#TopMargin#) ? [Link1:Y] : #TopMargin#)
DynamicVariables=1

;*****METERS*****

[MouseOverBar]
Meter=Image
MeasureName=MeasureScroll
X=(#SCREENAREAWIDTH#-1)
W=1
H=#ScreenHeight#
SolidColor=0,0,0,1
MouseOverAction=[!ShowMeterGroup GameGroup][!Redraw]
MouseScrollDownAction=[!SetOption Link1 Y ([Link1:Y]-#ScrollSpeed#)][!SetOption Link1 Y [*MeasureScroll*]][!UpdateMeter "Link1"][!Redraw]
MouseScrollUpAction=[!SetOption Link1 Y ([Link1:Y]+#ScrollSpeed#)][!SetOption Link1 Y [*MeasureScroll*]][!UpdateMeter "Link1"][!Redraw]

[View]
Meter=Image
Group=GameGroup
W=#ScreenWidth#
H=#ScreenHeight#
PreserveAspectRatio=2
Hidden=1
DynamicVariables=1
ImageName=""

[Background]
Meter=Image
MeasureName=MeasureScroll
Group=GameGroup
SolidColor=22,22,29,0
SolidColor2=22,22,29
X=(#SCREENAREAWIDTH#-#BarWidth#)
W=#BarWidth#
H=#ScreenHeight#
AntiAlias=1
Hidden=1
MouseLeaveAction=[!HideMeterGroup GameGroup][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!Redraw]
MouseScrollDownAction=[!SetOption Link1 Y ([Link1:Y]-#ScrollSpeed#)][!SetOption Link1 Y [*MeasureScroll*]][!UpdateMeterGroup "GameGroup"][!Redraw]
MouseScrollUpAction=[!SetOption Link1 Y ([Link1:Y]+#ScrollSpeed#)][!SetOption Link1 Y [*MeasureScroll*]][!UpdateMeterGroup "GameGroup"][!Redraw]

[MeasureShowUbisoft]
Measure=Calc
Formula=#ShowUbisoft#
IfCondition=(#CURRENTSECTION#>=1)
IfTrueAction=[!ShowMeterGroup "UbisoftGames"][!SetOptionGroup GameGroup FontColor "#TextColour#,50"][!DisableMouseActionGroup "MouseOverAction|MouseLeaveAction|LeftMouseUpAction" "GameGroup"][!DisableMouseAction Background "MouseScrollDownAction|MouseScrollUpAction"][!EnableMouseAction Background "MouseLeaveAction"][!UpdateMeterGroup "GameGroup"][!ShowMeter "MeterHideUbisoft"][!Redraw]
IfFalseAction=[!HideMeterGroup "UbisoftGames"][!SetOptionGroup GameGroup FontColor "#TextColour#"][!EnableMouseActionGroup "MouseOverAction|MouseLeaveAction|LeftMouseUpAction" "GameGroup"][!EnableMouseAction Background "MouseScrollDownAction|MouseScrollUpAction"][!EnableMouseAction Background "MouseLeaveAction"][!UpdateMeterGroup "GameGroup"][!HideMeter "MeterHideUbisoft"][!Redraw]
DynamicVariables=1

[Link1]
Meter=String
MeterStyle=LinkStyle
Y=#TopMargin#
Text=Ubisoft
LeftMouseUpAction=[!SetVariable ShowUbisoft "(1-#ShowUbisoft#)"][!UpdateMeasure "MeasureShowUbisoft"][!UpdateMeter "#CURRENTSECTION#"]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!UpdateMeter "#CURRENTSECTION#"][!Redraw]
;[!SetOption View ImageName #*App1Image*#][!Update]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!Redraw]
DynamicVariables=1

;[Link1]
;Meter=String
;MeterStyle=LinkStyle
;Y=#TopMargin#
;Text=#App1Text#
;LeftMouseUpAction=["#App1Path#"][!HideMeterGroup GameGroup][!Update]
;MouseOverAction=[!SetOption Link1 FontColor #MouseOverColour#][!SetOption View ImageName #*App1Image*#][!Update]
;MouseLeaveAction=[!SetOption Link1 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

;[Link2]
;Meter=String
;MeterStyle=LinkStyle
;Y=(#TextSize#+#Spacing#)r
;Text=#App2Text#
;LeftMouseUpAction=["#App2Path#"][!HideMeterGroup GameGroup][!Update]
;MouseOverAction=[!SetOption Link2 FontColor #MouseOverColour#][!SetOption View ImageName #*App2Image*#][!Update]
;MouseLeaveAction=[!SetOption Link2 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

;[Link3]
;Meter=String
;MeterStyle=LinkStyle
;Y=(#TextSize#+#Spacing#)r
;Text=#App3Text#
;LeftMouseUpAction=["#App3Path#"][!HideMeterGroup GameGroup][!Update]
;MouseOverAction=[!SetOption Link3 FontColor #MouseOverColour#][!SetOption View ImageName #*App3Image*#][!Update]
;MouseLeaveAction=[!SetOption Link3 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

;[Link4]
;Meter=String
;MeterStyle=LinkStyle
;Y=(#TextSize#+#Spacing#)r
;Text=#App4Text#
;LeftMouseUpAction=["#App4Path#"][!HideMeterGroup GameGroup][!Update]
;MouseOverAction=[!SetOption Link4 FontColor #MouseOverColour#][!SetOption View ImageName #*App4Image*#][!Update]
;MouseLeaveAction=[!SetOption Link4 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

;[Link5]
;Meter=String
;MeterStyle=LinkStyle
;Y=(#TextSize#+#Spacing#)r
;Text=#App5Text#
;LeftMouseUpAction=["#App5Path#"][!HideMeterGroup GameGroup][!Update]
;MouseOverAction=[!SetOption Link5 FontColor #MouseOverColour#][!SetOption View ImageName #*App5Image*#][!Update]
;MouseLeaveAction=[!SetOption Link5 FontColor #TextColour#][!SetOption View ImageName ""][!Update]

[Link6]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App6Text#
LeftMouseUpAction=["#App6Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App6Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName #*App6Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link7]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App7Text#
LeftMouseUpAction=["#App7Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App7Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link8]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App8Text#
LeftMouseUpAction=["#App8Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App8Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link9]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App9Text#
LeftMouseUpAction=["#App9Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App9Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link10]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App10Text#
LeftMouseUpAction=["#App10Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App10Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link11]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App11Text#
LeftMouseUpAction=["#App11Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App11Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link12]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App12Text#
LeftMouseUpAction=["#App12Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App12Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link13]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App13Text#
LeftMouseUpAction=["#App13Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App13Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link14]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App14Text#
LeftMouseUpAction=["#App14Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App14Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link15]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App15Text#
LeftMouseUpAction=["#App15Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App15Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link16]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App16Text#
LeftMouseUpAction=["#App16Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App16Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link17]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App17Text#
LeftMouseUpAction=["#App17Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App17Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link18]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App18Text#
LeftMouseUpAction=["#App18Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App18Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link19]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App19Text#
LeftMouseUpAction=["#App19Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App19Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link20]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App20Text#
LeftMouseUpAction=["#App20Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App20Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link21]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App21Text#
LeftMouseUpAction=["#App21Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App21Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link22]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App22Text#
LeftMouseUpAction=["#App22Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App22Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link23]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App23Text#
LeftMouseUpAction=["#App23Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App23Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link24]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App24Text#
LeftMouseUpAction=["#App24Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App24Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link25]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App25Text#
LeftMouseUpAction=["#App25Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App25Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link26]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App26Text#
LeftMouseUpAction=["#App26Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App26Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link27]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App27Text#
LeftMouseUpAction=["#App27Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App27Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link28]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App28Text#
LeftMouseUpAction=["#App28Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App28Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link29]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App29Text#
LeftMouseUpAction=["#App29Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App29Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link30]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App30Text#
LeftMouseUpAction=["#App30Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App30Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link31]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App31Text#
LeftMouseUpAction=["#App31Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App31Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link32]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App32Text#
LeftMouseUpAction=["#App32Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App32Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link33]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App33Text#
LeftMouseUpAction=["#App33Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App33Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link34]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App34Text#
LeftMouseUpAction=["#App34Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App34Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link35]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App35Text#
LeftMouseUpAction=["#App35Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App35Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link36]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App36Text#
LeftMouseUpAction=["#App36Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App36Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link37]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App37Text#
LeftMouseUpAction=["#App37Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App37Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link38]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App38Text#
LeftMouseUpAction=["#App38Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App38Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link39]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App39Text#
LeftMouseUpAction=["#App39Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App39Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link40]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App40Text#
LeftMouseUpAction=["#App40Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App40Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link41]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App41Text#
LeftMouseUpAction=["#App41Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App41Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link42]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App42Text#
LeftMouseUpAction=["#App42Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App42Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link43]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App43Text#
LeftMouseUpAction=["#App43Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App43Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link44]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App44Text#
LeftMouseUpAction=["#App44Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App44Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link45]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App45Text#
LeftMouseUpAction=["#App45Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App45Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link46]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App46Text#
LeftMouseUpAction=["#App46Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App46Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link47]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App47Text#
LeftMouseUpAction=["#App47Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App47Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link48]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App48Text#
LeftMouseUpAction=["#App48Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App48Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link49]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App49Text#
LeftMouseUpAction=["#App49Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App49Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link50]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App50Text#
LeftMouseUpAction=["#App50Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App50Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link51]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App51Text#
LeftMouseUpAction=["#App51Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App51Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link52]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App52Text#
LeftMouseUpAction=["#App52Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App52Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link53]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App53Text#
LeftMouseUpAction=["#App53Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App53Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link54]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App54Text#
LeftMouseUpAction=["#App54Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App54Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link55]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App55Text#
LeftMouseUpAction=["#App55Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App55Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link56]
Meter=String
MeterStyle=LinkStyle
Y=(#TextSize#+#Spacing#)r
Text=#App56Text#
LeftMouseUpAction=["#App56Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App56Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]

[Link12nd]
Meter=String
Group=UbisoftGames
X=(#SCREENAREAWIDTH#-#LeftMargin#-100)
Y=(#TopMargin#+50)
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right
Text=#App1Text#
LeftMouseUpAction=["#App1Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App1Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
Hidden=1

[Link22nd]
Meter=String
Group=UbisoftGames
X=0r
Y=(#TextSize#+#Spacing#)r
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right
Text=#App1Text#
LeftMouseUpAction=["#App2Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App2Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
Hidden=1

[Link32nd]
Meter=String
Group=UbisoftGames
X=0r
Y=(#TextSize#+#Spacing#)r
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right
Text=#App3Text#
LeftMouseUpAction=["#App3Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App3Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
Hidden=1

[Link42nd]
Meter=String
Group=UbisoftGames
X=0r
Y=(#TextSize#+#Spacing#)r
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right
Text=#App4Text#
LeftMouseUpAction=["#App4Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App4Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
Hidden=1

[Link52nd]
Meter=String
Group=UbisoftGames
X=0r
Y=(#TextSize#+#Spacing#)r
StringStyle=#TextStyle#
FontColor=#TextColour#
FontSize=#TextSize#
FontFace=#Font#
AntiAlias=1
Hidden=1
StringAlign=Right
Text=#App5Text#
LeftMouseUpAction=["#App5Path#"][!SetVariable ShowUbisoft "0"][!UpdateMeasure "MeasureShowUbisoft"][!HideMeterGroup GameGroup][!Redraw]
MouseOverAction=[!SetOption #CURRENTSECTION# FontColor #MouseOverColour#][!SetOption View ImageName #*App5Image*#][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# FontColor #TextColour#][!SetOption View ImageName ""][!UpdateMeter "#CURRENTSECTION#"][!UpdateMeter "View"][!Redraw]
Hidden=1
Please replace the old code wit the above one.

Additionally note that you can quote a previous post using the Quote text button in the menu of this forum:
Quote.png
You do not have the required permissions to view the files attached to this post.