How to get container when overriding NSCreateCommand
0 answers - 608 bytes -
on 2005-07-13 11:15 PM, Dustin Voss at d-j-v (AT) earthlink (DOT) net wrote: [NSSSpecifier subjDesc inCommandConstructionContext: nil]; Is this a private class method on NSSSpecifier? I can't find it in the headers or anywhere else. I had gotten as far as obtaining the subject descriptor, but I would like to use an "official" means to turn that into an object specifier or object. Your technique works (and thanks!), but I try to avoid private Cocoa methods. I suppose I'll be able to do it with Carbon functions, but I haven't looked into that yet.
Re: How to get container when overriding NSCreateCommand