You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
I need to display more than one confirm popup using an special order, like first popup "A", then "B", and then "C", each one of them must have a confirm button so the next popup will be opened when it is pressed.
I tried with "simpledialog" popup but I got all the three popups overlapped, so at the end I only had the last popup.
I also tried with "simpledialog2" but I had the error "Uncaught TypeError: Cannot read the property 'sdIntContent' of undefined."
Is there a way to open a popup only if there is no open popup?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to display more than one confirm popup using an special order, like first popup "A", then "B", and then "C", each one of them must have a confirm button so the next popup will be opened when it is pressed.
I tried with "simpledialog" popup but I got all the three popups overlapped, so at the end I only had the last popup.
I also tried with "simpledialog2" but I had the error "Uncaught TypeError: Cannot read the property 'sdIntContent' of undefined."
Is there a way to open a popup only if there is no open popup?
The text was updated successfully, but these errors were encountered: