LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I break the tool tips (tip strips) into to seveal lines?

I use the tip in "Description and tip..." to display tool tips (tooltips, tip strips, help cues, the little yellow strips with helpful information about a control). Some of the help messages are long, but the tips are still displayed on one line. In some cases the whole text can not be read because the tip is wider than the screen. I would like to be able to specify a maximum width of the tip, or to be able to manually insert line breaks.
0 Kudos
Message 1 of 8
(4,259 Views)
Hi Martin,

I am not aware of any way of limiting the tip strip width or making it multi line. According to LabVIEW help Tip strips are brief descriptions that appear when you move the cursor over an object while a VI runs and the max length should not exceed 80 Chars.

Nick
0 Kudos
Message 2 of 8
(4,259 Views)
hello Martin.

If using labview 7, just type return as standard in any multiline text. The tip strip will be multiline.


Hope this helps
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
Message 3 of 8
(4,259 Views)
I am using LabView 6.1. I was trying to enter the tip using the tip dialog box ("Description and tip..."), and here you cannot use the return key. Sending a multiline string to the "Tip strip" property of the control's property node works, however. Thanks for your help!

Martin
0 Kudos
Message 4 of 8
(4,259 Views)
Hi Alipio,

Good call. I tried this in LV7 from the description and Tip from the pop up menu and it would not work , it would not accept a return, but if I create a property node for the control / indicator and wire in a multi line string constant it works great. I must remember this for future use.

Thanx,

Nick
0 Kudos
Message 5 of 8
(4,259 Views)
Hi Nick
Actually, I write multiline string up to 256 char long in worpad. Then, I copy and paste into de tip dialog from pop up menu and it works fine.

Hope it helps.
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 6 of 8
(4,259 Views)
Hi Alipio,

Thanx for that it will be useful in the future.

Nick
0 Kudos
Message 7 of 8
(4,259 Views)
Added note: If you already have tips that you need to format, just cut a linebreak from an editor and paste it into the tips.
Message 8 of 8
(4,259 Views)