On Dec 16, 2012, at 2:45 AM, Tamas Nagy <[email protected]> wrote:

> 
>    dispatch_async(dispatch_get_main_queue(), ^{
> 
>        NSOpenPanel *oPanel = [NSOpenPanel openPanel];

*Bzzt!* Thou shalt not do UI work on a background thread. You cannot use 
dispatch_async here.

--Kyle Sluder
_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to