NSDocumentController subclass
NSDocumentController subclass
- Subject: NSDocumentController subclass
- From: Rob J Goedman <email@hidden>
- Date: Mon, 11 Sep 2006 07:50:36 -0700
Hi,
Pre Mac OS 10.4 we have been using a subclass of NSDocumentController
in the R GUI quite
a bit. Since 10.4 the behavior has changed and we worked around by
using deprecated calls. To
understand what is happening I revisited it and in the process tried
in many different ways to interpose
openDocumentwithContentsofURL:display:error to no avail.
The subclass does interpose another method (newDocument:)
successfully, i.e. the subclass is recognized.
I have noticed several warnings in the 10.4 docs. Should I look for
another solution (I'm looking at Sketch
which seems updated fairly recent)? Has anyone seen an example of
subclassing NSDocumentController
and calling openDocumentwithContentsofURL:display:error?
Thanks,
Rob
_______________________________________________
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