LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse move event not visible

Solved!
Go to solution

Hello,

 

I am trying to do this in LabVIEW: Dynamically register mouse move on a VI panel.

 

snippy.png

 

Problem is, that if I take the VI reference and plug it to the register event node, there is no such event.

I forced this by copy@paste from this example:

 

example link.

 

Everything works now, but clicking the event selector from the copied node schows no such mouse move event (but it is selected and works)

What am I doing wrong, or is it some sort of bug ?

 

0 Kudos
Message 1 of 3
(2,567 Views)
Solution
Accepted by topic author Bublina

If you look at the event dialog, the VI doesn't actually have a mouse move event. The panes do, so you need to feed a pane reference into the node. This will probably also work if you use the panel reference, but I'm not sure I would do that.


___________________
Try to take over the world!
Message 2 of 3
(2,545 Views)

Thnaks for your wisdom.

 

snippy.png

Still funny that the wrong solution works 🙂

0 Kudos
Message 3 of 3
(2,538 Views)