Hello,
I am trying to get a script done but I have an Issue that I can't fix.
I am displaying a dialog box.
According to data entered by the user i display error pop.
Then I would like to close the dialog box and display another one.
The thing is :
When the error is made, I close the first dialob box. dlg.close()
Then, It seems to stop the script and I won't open the other. I don't understand why.
I try to figure out different ways to solve this but all seems to block because when I close the first dialbox it close the script....
There is probably something i didnt understand about closing and showing dialog box.
Basically the idea is :
How to close a dialog box and create another one the a running script ?
Any Idea ? I am getting crazy