LabWindows/CVI User Group Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple instance of a CVI panel

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.

0 Kudos
Message 1 of 3
(5,567 Views)

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.

S. Eren BALCI
IMESTEK
0 Kudos
Message 2 of 3
(4,281 Views)

Hi to ebalci,

Many thanks to your swift reply. Do you have an example which I can follow?

Thank you

0 Kudos
Message 3 of 3
(4,281 Views)