Duplicate :
|
|
Relates :
|
Opening a modal window does not currently block execution of the calling code while the window is open. See attached test case - the label in the modal window reads "I am not blocking!" rather than "I am blocking!". This is different from the behavior of ShowDialog() on Windows or runModalForWindow: on the Mac, which prevent the opening window from processing events until the modal window is closed.
|