Re: WHOA! Weird bug!!!
Re: WHOA! Weird bug!!!
- Subject: Re: WHOA! Weird bug!!!
- From: Graham Wihlidal <email@hidden>
- Date: Wed, 14 Nov 2001 23:48:09 -0700
I've figured it out! :)
Stupid me. I coded in a whole whack of delegates for my window
controller class and I slipped in the windowWillReturnFieldEditor
without knowing about it. Which is why disconnecting the delegate
worked. Obviously because that delegate function was trying to access
something it shouldn't :)
Thanks for the help everyone :)
~Graham