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
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
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