Hi,
I have an APP I made and just as an experiment I switched the main window to HUD (NSPanel). The problem is, if a dialog box opens and the user presses Cancel, the entire app exits. I found out that the problem is because the window is an NSPanel and not the usual NSWindow. Is there any way to solve this?
Thanks!