On Fri, Mar 14, 2008 at 6:06 PM, Allison Newman <[EMAIL PROTECTED]> wrote: > As a newbie to Cocoa, I'm working through the Hillegass book, and > specifically the RaiseMan app. I've just implemented the code to save > and load doculents, but for some reason, I'm not able to create a new > document, or open an existing document (these options are disbaled in > the File menu). I am however able to save a document (which is > created automatically on opening the app), and I can open saved > documents by double clicking on them in the Finder. Does anyone have > any ideas?
Wire it to the first responder's -newDocument: method. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
