UI Interest Group Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Native mouse over without any code in LabVIEW

How can i have a graphical mouse over functionnality in LabVIEW ?

You can make specific code or you can use the customization of system buttons.

With classical button, you have only a picture for on state, off state, on to off state and off to on state.

classical button with comment.png

With a system button you have a picture for on state, off state, on to off state and off to on state AND mouse over on, mouse over off.

system button with comment.png

Ingénieur d'Application / Développeur LabVIEW Certifié (CLD)
Application Engineer / LabVIEW Certified Developer (CLD)
Download All
Message 1 of 2
(7,294 Views)

System buttons in LabVIEW have mouseover states because system buttons in the host OS have mouseover states.  LabVIEW's Modern and Classic buttons do not have built in mouseover functionality.

You are correct with the two options to get mouseover functionality on buttons that don't look like system buttons - either start with a system button and customize it or use the event structure to add some programatically controlled mouseover behavior to any type of control.

Message 2 of 2
(3,358 Views)