Re: Updating the .m and .h file
Re: Updating the .m and .h file
- Subject: Re: Updating the .m and .h file
- From: Andrew Thompson <email@hidden>
- Date: Tue, 29 Apr 2003 21:56:27 -0400
On Tuesday, Apr 29, 2003, at 21:32 America/New_York, Glen Simmons wrote:
2 ways to go: 1. you can add the outlets / actions in IB and then when
you choose "Create files for ..." you'll get the option to "Merge". 2.
you can add them in PB and then drag the .h file into the IB window,
or go to the classes tab, choose your class and "Read files for ..."
Personally I always do (2). It takes 5 seconds to type:
IBOutlet NSButton foo;
into a .h file and drag it into IB's window, where it will be
accurately merged.
Going the other way and trying to merge IB's changes into your .h file
with the Merge tool seems much harder to me.
Of course, YMMV.
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
(see you later space cowboy ...)
_______________________________________________
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.