Notifier exit to fast

Hi to all

i have this problem

call notifiers to acquire password then check if it is long enough.

If it is too short, another notifier appears that warns the user then, when he clicks on ok I want the password notifier to reappear.

the problem is that the notifier closes and the other reappears without the user having clicked anything.

So he can’t read the notice

how can i make sure that the notifier does not close until the user has clicked?

how can i make sure that the notifier does not close until the user has clicked?

Well to begin with, you can’t have two dialogs executed at the same time.

Something like this. I do not have enough time to explain the whole chain. Please be patient. Maybe someone else is quicker.

Not same time one after another

Thanks i try