Quick followup: is it safe to set the token field's object value from the background thread, or do I need to do it on the main thread as well? Or to put it in more general terms: are _all_ calls to AppKit from a background thread disallowed, or only those regarding updating the UI?
Also, is it thread-safe to bracket the sizeToFit method between lockFocusIfCanDraw and unlockFocus, rather than performing the resizing on the main thread? Thanks. On Mon, Feb 1, 2010 at 9:21 AM, slasktrattena...@gmail.com <slasktrattena...@gmail.com> wrote: > On Mon, Feb 1, 2010 at 6:55 AM, Jens Alfke <j...@mooseyard.com> wrote: >> >> On Jan 31, 2010, at 7:39 AM, slasktrattena...@gmail.com wrote: >> >>> This looks like a bug in AppKit but I'm not sure. Any ideas? (I cannot >>> reproduce the problem.) >> >> No, it's a bug in 'myProject' — it's calling AppKit from a background >> thread, which is generally not allowed: > > Ah, right! Of course. Thank you. > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com