10-07-2008 02:04 AM
Solved! Go to Solution.
10-07-2008 02:10 AM
10-07-2008 02:12 AM
Hello... 🙂
So you want to synchronize all scroll bars...? Is it so...?
Can you please explain in detail or post your code....?
10-07-2008 02:23 AM - edited 10-07-2008 02:24 AM
Well, if all arrays should always scroll together, you might want to display your data in a 2D array or in a table instead. Would make more sense. 🙂
If you want to scroll all your 1D arrays with an external scrollbar, just place a naked scrollbar and use a "value change" event to update the "indexvals" preorty of all the arrays, for example as in the attached image.

10-07-2008 02:24 AM
Hi,
Make the scroll bar visible only for a single array and make all other array scroll bar as invisible. Then use the property node "Index Values" of the visible scroll bar array to set to all other array Index Values.
Hope it helps you..
Regards,
Raja
10-07-2008 02:26 AM
10-07-2008 03:45 AM
Thanks for the help, I tried the logic in my program its working, I need one more information what is the max size of array?
Regards
Rajashekar
10-07-2008 04:28 AM
10-07-2008 06:09 AM
I need 6,00,000 locations in an array to store 32 bit data in each location. Is it possible?
Regards,
Rajashekar
10-07-2008 06:14 AM
6,000,000 multiplied by 4 bytes comes out to ~24 MB. That's not a problem, as long as you don't make too many data copies.