Why can I make a new document this way?!
Why can I make a new document this way?!
- Subject: Why can I make a new document this way?!
- From: Charles Srstka <email@hidden>
- Date: Tue, 16 Mar 2004 21:15:51 -0600
Okay, why does this script:
tell application "SuperCoolApp"
make new document
end tell
end up creating a new document object even if the application delegate
implements this method:
- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender {
return NO;
}
Is this a bug in Cocoa?
Charles
_______________________________________________
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.