modal panel (NSRunAlertPanel) _sometimes_ won't close
modal panel (NSRunAlertPanel) _sometimes_ won't close
- Subject: modal panel (NSRunAlertPanel) _sometimes_ won't close
- From: Ettore Pasquini <email@hidden>
- Date: Sat, 25 Dec 2004 03:22:28 -0800
Hi,
I occasionally experience a problem with modal alert panels. I create
one with:
NSRunAlertPanel(alertTitle, alertMsg, @"Understood", nil, nil);
where alertTitle and alertMsg are 2 NSStrings correctly created with
[NSString stringWithFormat: ...].
The problem is that very rarely, with no reproducible pattern, the
panel doesn't get closed once the user clicks on the button. It just
sits there. The application reacts as the panel has been closed,
because I am even able to select other windows and fully use the app as
if the panel was closed. When the application needs to open another
alert panel (created with the same call) the old one is finally closed
but the new one takes its place, with an identical behavior.
My application is a document based application - I am not sure what
other information I should provide because the function call seems
straightforward, and I don't know what can be related to it..... did
anybody ever experience this?
Thank you in advance.
Ettore
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden