Re: Pointer on a document
Re: Pointer on a document
- Subject: Re: Pointer on a document
- From: "I. Savant" <email@hidden>
- Date: Sat, 19 Jan 2008 14:45:28 -0500
In a Cocoa-based application, when I create a new document by the
"New" command, how can I recover a pointer on the document created ?
What "New" command are you talking about? Are you referring to
clicking the "New" menu item? If so, why don't you:
1 - Have a look at what action that menu item is connected to in IB so
you know exactly what's being called and whether it helps you find
your way?
2 - Read the documentation about the Cocoa document architecture,
namely this particular page:
http://developer.apple.com/documentation/Cocoa/Conceptual/Documents/Articles/ObjectInteractions.html
Then you'll be able to answer that and many more questions about
the API you're using.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden