Hello,
I have an ActivatableWidget that is displayed on top of others to simulated a classic prompt:
Ignore the missing style for the prompt, it’s an issue I hope to resolve, already opened a question here >:(
Now, as you can see, the prompt is displayed, but the menu under it can still receive focus, and I don’t want that.
Is there some kind of “Application Modal” like in Qt? Or the MessageBox you get with Win32?
I want the widget at the top of the stack to consume all the input and nothing shall passthrough.
Thanks,
Stefano