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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
