I think I've Managed to modify the code to achieve the MouseOver Background following another post... at the same time obtained a much smaller size INI file...
I dumped the Bevel option and worked on the MeterStyle partMeter Menu and Meter Elements Look like this
Just a couple more questions...
How do I get the Meter Elements move a little bit to the right so they won't be so close to the MeterMenu Title...??
and How do I get The same Background effect on That Meter Menu Title...?
I dumped the Bevel option and worked on the MeterStyle part
Code:
MeterStyle:[ButtonStyle]StringAlign=Left FontFace=Segoe UIFontSize=10FontColor=#FontColorPasive#X=(20 + #Offset#)Y=20rW=100AntiAlias=1Group=Sliders | SlidersSubDynamicVariables=1;Dynamically change the style of a meter on Mouse Over/Leave ActionsMouseOverAction=[!SetOption [#CURRENTSECTION] SolidColor [#SolidColorFilled]][!UpdateMeter [#CURRENTSECTION]][!Redraw]MouseLeaveAction=[!SetOption [#CURRENTSECTION] SolidColor [#SolidColorTransparent]][!UpdateMeter [#CURRENTSECTION]][!Redraw]
Code:
[MeterMenu]Meter=STRINGX=(5 + #Offset#)Y=90W=50FontColor=#FontColorPassive#SolidColor=0,0,0,5FontSize=10FontFace=Segoe UIStringStyle=NormalStringAlign=LEFTAntiAlias=1Text=TechnicalGroup=SlidersDynamicVariables=1MouseOverAction=[!CommandMeasure MeasureSliderSub "Stop 2"][!CommandMeasure MeasureSliderSub "Execute 1"][!CommandMeasure MeasureSliderSub "Stop 3"][!CommandMeasure MeasureSliderSub "Stop 4"]MouseLeaveAction=[!CommandMeasure MeasureSliderSub "Stop 1"][!CommandMeasure MeasureSliderSub "Execute 2"][!CommandMeasure MeasureSliderSub "Stop 3"][!CommandMeasure MeasureSliderSub "Stop 4"]LeftMouseUpAction=[!SetVariable OpenMenu "(1-#OpenMenu#)"][!SetVariable OpenMenu "0"][!UpdateMeasure "MeasureOpenMenu"][!UpdateMeter "MeterMenuElement1"][!UpdateMeter #CURRENTSECTION#][MeterContainerSub]Meter=ImageSolidColor=255,240,0X=5RY=0rW=100H=510Group=SlidersMouseOverAction=[!CommandMeasure MeasureSliderSub "Stop 2"][!CommandMeasure MeasureSliderSub "Execute 1"][!CommandMeasure MeasureSliderSub "Stop 3"][!CommandMeasure MeasureSliderSub "Stop 4"]MouseLeaveAction=[!CommandMeasure MeasureSliderSub "Stop 1"][!CommandMeasure MeasureSliderSub "Execute 2"][!CommandMeasure MeasureSliderSub "Stop 3"][!CommandMeasure MeasureSliderSub "Stop 4"][MeterMenuElement1]Meter=STRINGMeterStyle=ButtonStyleX=(#OffsetSub#)Y=0Text=VariousGroup=Sliders | SlidersSubLeftMouseUpAction=[!SetVariable OpenMenu "0"]["\\WDMYCLOUD\Public\Back up\Miscellaneous"][!UpdateMeasure "MeasureOpenMenu"][!UpdateMeter "MeterMenu"]Container=MeterContainerSub[MeterMenuElement2]Meter=STRINGMeterStyle=ButtonStyleX=0rY=1RText=AdcomGroup=Sliders | SlidersSubLeftMouseUpAction=[!SetVariable OpenMenu "0"]["\\WDMYCLOUD\Public\Back up\Adcom"][!UpdateMeasure "MeasureOpenMenu"][!UpdateMeter "MeterMenu"]Container=MeterContainerSub[MeterMenuElement3]Meter=STRINGMeterStyle=ButtonStyleX=0rY=1RText=ArcamGroup=Sliders | SlidersSubLeftMouseUpAction=[!SetVariable OpenMenu "0"]["\\WDMYCLOUD\Public\Back up\Arcam"][!UpdateMeasure "MeasureOpenMenu"][!UpdateMeter "MeterMenu"]Container=MeterContainerSub
Just a couple more questions...
How do I get the Meter Elements move a little bit to the right so they won't be so close to the MeterMenu Title...??
and How do I get The same Background effect on That Meter Menu Title...?
Statistics: Posted by jadiazrod — Yesterday, 9:13 pm