01-17-2008 10:30 AM
01-18-2008 04:24 PM
01-18-2008 08:35 PM
01-19-2008 04:04 AM - edited 01-19-2008 04:07 AM
01-19-2008 12:32 PM
TBD,
Thanks for the reply and VIs. The Twilight Zone one was interesting. I cannot believe that this property really is supposed to work this way.
I do like your flicker fix (say that 3 times fast) however. I can easily maintain the text string until it is time to display the context help window and then shove it into the property at the last moment.
Thanks!
Warren
01-19-2008 01:34 PM
01-20-2008 02:58 PM - edited 01-20-2008 03:01 PM
I just discovered one more oddity about this property. While a hidden context help window does not show an update to the window's Description text, the update is made anyway and the new value is held in in the Description property and is available if it is read back from the property. This allows for an alternate work-around where a shift register otherwise used for holding the Description text is replaced by the Description property itself. See attached VI.
Warren
01-22-2008 11:08 PM
Shifted-string having to be wired-through every event-case was definately a liability.
Nice solution/workaround!