Message dialog on Cocoa
Message dialog on Cocoa
- Subject: Message dialog on Cocoa
- From: "Felipe Monteiro de Carvalho" <email@hidden>
- Date: Fri, 20 Jul 2007 09:10:24 +0200
Hello,
What is the equivalent of the function StandardAlert on cocoa? I would
like to generate programatically (no interface builder, or nib files)
a simple modal message box which won't return until the user closes
it.
With Carbon I would do this:
err := StandardAlert(kAlertNoteAlert, ATitle, AMsg, nil, outItemHit);
What is the equivalent on Cocoa?
A trivial application that uses it would be great too =)
thanks,
--
Felipe Monteiro de Carvalho
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden