NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

ui control in insertion palette

Hi,

 

I am using TestStand 4.2.1, not Labview.

 

In the help, I have read that Ui Control like ListBox or ListBar are available but they are not displayed in insertion palette.

 

How can I display them or add them programmatically to my sequence ?

 

Thank you

0 Kudos
Message 1 of 4
(3,745 Views)

It seems that you may have misunderstood what a UI control is used for.

 

UI (or User Interface) controls are used for stand alone applications which are used to execute sequence files.  Here is a link with more info on that:  http://www.ni.com/white-paper/14376/en/

 

Although it may be possible to technically call one from a sequence directly using ActiveX it would make no sense.  Usually you have to connect a UI control to a manager control.  Otherwise it is worthless. 

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 4
(3,740 Views)

Ok.

 

I need message popup with more than 6 choices or a listbox that appear on sequence launch.

 

I can do it programmatically but have no way to begin.

 

Where can I find those features ? 

0 Kudos
Message 3 of 4
(3,719 Views)

@niva wrote:

Ok.

 

I need message popup with more than 6 choices or a listbox that appear on sequence launch.

 

I can do it programmatically but have no way to begin.

 

Where can I find those features ? 


For more complex dialogs than what the message popup step provides, the easiest thing to do would be to create a custom dialog in whatever programming language you prefer and call that as a code module (e.g. from an Action step) to display the dialog.

 

See the examples in this directory:

<TestStandPublic>\Examples\ModalDialogs

 

Hope this helps,

-Doug

0 Kudos
Message 4 of 4
(3,706 Views)