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
I would like to create a dialog that is normal (has no "X" at the top-right corner) and also blocking (cannot be dismissed by clicking outside of the dialog).
I tried it myself where I set the dialog type to 0 (normal), and the "x" button is gone. However, when I set isBlocking = true at the same time, the "x" button comes back (the blocking behavior is working correctly) Does anyone know how I can do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I would like to create a dialog that is normal (has no "X" at the top-right corner) and also blocking (cannot be dismissed by clicking outside of the dialog).
I tried it myself where I set the dialog type to 0 (normal), and the "x" button is gone. However, when I set isBlocking = true at the same time, the "x" button comes back (the blocking behavior is working correctly) Does anyone know how I can do this?
Thank you very much for your time and help!
Sincerely,
Harry
Beta Was this translation helpful? Give feedback.
All reactions