Re: Multiple Windows and Cocoa
Re: Multiple Windows and Cocoa
- Subject: Re: Multiple Windows and Cocoa
- From: Rustam Muginov <email@hidden>
- Date: Wed, 10 Sep 2003 11:10:37 +0400
I think you need to make a Cocoa Document-based app.
Have you looked at the Mike Bean's excelent tutorials, like
http://www.macdevcenter.com/pub/a/mac/2001/05/18/cocoa.html
or
http://www.macdevcenter.com/pub/a/mac/2002/04/19/cocoa.html
?
On 9/10/03 5:52 AM, "James McConnell" <email@hidden> wrote:
>
Hey all, as I'm sure you're all aware, I'm new to Cocoa and I have a
>
question about using multiple windows. I'm creating a Recipe Manager type
>
application for my wife, and I'm wondering how to instantiate one window
>
from another. This is what I want to do:
>
>
I have one window that contains a NSTableView that will display results from
>
a database when opened (that's further ahead than now). The user will
>
select one row, the cookbook they want to view, and that will load a new
>
window that will display all the recipes from that cookbook in a new window
>
with tabs for each recipe.
>
>
Right now, all I'm concerned about is getting the action of a button on one
>
window to load a new window. I'll be doing some research in the API to see
>
if anything pops out at me, so I'll be looking as well. Any hints would be
>
great. Thanks, guys.
>
>
James
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.