04-06-2013 05:36 PM
Hello,
I am trying to do this in LabVIEW: Dynamically register mouse move on a VI panel.
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 ?
Solved! Go to Solution.
04-07-2013 01:42 AM
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.
04-07-2013 04:48 AM - edited 04-07-2013 04:54 AM
Thnaks for your wisdom.
Still funny that the wrong solution works 🙂