Re: Displaying an alert box
Re: Displaying an alert box
- Subject: Re: Displaying an alert box
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 15 Oct 2001 20:06:39 +0200
On lundi, octobre 15, 2001, at 07:37 , David McCabe wrote:
The NSAlert look about what I need. So, in the current version it would
jump up in the Dock, right?
I don't see NSAlert in the AppKit reference. Where would the docs be?
Would you mind a line or two of sample code?
It's in the Functions part of the AppKit reference.
NSRunCriticalAlertPanel(NSLocalizedString(@"This software needs 1 byte
of RAM to run",@"Description Forthcoming"),
NSLocalizedString(@"Please consider adding 256
KB of RAM to your Macintosh II",@"Description Forthcoming"),
nil,nil,nil);