As you figured out I think, the [MeterName2] - [MeterName5] meters need container, in order to have them sliding out properly. So you have to add such a container meter to your code. Add this one:By the way... I still can figure how to include a Container to those 4 top meters to make them start opening at the Vertical Bar by where the Icons are placed instead of moving from the edge of the screen and closing all the way to the edge of the screen...
Code:
[MeterContainer]Meter=ImageSolidColor=0,0,0X=((42+#Offset#)*#Factor#)Y=(152*#Factor#)W=(145*#Factor#)H=(145*#Factor#)Group=SlidersDynamicVariables=1
Code:
[MeterName2]...X=((#W2#-100)*#Factor#)Y=(16*#Factor#)...Container=MeterContainer[MeterName3]...X=((#W3#-100)*#Factor#)...Container=MeterContainer[MeterName4]...X=((#W4#-100)*#Factor#)...Container=MeterContainer[MeterName5]...X=((#W5#-100)*#Factor#)...Container=MeterContainer
Is this solution alright? Is it working?
Statistics: Posted by balala — Yesterday, 7:26 pm