LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to set the length of time that tip strips are displayed?

I want to use tip strips to help my users. I have found out how to break the strips into several lines (max 4 lines though), but if the text is long, the user cannot read it before it disappears (yes, I know that the design guidelines specify max 80 chars, but this is my choice). Is it possible to increase the time that tip strips are displayed?
0 Kudos
Message 1 of 6
(3,337 Views)
Not sure about LabVIEW tooltip. But if you use window tooltip, you can set popup time, duration, and redraw time. You can also have multiline tooltip.

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 2 of 6
(3,337 Views)
I am not sure waht you mean by window tooltip. Could you please elaborate a bit on the subject?

Martin
0 Kudos
Message 3 of 6
(3,337 Views)
Hi Martin,

most non-LV programs use a mechanism build into windows GUI interface to show tooltips. As programmer you have the abability of setting the timings for the tooltips.

LV as a platform independent system uses its own mechanism from the point of a LV programmer. As I know LV does not have any properties to set the timing or style of the tooltip.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 4 of 6
(3,337 Views)
Thanks for your reply. Can you give me a hint on how to access the built-in Windows tooltips?

Martin
0 Kudos
Message 5 of 6
(3,337 Views)
Hi Martin,

the build in tooltip is a common control. From Visual C++ apps we use the CToolTipCtrl MFC class. I don't know if it has a Active-X interface which you can use from a Active-X container in LV.

Maybe the toolbox from George Zou will have a interface to it.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 6 of 6
(3,337 Views)