01-14-2009 04:12 PM
01-14-2009 04:22 PM
Creat an array of the 16 references, then loop over them to disable the ones that are FALSE.
Maybe you can ese a radio button control instead of a cluster container. You can place any kind of booleans in it and only one can be true at any given time. You can also configure it to "allow no selection" if you want that.
01-14-2009 04:48 PM - edited 01-14-2009 04:48 PM
Here's a simple example for both ideas (cluster/disable or radiobutton).
The code to disable the FALSE buttons unless all are FALSE seems not too complicated. 😉
Of course the FOR loop only needs to run if the cluster changes, so use an event structure, for example.
01-14-2009 10:01 PM
01-15-2009 12:52 AM