02-03-2010 05:41 AM
Hi all,
When a VI is run directly, tipstrips appear as expected. But when it is loaded into a subpanel and run, and when the mouse is hovered over a control in the VI in subpanel, tipstrips appear sometimes and sometimes not. Is this behavior related to subpanel properties?
Thanks,
Priya
02-13-2010 11:27 AM - edited 02-13-2010 11:27 AM
Can you post an example where you see this behavior?
Its not clear what you mean by sometimes. Do some controlls NEVER show tipstrips or do the tipstrips for a specific control appear sporadically?
02-13-2010 12:24 PM
If you wouldn't manage to get the formal solution (and I haven't), you could try to workaround it while using a string indicator with the desired tip strip value and a property node combination of "Key Focus" (for the SubPanel object) and of "Visible" (for the string indicator).
It might won't be enough to hover the mouse cursor in the area of the SubPanel element to generate Key Focus event, therefore you might try using a comparison of the current mouse cursor position and the position of the SubPanel element to change the Key Focus property with a "In Range" boolean value.
Two additional points there:
1. I have not tested that;
2. It would be very inconvenient to place many string indicators if you desire to display tip strips for many SubPanel elements.
02-14-2010 09:59 PM
Thanks for your reply, Jeff and Giedrius.
Sometimes doesn't mean some controls. A control with a tipstrip, when loaded in a subpanel, shows tipstrip sometimes and sometimes not ( i.e. it is sporadic)
02-15-2010 03:47 PM