LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

custom function panel controls.

I need to customize the functionality of the controls on a function panel or I need to create and add my own custom controls to the panel. Can anyone help. Thanks in advance.
0 Kudos
Message 1 of 5
(3,433 Views)
Use SetCtrlAttr to change the attribute of controls or use SetCtrlVal to chane the value of a control
0 Kudos
Message 2 of 5
(3,433 Views)
Ola

To be able to see what attibutes you can change with the functions Kenny mentioned, right click on the control and select 'Control Help'. Then Control Attibutes to see a list of all the properties of the control you can modify.

If you have further questions with regard to this, please let me know.

Brian
0 Kudos
Message 3 of 5
(3,433 Views)
Ola

To be able to see what attibutes you can change with the functions Kenny mentioned, right click on the control and select 'Control Help'. Then Control Attibutes to see a list of all the properties of the control you can modify.

If you have further questions with regard to this, please let me know.

Brian
0 Kudos
Message 4 of 5
(3,433 Views)
Thanks for the answers, but I want to go beyond the functionality that these controls provide. Even SetCtrlAttr and SetCtrlVal have not helped. It seems I really need to use my own controls or even to replace the function panel.
0 Kudos
Message 5 of 5
(3,433 Views)