NSAlertPanel.beginAlertSheet
NSAlertPanel.beginAlertSheet
- Subject: NSAlertPanel.beginAlertSheet
- From: François Frisch <email@hidden>
- Date: Sat, 14 Jul 2001 17:55:04 -0700
Hello,
Anyone have any idea how you know which button the user pressed when the
sheet is dismissed?
I imagine it must be some callback method on the sheet9s delegate. There is
no documentation....
Just in case someone is wondering this is what the parameters mean:
beginAlertSheet(String title, String defaultButton, String alternateButton,
String otherButton, NSWindow docWindow, Object modalDelegate, NSSelector
willEndSelector, NSSelector didEndSelector, Object contextInfo, String msg);
Francois