If you're looking for a control to set the test order, you could use an
array of enums, with the first 5 or so of the array elements visible.
Re: Creating User Interface in front panel, did you find the problem with
the tab control?
"analog" wrote in message
news:506500000008000000E3AB0000-1066448259000@exchange.ni.com...
> What would be a good way to design a user interface that allows user
> to select multiple tests, and let the user define the order that the
> tests need to be in? For instance, if I have 5 tests: A, B, C, D, and
> E, the user can select tests A, B, D or B, D, C, A or C, D, A, B, E.
> The user also has the capability to re-order the items or deselect any
> item until a START button is pushed. Thank you in advance 😛