Programmatically Open NSDocument Based Window.

2011-01-27 Thread Bruce Cresanta
Hello, I am trying to open an NSDocument based window.My NSDocument class follows the standard (MyDocument) class created using the automatic project settings. I do initialization in the awakeFromNib override within MyDocument. To create the document I use: id myDocument =

Re: Programmatically Open NSDocument Based Window.

2011-01-27 Thread Felix Franz
On 27.01.2011, at 14:54, Bruce Cresanta wrote: Hello, I am trying to open an NSDocument based window.My NSDocument class follows the standard (MyDocument) class created using the automatic project settings. I do initialization in the awakeFromNib override within MyDocument.

Re: Programmatically Open NSDocument Based Window.

2011-01-27 Thread Quincey Morris
On Jan 27, 2011, at 05:54, Bruce Cresanta wrote: I am trying to open an NSDocument based window.My NSDocument class follows the standard (MyDocument) class created using the automatic project settings. I do initialization in the awakeFromNib override within MyDocument. To