LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

customize array control

hi there,

I'm trying to customize an array control. In my app I have set a particular style which I want to maintain on all my VIs.

So when I put an array control, the default one does the "thick lowered box" efect.

What I want is to remove this efect. So I would just like to see to textboxes inside the array control (make it invisible).

can it be applied to clusters as well??

Tks,

Adam




0 Kudos
Message 1 of 2
(2,434 Views)
You can customize almost any control in LabVIEW (with the exception of the dialog controls).  Check out the LabVIEW help.  To start the process, you can either select File->New, then select Custom Control in the dialog, or right-click your control and select Advanced->Customize.  Either method will get you to a custom control you can modify, save, and use just like any other control.  See the help for details of how the editor works.
0 Kudos
Message 2 of 2
(2,415 Views)