Re: Accessor called once, fires twice
Re: Accessor called once, fires twice
- Subject: Re: Accessor called once, fires twice
- From: Brian Webster <email@hidden>
- Date: Wed, 20 Feb 2002 11:45:40 -0600
Perhaps you should try printing out stack traces from your code
and see if it still fires twice, and if so, where. There's a
nice code snippet at
<
http://www.cocoadev.com/index.pl?StackTraces> that demonstrates
how to print out a stack trace from code. I think you might
have to set up your accessor to raise an exception and catch it
again, but it's probably worth a shot.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
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.