Message: 8 Date: Fri, 3 Oct 2008 01:09:48 -0700 From: "Ken Ferry" <[EMAIL PROTECTED]> Subject: Re: Newbie: Strange problem with NSTableView, check boxes and Core Data To: "Jonathan Oddie" <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1Is 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
