09-19-2007 11:29 PM
09-20-2007 05:31 PM - edited 09-20-2007 05:31 PM
Message Edited by Dillon G on 09-20-2007 05:32 PM
09-20-2007 05:57 PM
09-25-2007 04:08 PM - edited 09-25-2007 04:08 PM
Message Edited by 12345qwertt on 09-25-2007 04:09 PM
Message Edited by 12345qwertt on 09-25-2007 04:17 PM
09-25-2007 04:49 PM
There is no option to make the SequenceView ActiveX control display checkmarks in the step list it displays. If you absolutely must have this, you'll need to write your own list box control to display the steps. Given how much the SequenceView ActiveX control provides, it would be a big undertaking to reimplement it for such a minor UI tweak. However, if you just want to display a list with checkboxes and don't need all the bells and whistles of the SequenceView, you could probably implement it yourself in a reasonable period. Perhaps you could put your own checkmarkable step list next to the existing sequence view and update the selected steps to match your checkmarks? It might even be possible to use the SequenceView HitTest, ItemIndexToStep, and StepToItemIndex functions to match up a parallel scrollable list of checkmarks to the steps in an SequenceView. I haven't tried to hack that one together, so I'm not sure that it is a good idea..
Prior to 4.0 we shipped example Operator Interfaces that did not use the ActiveX controls. Coincidentally, they included step list boxes with checkmarks (at least the CVI one did, I didn't try them all). They were located in:
C:\Program Files\National Instruments\TestStand 3.5\OperatorInterfaces\NI\TestStand 2.0.1 Operator Interfaces (Old)\Full-Featured\
However, these examples are way more complicated and less functional than the new User Interfaces that use the ActiveX controls, so I highly recommend against basing a project on them unless they just happen to already do everything you will ever want in your Operator Interface application.
10-01-2007 01:29 PM - edited 10-01-2007 01:29 PM
Message Edited by 12345qwertt on 10-01-2007 01:31 PM
10-01-2007 02:13 PM
10-01-2007 04:06 PM - edited 10-01-2007 04:06 PM
Message Edited by 12345qwertt on 10-01-2007 04:07 PM
10-01-2007 04:35 PM