LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Resize and change button-text in example-OI

Hello,
i´m currently looking at the example Labview operator-interface which is delivered with TestStand and installed at:

C:\Programme\National Instruments\TestStand 3.5\OperatorInterfaces\NI\Simple\LabVIEW\TestExec.llb

It works without problems, but how can i resize and modify the text on the buttons?

I attached a copy pf the buttons. Two of them are resizable, the rest not. Why?
And how cani change the text displayed on the buttons?

Thanks for your help
0 Kudos
Message 1 of 2
(2,544 Views)
Hello,

You're buttons are ActiveX controls. I don't know why they are not resizable, it appears that somehow the activeX container resize properties are disabled. i've seen this sometimes with items on the block diagram, but they become resizable again after restarting LabVIEW.

You could make a copy of the resizable "buttons" and replace the not resizable "buttons" with the copies to go around the problem.

Kind regards,

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 2
(2,539 Views)