Re: Interface Builder 3.0
Re: Interface Builder 3.0
- Subject: Re: Interface Builder 3.0
- From: Hank Heijink <email@hidden>
- Date: Fri, 16 Nov 2007 09:34:56 -0500
Can you give us some more information? Where are you in your
application when you see the 0x0 value? Remember that outlets aren't
instantiated until the nib is loaded, so if you're looking anywhere
before awakeFromNib, you're going to see 0x0 whether or not things
went well. It sounds like IB synchronized correctly with Xcode anyway.
Hank
On Nov 16, 2007, at 9:13 AM, Micha Fuhrmann wrote:
Hi there,
hard to get used to IB 3.0, strange beast...
I add an NSText field in my .h class which I had instantiated within
IB with the older version of IB. Appears fine in 3.0 as an outlet,
link it, but when debugging I can see the object hasn't been
instanciated properly (value shows 0x0). Tried File -> Syncronize
with xCode and Read class file but no go...
Any help appreciated.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
@runbox.com
This email sent to email@hidden
Hank Heijink
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden