Re: Get specified window from nib

2008-08-12 Thread Fosse
to get it? Thanks! On Mon, Aug 11, 2008 at 10:07 AM, Graham Perks [EMAIL PROTECTED] wrote: On Aug 10, 2008, at 9:01 PM, Fosse wrote: I have one nib containing more than ten dialogs and want to get the specified window after nib is loading.. Perhaps NSNib's instantiateNibWithOwner:(id)owner

Re: Get specified window from nib

2008-08-11 Thread Fosse
In fact, in my another application, there are more than one hundred windows.. split them into one hundred nib? and create one hundred Outlet? Seems a little too crazy! On Tue, Aug 12, 2008 at 12:59 AM, Michael Ash [EMAIL PROTECTED] wrote: On Sun, Aug 10, 2008 at 10:01 PM, Fosse [EMAIL

Get specified window from nib

2008-08-10 Thread Fosse
I have one nib containing more than ten dialogs and want to get the specified window after nib is loading.. If I use FileOwner and binding, I need to add a lot of Outlets in the fileOwner class and create the binding in the IB.. Is there a more convenient way to get the specified window by

Re: How to converting a Carbon nib to Cocoa?

2008-07-02 Thread Fosse
Document into a Cocoa Interface Builder Document. You are going to need to recreate all of your Carbon dialogues in Cocoa. By hand. --Chris On Jun 29, 2008, at 1:59 AM, Fosse wrote: My Carbon nib contains a lot of dialogs. I want to make it be used by another cocoa application and don't

How to converting a Carbon nib to Cocoa?

2008-06-29 Thread Fosse
My Carbon nib contains a lot of dialogs. I want to make it be used by another cocoa application and don't want to create all those dialogs and econstruct the entire control hierarchy manually in the Interface Builder. I don't care about connections, I'll wire them up myself. I'm just hoping to