MORE: Setting hierarchy of NIB items
MORE: Setting hierarchy of NIB items
- Subject: MORE: Setting hierarchy of NIB items
- From: Lance Drake <email@hidden>
- Date: Sun, 15 Feb 2004 18:30:30 -0700
It appears that 'awakeFromNIB' in my NSQuickDrawView subclasss QDView
is getting called twice when my app starts up. The first time it's
called, all the NSButtons items in my object are set to non-null values
and the second time it is called, the items are all NULL. When the
'drawRect' function is called, the SECOND 'self' is making the call -
the one with the NULL NSButton references.
There are THREE QDViews in the NIB - only two have Actions or Outlets.
Does this tell you anything - if so, please tell ME!
Thanks very much,
Lance Drake
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.