LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

child panel

Hello,

 

How can I display a child panel and wait for the user to close the child panel to continue the code?!

 

Right now, when the child panel is display, the code continues! I want to stop until the child panel is close since I need the information from user enter in the child panel!!

 

Thanks

0 Kudos
Message 1 of 4
(4,370 Views)

panelhandel must be zero for child panel

eg:LoadPanel (0, sUIRFile, PN_STRN_BR);

0 Kudos
Message 2 of 4
(4,363 Views)

sudhirvasudeva, 

PanelHandle must not be zero for child panels!

 

Goncalo, 

the usual way to force the user to dismiss a panel before proceeding is to use popups: see fo example this document



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 3 of 4
(4,355 Views)

sorry ...last year did project forgot evrything

0 Kudos
Message 4 of 4
(4,352 Views)