-
Bug
-
Resolution: Incomplete
-
P4
-
21
When a toolkit modal Dialog is displayed, it uses the AWT blocking mechanism to prevent mouse events from being delivered to other AWT based windows. However, if the application has windows that are not AWT based, these windows are not blocked.
The suggested solution is to use [NSApplication runModalForWindow:] to display a toolkit modal Dialog.
The suggested solution is to use [NSApplication runModalForWindow:] to display a toolkit modal Dialog.