Re: AW: NSColorWell shows no color
Re: AW: NSColorWell shows no color
- Subject: Re: AW: NSColorWell shows no color
- From: Graham Cox <email@hidden>
- Date: Wed, 31 Dec 2008 11:58:53 +1100
On 31 Dec 2008, at 6:22 am, tobias assmann wrote:
Is there a way to have a closer look at the code produced by IB??
Maybe something is happening there.
Well, IB doesn't produce code - common misconception. It consists of
an archive of objects only. When the nib is loaded, code runs that
hooks up all the various cross-references in the object graph, and a
few specific methods are called, such as -awakeFromNib.
Maybe posting the code where you create the preferences window
controller and load the nib might shed some light.
--Graham
_______________________________________________
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