LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi-line labeling in Measurement Studio 6.0?

How do you create a multi-line label for command button in Measurement Studio 6.0?
0 Kudos
Message 1 of 6
(3,491 Views)
You can't create multiline labels. You would need to use the static text control from Visual Studio to make the second line of text. In CVI, you would use the Text Message control.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 6
(3,491 Views)
Press Ctrl-key and Enter at the same time to begin a new line while entering the
text.

"rmoscoso" wrote in message
news:506500000008000000CA850000-1042324653000@exchange.ni.com...
> How do you create a multi-line label for command button in Measurement
> Studio 6.0?
Message 3 of 6
(3,491 Views)
Hi.

How about using to separate the lines? This works in CVI.

Regards,
Colin.

Chris Matthews wrote in message news:<506500000005000000C8ED0000-1042324653000@exchange.ni.com>...
> You can't create multiline labels. You would need to use the static
> text control from Visual Studio to make the second line of text. In
> CVI, you would use the Text Message control.
>
> Best Regards,
>
> Chris Matthews
> National Instruments
0 Kudos
Message 4 of 6
(3,491 Views)
does allow for creation of multiline labels.
0 Kudos
Message 5 of 6
(3,491 Views)
works in CVI, but not in Measurement Studio. You would have to use a separate static text control in Visual Basic or Visual C++.

Chris
0 Kudos
Message 6 of 6
(3,491 Views)