Hello all,
I am currently displaying a modal window by using this code:
[[NSApplication sharedApplication] runModalForWindow:mainWindow];
However, when I close this window, the other windows are still inactive. How do I run the stopModal
method when the window is closed using the "red x"?
Thank you,
Michael