LabVIEW has built-in Context Help. If you mouse over a control (button, textbox, whatever), the CH updates to show info about that control. Users can type in Description information to provide detailed help about the control.
The problem is that the CH updates for every element on the panel. Some elements may not be "functional", such as a picture control that is just a status display and is self-explanatory. It's junky to have it show up in the CH with the "no help available" message, and it is silly to put CH info into something like that.
I suggest a simple "do not update CH for this control". The CH would not update when the mouse is over such a control, the same way it doesn't update when the mouse is over an empty part of the panel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.