Re: some nib connections not surviving nib load
Re: some nib connections not surviving nib load
- Subject: Re: some nib connections not surviving nib load
- From: Aaron Tuller <email@hidden>
- Date: Thu, 7 Aug 2003 21:28:24 -0700
do you happen to have methods called setYourOutlet: (for an outlet
called yourOutlet)
if so, those are getting called to set the outlets and it's not
actually setting them. It's a nasty bug and really frustrating.
-aaron
At 11:47 PM -0400 8/7/03, Brent Gulanowski wrote:
OK, this one is new to me, and I don't know what terms to try
searching in the archives in such a way that I won't get a million
hits, so I'll beg for pardon and accept pointers if need be.
Probably this will require a shorter answer than the question.
I have a preferences panel with a whole lot of stuff on it, and a
preferences panel controller with a whole lot of outlets.
When the panel comes up, most of the entries are empty because most
of the outlets are coming up "nil", despite my careful connections
in Interface Builder. Note the annoying thing that some outlets are
connected. Why would 75% of them not be connected -- and I'm
checking at -awakeFromNib, because that is when I try to set all the
outlet values to the existing, saved values. What is going on?
Brent Gulanowski email@hidden
--
Fusion power is the energy of the future, and always will be!
_______________________________________________
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.
_______________________________________________
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.