LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event of an element of a cluster

Hi

I have a lot of booleans.
I want to detect mouse enter events on these boolean controls.But that
would take hours because I have to assign each event to this
case individually for every control.
Is there a way to do this faster :
Can I assign all 'mouse enter' events on the 500 controls to 1 event
case
where the case tells you on which control the mouse has entered using a
ref?


I found this question already in other task in this forum, and I know
there is a solution for my problem.

Thanks in advance

0 Kudos
Message 1 of 4
(2,872 Views)
Hello Anonymous,

In your title you refer to cluster but your question doesn't mention these.
In the following code I'v done both.

Ton

Message Edited by TonP on 09-26-2006 03:19 PM

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 4
(2,858 Views)
You can use the "dynamic event terminal" to do this.  See the attached photo for an example:
Message 3 of 4
(2,853 Views)
looks like someone beat me to it!
0 Kudos
Message 4 of 4
(2,850 Views)