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
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
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
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
>
> 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
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
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
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
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