04-11-2012 09:56 PM
Hi,
I am getting brain overload with dynamic events and references and property nodes etc.
I am trying to identify the array index and cluster element which has been clicked on array of clusters
This gives me the element name:
Is that sensible? How do I get the index?
Thanks,
Paul
Solved! Go to Solution.
04-11-2012 11:52 PM
Hi,
Download the VI in this link (aslo attached). It gives you the index of the array item you clicked. Hope it will help you.
Regards,
Nitz
(Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved;))
04-12-2012 03:33 PM
Thanks Nitz,
I did come across the "work it out from coordinates" method but thought it sounded too complicated for such a seemngly trival thing - but it must be the only way. Later on I did think of adding something like an extra element in the cluster with the index in it called index. Then I could just get the value.index
I downloaded the VI and had a little play and it works well without me even trying to understand the details.