LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiline ToolTip

Solved!
Go to solution

I can generate a single line ToolTip, but am having no success producing a multiline ToolTip.  Any suggestions?

0 Kudos
Message 1 of 4
(3,640 Views)

Hi,

 

you should use the attribute browser for this case, see the figure below, it provides a 'ring popup' tool...

 

multiline-tooltip.png

0 Kudos
Message 2 of 4
(3,637 Views)
Solution
Accepted by topic author jrbecker

Hi jrbecker,

 

In LabWindows/CVI 2012, you can create multiline tooltips in one of the following ways:

  • Insert a newline character (\n) in the string of the ATTR_TOOLTIP_TEXT attribute.
  • Insert a newline character (\n) in the string of the Tooltip Text field in the Attribute Browser.
  • Click the arrow in the Tooltip Text field of the Attribute Browser and select Edit multiline tooltip text.

http://zone.ni.com/reference/en-XX/help/370051V-01/cvi/uiref/tooltipsoverview/

 

If there's an update we can make to the documentation that can help make this task easier, please let me know!

April

Technical Writer

LabWindows/CVI

0 Kudos
Message 3 of 4
(3,621 Views)

Using CVI 9.0, so no Attribute Browser.  But the \n worked great.  Thanks.

0 Kudos
Message 4 of 4
(3,613 Views)