Multiple Windows and Cocoa
Multiple Windows and Cocoa
- Subject: Multiple Windows and Cocoa
- From: James McConnell <email@hidden>
- Date: Tue, 09 Sep 2003 20:52:03 -0500
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.