NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

adding TS commands to toolbar in OI

Hi,
 
is it possible to add TS commands to a toolbar of a CVI written OI similar to TS_InsertCommandsInMenu?
 
Thanks in advance for support.
 
Regards
Steffen Schmdit
0 Kudos
Message 1 of 2
(2,774 Views)
Currently, there are no environment specific helper functions for putting commands in toolbars. However, you can still easily execute commands from toolbar buttons your create.
 
To get a command object, call  <ManagerControl>.GetCommand.  The command object has methods to execute the command, determine if it is enabled, etc.
 
 
0 Kudos
Message 2 of 2
(2,762 Views)