09-10-2008 09:34 AM
09-11-2008 12:14 AM
09-11-2008 09:10 AM - edited 09-11-2008 09:11 AM
To do what you want you would need to use an array of clusters, in which each cluster contains two elements: a Boolean and a string for the test name. Sort of something like this:
However, I think a much simpler solution is to use a regular listbox that allows you to select more than one item. Something like this:
Either of these are easier to use than trying to embed a Boolean button inside a multicolumn listbox.
09-12-2008 12:41 AM