Variable Control Type
#1
Pretty sure this is not possible but is there a way to have the control type variable? I have a control that I want to change from "panel" to "fixedlist" is a certain variable is true/false. I've tried the following but haven't had any success:

xml:

<control type="$VAR[controlType]" id="1234">

===== OR ======

<control id="1234">
    <type>$VAR[controlType]</type>

===== OR ======

<control id="1234">
    <type condition="1">fixedlist</type>
    <type>panel</type>
Reply
#2
Nope, not possible.
Reply
#3
Currently I'm using panel but is there a different type or an additional tag for type="panel" that I can put in to get the first element to be fixed to the furthest left position?

With type="panel", if I go right from Contra to Double Dragon (or Dr. Mario in the second example), Contra is still visible but what I would like is that when I go right, Contra goes off screen and Double Dragon (or Dr. Mario) takes the place of Contra.

I'd like to keep the ability to have two rows with the small box art which I could not figure out how to do with fixedlist.

Image

Image
Reply

Logout Mark Read Team Forum Stats Members Help
Variable Control Type0