LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i create a "tip strip" in LabWindows/CVI

Solved!
Go to solution

Hi,

 

I'm well aware of how easy it is to do it in LabView, but i can't seem to find any information on how to do it in Labwindows. There are other ways i can approach dropping hints, but I really like what the tip strips do for me.

0 Kudos
Message 1 of 2
(3,073 Views)
Solution
Accepted by topic author SPSUfridge

The equivalent in CVI is called "tooltip" and is set programmatically by SetCtrlToolTipAttribute () function: with CTRL_TOOLTIP_ATTR_ENABLE attribute you decide whether to display the tooltip or not, while with CTRL_TOOLTIP_ATTR_TEXT you set the text to display. Links are to CVI 2009 help. There are some caveats when using tooltips: here a case in which tooltips are inadvertedly switched off.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(3,071 Views)