Closing any notifier dialog when another screen is opened

Can you please help me with this... I want to know how to close any notifier dialog when another screen is opened, whether it be a .ShowMessageDialog or .ShowProgressDialog

Thanks!

Hi Sharpeye.

You don't have to close the dialog when opening another screen. You can leave it there and when you switch the screen, it should be automatically closed.

Hope this helps.

1 Like

How will the user open another screen when a modal dialog is open, this blocks user activity until the dialog is closed by the user (or event occurs that closes the progress dialog) ?

1 Like

grafik

Screen1:

Screen2:

grafik

Thanks for this! I don't know if I've copied it right, but I am not doing anything and the screen switches on its own.

Which means, you forgot to disable the clock in the designer

Taifun

2 Likes