Thanks Yincognito....
The SearchBar part works great!!!!
I think I'll leave the Opening/Closing values as they were before.... some how the sliding motion gets kind of sluggish when applying the Close commands for the other open meters....
I've been modifying the code to one of the meters to slide open from Right to Left... I got that 80% accomplished, they slide open but I'm missing something to make them close.... The Pink square disappears once it slides open... Can you give me a hand please....?
Here is the code for the Bar1 Meter which is the one sliding from Right to Left...
The SearchBar part works great!!!!

I think I'll leave the Opening/Closing values as they were before.... some how the sliding motion gets kind of sluggish when applying the Close commands for the other open meters....
I've been modifying the code to one of the meters to slide open from Right to Left... I got that 80% accomplished, they slide open but I'm missing something to make them close.... The Pink square disappears once it slides open... Can you give me a hand please....?
Here is the code for the Bar1 Meter which is the one sliding from Right to Left...
Code:
[Slide1]Measure=PluginPlugin=ActionTimerActionList1=Repeat Bar1Extend,#Bar1Wait#,#Bar1Count# | Wait 100 | Repeat Menu1Extend,#Menu1Wait#,#Menu1Count# Bar1Extend=[!SetVariable Bar1Ext (Clamp(Ceil(#Bar1Ext#+#Bar1Max#/#Bar1Count#),0,#Bar1Max#))][!UpdateMeasure #CURRENTSECTION#][!UpdateMeter *][!Redraw]Menu1Extend=[!SetVariable Menu1Ext (Clamp(Ceil(#Menu1Ext#+#Menu1Max#/#Menu1Count#),0,#Menu1Max#))][!UpdateMeasure #CURRENTSECTION#][!UpdateMeter *][!Redraw]ActionList2=Repeat Menu1Close,#Menu1Wait#,#Menu1Count# | Wait 100 | Repeat Bar1Close,#Bar1Wait#,#Bar1Count# Menu1Close=[!SetVariable Menu1Ext (Clamp(Trunc(#Menu1Ext#-#Menu1Max#/#Menu1Count#),0,#Menu1Max#))][!UpdateMeasure #CURRENTSECTION#][!UpdateMeter *][!Redraw]Bar1Close=[!SetVariable Bar1Ext (Clamp(Trunc(#Bar1Ext#-#Bar1Max#/#Bar1Count#),0,#Bar1Max#))][!UpdateMeasure #CURRENTSECTION#][!UpdateMeter *][!Redraw]DynamicVariables=1[Bar1]Meter=ImageX=860Y=10W=(24-#Bar1Ext#)H=24SolidColor=245,128,230,LeftMouseUpAction=[!CommandMeasure Slide1 "Stop 1"][!CommandMeasure Slide1 "Stop 2"][!CommandMeasure Slide1 "Execute [#State]"][!SetVariable State (3-[#State])]DynamicVariables=1[Menu1]meter=ImageX=585Y=10W=145H=(0+#Menu1Ext#)SolidColor=245,128,230,DynamicVariables=1[ContainerMenu1]Meter=ImageSolidColor=2,2,32X=585Y=10W=145H=400DynamicVariables=1[ContainerTitle1]Meter=ImageSolidColor=2,2,32X=700Y=10W=120H=24DynamicVariables=1[ContainerTitle1]Meter=ImageSolidColor=2,2,32X=700Y=10W=120H=24DynamicVariables=1[Title1]Meter=StringX=(315 - #Bar1Ext#)Y=3W=(20+#Bar1Ext#)H=20Text=GamesFontFace=#FontFace#FontSize=12FontColor=0,0,0AntiAlias=1Container=ContainerTitle1DynamicVariables=1
Statistics: Posted by jadiazrod — Yesterday, 1:54 pm