Re: opening a document via Finder without NSDocument SOLVED

2009-11-16 Thread Philip White
Thanks! Boy do I feel silly. I guess I'm not used to the layout of the new Snow Leopard docs, what with NSApplicationDelegate having its own page. Anyway, I sure spent a lot of time being frustrated by NSAppleEventManager. Thanks again! Case closed, Philip On Nov 16, 2009, at 1:27 PM,

Re: opening a document via Finder without NSDocument

2009-11-16 Thread Nick Zitzmann
On Nov 16, 2009, at 12:15 PM, Philip White wrote: > Could someone point me to some examples showing how to respond to open > document events without using NSDocumentController?