Re: NSRunAlertPanel-not working?
Re: NSRunAlertPanel-not working?
- Subject: Re: NSRunAlertPanel-not working?
- From: Daniel Todd Currie <email@hidden>
- Date: Mon, 16 Feb 2004 19:15:51 -0800
One of those nils needs to have the text for your "OK" button. What
you have here would try to bring up an alert panel with no buttons, and
I'm guessing OSX won't allow that.
On 2004 Feb 16, at 18:50, James McConnell wrote:
int choice = NSRunAlertPanel(@"Empty field", @"Please enter a
value.", nil, nil, nil);
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.