Re: Newbie: Strange problem with NSTableView, check boxes and Core Data
Re: Newbie: Strange problem with NSTableView, check boxes and Core Data
- Subject: Re: Newbie: Strange problem with NSTableView, check boxes and Core Data
- From: Jonathan Oddie <email@hidden>
- Date: Fri, 3 Oct 2008 08:38:39 -0600
Message: 8
Date: Fri, 3 Oct 2008 01:09:48 -0700
From: "Ken Ferry" <email@hidden>
Subject: Re: Newbie: Strange problem with NSTableView, check boxes and
Core Data
To: "Jonathan Oddie" <email@hidden>
Cc: email@hidden
Message-ID:
<email@hidden>
Content-Type: text/plain; charset=ISO-8859-1
Is your application by chance garbage collected?
Some of the underlying machinery that kicks in when scaling standard
interface elements has issues with garbage collection in Leopard.
This suggests that your checkbox is scaling down, which you probably
don't want it to do. Try selecting the checkbox cell in interface
builder and change the 'Scaling' setting from "Proportionally Down" to
"None".
-Ken
Yes, it is GC, and I'm pretty sure that fixed it ... at least I
haven't been able to repeat the crash since changing it. What a
strange bug, is it documented in a technote somewhere?
Many thanks for the fix, anyway!
Jonathan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden