11-19-2012 04:36 PM
Hi guys,
I recently made a post similar to this topic:
The asyncrohnous call makes new windows which is not entirely what I had in mind.
What I want to do is have the user specify the number of instruments. Then the user specified number will indicate how many sets of panels to be displayed.
A rough sketch of what I have in mind is shown below.
Can this be done using the asyncrohnous call or is there another function for this type of thing?
Thanks,
William
11-19-2012 05:57 PM
If by "Panel" you just mean a couple more controls, you can use an array indicator and set the size (number of elements displayed) programmatically. Make the array element a cluster so you can mix different types of controls.