message dialog... : found it !
message dialog... : found it !
- Subject: message dialog... : found it !
- From: Lloyd Dupont <email@hidden>
- Date: Tue, 10 Jun 2003 11:46:24 +1000
id panel = NSGetAlertPanel(@"Problems",
@"some hostname have space, nothing
will be done",
@"OK", nil);
[[NSApplication sharedApplication] runModalForWindow: panel];
NSReleaseAlertPanel(panel);
On Tuesday, June 10, 2003, at 11:06 AM, Lloyd Dupont wrote:
>
is there a quick way to show a dialog box with some message ?
>
I mean a function call, as compare to a Nib file ...
_______________________________________________
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.