Re: Spinning beach ball of death
Re: Spinning beach ball of death
- Subject: Re: Spinning beach ball of death
- From: Ken Tozier <email@hidden>
- Date: Sun, 23 May 2004 00:58:05 -0400
On May 23, 2004, at 12:50 AM, Jake McArthur wrote:
Why are you incrementing usedCount twice? These two lines do the exact
same thing:
usedCount = usedCount + 1;
usedCount += 1;
I saw that after sending the message, it's a typo - was trying several
ways to do the same thing to see if any of them would work. After
finding that none of the variations made any difference I reverted back
to the original
usedCount++;
Still get the beachball...
_______________________________________________
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.