Re: How does MainMenu.xib get loaded in a Cocoa application?

2008-12-05 Thread Andy Lee
On Dec 5, 2008, at 2:08 PM, Sherm Pendley wrote: On Dec 4, 2008, at 10:03 PM, Debajit Adhikary wrote: I'm new to Cocoa and am trying to understand File Owner's and Nibs. When I create a simple Cocoa application and build and run it, a window -- specified in MainMenu.xib -- opens. How exactly

Re: How does MainMenu.xib get loaded in a Cocoa application?

2008-12-05 Thread Nick Zitzmann
On Dec 4, 2008, at 8:03 PM, Debajit Adhikary wrote: I'm new to Cocoa and am trying to understand File Owner's and Nibs. When I create a simple Cocoa application and build and run it, a window -- specified in MainMenu.xib -- opens. How exactly does this window open? It uses the value of th

Re: How does MainMenu.xib get loaded in a Cocoa application?

2008-12-05 Thread jmunson
There's a setting (I can't relocate it) that declares a "Main" NIB, etc. 'Tis a property of one of the main files (like the project or target). Look around, you should be able to find it with a bit of effort. Quoting Debajit Adhikary <[EMAIL PROTECTED]>: I'm new to Cocoa and am trying t

Re: How does MainMenu.xib get loaded in a Cocoa application?

2008-12-05 Thread Sherm Pendley
On Dec 4, 2008, at 10:03 PM, Debajit Adhikary wrote: I'm new to Cocoa and am trying to understand File Owner's and Nibs. When I create a simple Cocoa application and build and run it, a window -- specified in MainMenu.xib -- opens. How exactly does this window open? Is there any code for th

How does MainMenu.xib get loaded in a Cocoa application?

2008-12-05 Thread Debajit Adhikary
I'm new to Cocoa and am trying to understand File Owner's and Nibs. When I create a simple Cocoa application and build and run it, a window -- specified in MainMenu.xib -- opens. How exactly does this window open? Is there any code for this anywhere? I wasn't able to find any. (I tried setting a b