10-31-2011 10:04 AM
Hi,
Is there anyone know how to create a multiple instance of the same CVI panel so that I can use the same panel for multiple tasks?
Thank you.
10-31-2011 10:10 AM
You can load the same panel calling LoadPanel(Ex) multiple times and get a separate handle each time.
You just have to keep the panel handles in separate variables and use them in the correct place as required in your application.
10-31-2011 10:59 AM
Hi to ebalci,
Many thanks to your swift reply. Do you have an example which I can follow?
Thank you