Re: main nib, firing a secondary nib and it's controller....

2009-10-04 Thread jon
thanks, as a follow up, is this the proper way to create and open the instance? (also globally, so it can be used in other parts of the app?) can this be improved on? (starting up a window Controller object and it's xib file) thanks for the suggestion. -Jon. I also need to deallocated

Re: main nib, firing a secondary nib and it's controller....

2009-10-03 Thread Jens Alfke
On Oct 3, 2009, at 4:19 PM, jon wrote: i want to have a WindowController object and it's own nib separate from the main nib.. but i want this secondary nib and controller to fire up when the application launches... Create and open an instance of that WindowController subclass from yo

main nib, firing a secondary nib and it's controller....

2009-10-03 Thread jon
i want to have a WindowController object and it's own nib separate from the main nib.. but i want this secondary nib and controller to fire up when the application launches... what is the best way to do that? thanks in advance, Jon. ___ Coco