Is it possible to control "returnCode" value when using Custom Sheet?
Is it possible to control "returnCode" value when using Custom Sheet?
- Subject: Is it possible to control "returnCode" value when using Custom Sheet?
- From: Andrei Tchijov <email@hidden>
- Date: Sat, 3 Dec 2005 23:35:56 -0500
If I "begin" sheet with
...
[ NSApp
beginSheet: panel
modalForWindow: window
modalDelegate: self
didEndSelector:@selector( sheetDidEnd:returnCode:contextInfo: )
contextInfo: nil
];
...
then later when this "sheet" is done,
"sheetDidEnd:returnCode:contextInfo:" method is going to be invoked
on "self". Is it possible to programatically control int value which
will be used as "returnCode"?
Thanks,
Andrei
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden