Re: interface builder 3 question

2008-03-18 Thread Jack Repenning
On Mar 18, 2008, at 1:06 PM, Jonathan Hess wrote: IB syncs with Xcode whenever a document comes to the foreground and there is an open project for that document. IB only syncs the files as the appear on disk, so if you have unsaved changes in an editor window, IB won't pick them up. IB als

Re: interface builder 3 question

2008-03-18 Thread Jonathan Hess
Hey Jack - IB syncs with Xcode whenever a document comes to the foreground and there is an open project for that document. IB only syncs the files as the appear on disk, so if you have unsaved changes in an editor window, IB won't pick them up. IB also only pulls in the headers from the

Re: interface builder 3 question

2008-03-18 Thread Quincey Morris
On Mar 18, 2008, at 10:15, Jack Repenning wrote: I've been getting a sense of surprise over this, like it's not always working. Can anyone explain to me exactly when this synchronization happens? I feel it happens sometimes, and not others, and rather than be surprised I've gone back to

Re: interface builder 3 question

2008-03-18 Thread Jack Repenning
On Mar 17, 2008, at 11:44 PM, [EMAIL PROTECTED] wrote: Starting with Interface Builder 3, it is suggested that you don't define your class in IB and have it generate the code. Instead you define it in XCode and IB will stay in sync with those changes. I've been getting a sense of surprise

Re: interface builder 3 question

2008-03-17 Thread varun
> > On Mar 17, 2008, at 10:55 PM, Kyle Sluder wrote: > >> I assume you mean you want to specify the class of the instance, >> because "specifying the NSObject's superclass" is a nonsensical >> statement. The field you're looking for is on the Identity pane of >> the Inspector > > LOL. Sorry, I sho

Re: interface builder 3 question

2008-03-17 Thread Kyle Sluder
On Mon, Mar 17, 2008 at 11:01 PM, Jeff LaMarche <[EMAIL PROTECTED]> wrote: > LOL. Sorry, I shouldn't try and do this stuff so late at night! I > meant "specifying the new class' superclass". Oh. You don't. IB3 is a different beast. Instead, you write your code in Xcode and then switch to IB

Re: interface builder 3 question

2008-03-17 Thread Jeff LaMarche
On Mar 17, 2008, at 10:55 PM, Kyle Sluder wrote: I assume you mean you want to specify the class of the instance, because "specifying the NSObject's superclass" is a nonsensical statement. The field you're looking for is on the Identity pane of the Inspector LOL. Sorry, I shouldn't try and d

Re: interface builder 3 question

2008-03-17 Thread Kyle Sluder
On Mon, Mar 17, 2008 at 10:45 PM, Jeff LaMarche <[EMAIL PROTECTED]> wrote: > So, as I said in an earlier post, I'm getting back into Cocoa > development after a little hiatus. I was working in IB today. Boy, > it's changed, and for the better, but I can't figure out how to do > something I used

interface builder 3 question

2008-03-17 Thread Jeff LaMarche
So, as I said in an earlier post, I'm getting back into Cocoa development after a little hiatus. I was working in IB today. Boy, it's changed, and for the better, but I can't figure out how to do something I used to do in Interface Builder. I want to create an instance of a custom NSObject