Multiple instances of same window
Multiple instances of same window
- Subject: Multiple instances of same window
- From: <email@hidden>
- Date: Mon, 7 Jul 2003 09:29:40 -0500
- Bounce-to: <email@hidden>
Thanks ahead of time for your help -
I have created a window in Interface Builder, defined a controller class, and
it all works wonderfully when I want to use just one instance. The window is a
"Show Info" type of window that displays information based on what item you
clicked on.
The problem is that I can just have one of these "Show Info" windows at a
time. I want to user to be able to open as many of these show info windows for
each item I have.
My question is this: how can I have data, say a NSMutableArray to work as a
TableView data source, be specific to window instance (using one controller
class), and how DO I open multiple instances of the same window?
John
_______________________________________________
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.