06-16-2010 04:10 AM
06-16-2010 04:13 AM - edited 06-16-2010 04:14 AM
Hi PRASAD19,
do you mean all at once? Can you explain a bit more? What size do the images have?
Mike
06-16-2010 04:18 AM
06-16-2010 04:32 AM
06-16-2010 05:10 AM
06-16-2010 07:51 AM
If the set of images is fixed, the fast pure LV method of cycling through them is to use a picture ring. Yes, lots of work to add 500 images but once done fast.
Ben
06-16-2010 08:20 AM - edited 06-16-2010 08:23 AM
Completely agree your way is more efficient in the long run, Ben. But to the OP, if you want to programmatically do it this is a way using a picture control. You just need to implement your own logic for moving forward and backwards through the pictures, and of course, need to add logic so you don't index out of the array bounds (which I didnt do). If there is a better way, someone let me know. I don't use pictures too often. Also, if you do it this way it will take a few seconds to load all the picture data. Make sure you set the cursor to the hour glass so the user can't interact with the front panel while data is loading and think that it is not responding.