Replies: 5 comments 8 replies
-
|
End up using native-dialog in my app for showing modal dialog |
Beta Was this translation helpful? Give feedback.
-
|
I use a flag to disable the main UI when I show a window that I want to be modal. When the window is no longer shown then the UI is enabled again. |
Beta Was this translation helpful? Give feedback.
-
How did you do that? Can you post a simple example? |
Beta Was this translation helpful? Give feedback.
-
|
I'm using another dependency. [dependencies] |
Beta Was this translation helpful? Give feedback.
-
|
If anyone stumbles across this now, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can we do modal window in egui? I checked the popup is close but not what I want. Demo app doesn't have something similar. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions