Re: IB connections - newbie question

2009-08-07 Thread Aidan Bahta
On Aug 5, 2009, at 10:34 PM, Greg Guerin wrote: Oftenwrong Soong wrote: I am making a NSDocument based app. In the NIB for the document window, I need to create a connection to a "global" data object (think singleton). This "global" data is used when creating the document, but isn't part

Re: IB connections - newbie question

2009-08-05 Thread Greg Guerin
Oftenwrong Soong wrote: I am making a NSDocument based app. In the NIB for the document window, I need to create a connection to a "global" data object (think singleton). This "global" data is used when creating the document, but isn't part of the document. Normally I'd make a connection

IB connections - newbie question

2009-08-05 Thread Oftenwrong Soong
Hi all, I am making a NSDocument based app. In the NIB for the document window, I need to create a connection to a "global" data object (think singleton). This "global" data is used when creating the document, but isn't part of the document. Normally I'd make a connection by dragging a NSObjec