NSAlert Sheets
NSAlert Sheets
- Subject: NSAlert Sheets
- From: Erik Benoist <email@hidden>
- Date: Mon, 12 Jan 2009 21:32:04 -0500
All- I'd like to run some alerts as sheets, but I'm having trouble connecting them to the window. They always seem to run as modal instead of attached. Here is the code I'm using:
[postconfAlertError beginSheetModalForWindow:[[self section] window] modalDelegate:self didEndSelector:@selector(alartEnd:returnCode:contextInfo:) contextInfo:nil];
This is being run inside a InstallerPane. Do I need to find a pointer to the section's window or something even further back? I would really prefer the sheet style. Any help would be appreciated.
-Erik |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden