08-26-2010 08:02 AM
Hello!
I have a question. Is it possible to get the current index of an array in the Front panel?
I have 2 arrays that need to scrool at the same time to the user, so my idea was to read the index from one array and "write" on the second one.
Can some one give me an insight of how to do that?
Thank you,
Solved! Go to Solution.
08-26-2010 08:39 AM
Create a property node of your array. Select IndexVals.
08-30-2010 05:48 AM
Dear Thiago Bach,
recently I made (for a similar question) an example about controlling the index of two arrays and one scroll bar, please find the attached VI.
Good luck!
08-30-2010 06:05 AM
Thank you very much!
This is exactly the solution for my problem!!!
Thank you