01-16-2012 07:42 AM
Labview 2011.
Is it Possible to create a 2-D array which consists of .net Picture boxes?
I want to create an dynamic array of picture thumbnails.
I tried to create an array or a cluster of .net classes but it seems imposible!
Any help will be appreciated..
Giannis
Solved! Go to Solution.
01-16-2012 07:55 AM
Can you provide a better idea of what you are trying to accomplish? Are you trying to place a 2D array on the front panel, or on the block diagram? You can't create an array of .NET controls on the front panel. Why not just use the LabVIEW built-in picture indicator?
01-16-2012 08:28 AM
Hello,
You are right, it seems to be impossible to create an array of .net.
but you can create an array of thumbnails image with 2D picture indicator.
Here is an example of this.
You will maybe need to rescale your images
Yann