03-02-2006 05:50 PM
Robst - CLD |
Using LabVIEW since version 7.0 |
03-02-2006 06:04 PM
The only way to do it with native LabVIEW controls is to configure Mouse Enter/Mouse Leave events for the controls and use property nodes to alter the appearance. You could implement this as an XControl in LabVIEW 8.0, but you would be effectively writing the same code (it would just be "internal" to the control instead of being present in your application code). If you're looking for another way, I've seen .NET controls that change appearance when you hover over them with the mouse. For example, there's a .NET slider control you can put on your front panel, and the color of the needle on the slider changes when you mouse over it.
-D
03-03-2006 11:23 AM