Re: An other silly PrefPane problem
Re: An other silly PrefPane problem
- Subject: Re: An other silly PrefPane problem
- From: Manuel Darveau <email@hidden>
- Date: Fri, 22 Mar 2002 13:09:25 -0500
>
First, make sure the outlet is being set correctly by looking at it in the
>
debugger. Then, if that's okay but it still doesn't work, try it in
>
didSelect instead of willSelect. I've noticed a lot of weirdness in the
>
willXxxx functions and only use the didXxxx functions instead anymore.
Hi!
I'm sure that my outlet is connected correctly in IB since the exact same
code in a function called by a button works.
I tried the debugger and the adresse is 0x0 so I guess this mean that the
outlet is not connected when didSelect is called.
I tried in didSelect and it's the same thing... Weird!
Finlay: witch version do you have? I'm with 10.1...
Manuel Darveau
_______________________________________________
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.