[SOLVED] Programatically close a messagebox from form event

Answered
0
0

Is there a way to check if a MessageBox is showing from a form event, and close it if so? Or would I need to use a form for this?  Or would that not work either, and I need to create a custom panel that is non-modal?

 

thanks

Andrew

 

  • You must to post comments
Best Answer
0
0

Hi Andrew,

you can create modal dialogs and modal messageboxes setting modal:false.
Then they act modal only on the client.

Apart from that there is no way to get a reference to the message box instance.

Hope that helps.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.