Re: Basic PB/IB use question
Re: Basic PB/IB use question
- Subject: Re: Basic PB/IB use question
- From: Jonathan Jackel <email@hidden>
- Date: Sat, 09 Mar 2002 23:01:42 -0500
What you want to do is generally no problem. The easiest way, in my limited
experience, is to define your outlets/actions in the header file in PB, then
drag the header file from PB to the MainMenu.nib (or whatever nib is
appropriate) in IB. That will set up the outlets/actions so you can hook
them up in IB. If you add new outlets/actions later in PB, save the header
file and drag again, then hook up the new ones. The old ones stay
connected.
Jonathan Jackel
on 3/9/02 8:12 PM, David Newberry at email@hidden wrote:
>
Hello all,
>
>
I just have a question about using Project Builder and Interface Builder.
>
If I design a class in IB, is there any reason I shouldn't modify that
>
class in PB, if it doesn't mess with IB's outlets? Also, if I have to
>
modify the class in IB to alter the interfaces later, using Merge is OK,
>
but it seems like there might be a more intuitive way to do this somewhere.
>
Is there?, or is Merge just the way it is?
>
>
Thanks,
>
-David
_______________________________________________
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.