Re: glueing together what jaguar broke addenda
Re: glueing together what jaguar broke addenda
- Subject: Re: glueing together what jaguar broke addenda
- From: Mark Piccirelli <email@hidden>
- Date: Tue, 10 Sep 2002 18:52:30 -0700
-[NSDocumentController openUntitledDocumentOfType:display:] didn't
change between 10.1 and 10.2, but the way it gets invoked at app launch
time did change, and the change is conditional on the version of Cocoa
against which your app is linked. You might want to check the
NSDocumentController release notes at
<
http://developer.apple.com/techpubs/macosx/ReleaseNotes/AppKit.html>.
-- Mark
On Friday, September 6, 2002, at 01:59 PM, Matthew Weinstein wrote:
I should add that the version compiled pre-update still works (as well
as it did). --Matthew
On Friday, September 6, 2002, at 01:17 PM, Matthew Weinstein wrote:
Hi, I'm in mounring because now that I've upgraded to jaguar + tools +
august update my program seems shatttttttered. Wondering if there is a
faq or technote some place that might help me solve my problems,
something about how to port from 10.1 to 10.2. All I know is my
program goes south on a call to [nsdocumentcontroller (the shared one)
openUntitledDocument: @"myType" display: YES]
_______________________________________________
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.