On May 28, 2009, at 7:37 AM, Aaron London wrote:
Is it possible from that thread to load a NSWindow from a nib and be able to have that window respond to UI events?
No; it is a bad idea to load nibs in threads other than the main thread. You can't count on both the AppKit and instantiated objects with -awakeFromNib methods to be thread-safe.
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ 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