Feedback
Add modal window support to Window
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/139-window-missing-function
- Last updated
- 2026-05-24
Public summary
Add a Window.ShowModal() API so desktop apps can show a custom window modally, preventing input to the owner or other application windows until the modal window closes. This supports common workflows such as preferences, custom prompts, document settings, and blocking task dialogs that need more than a MessageDialog.