Closed jjac closed 12 years ago
This is specific to the sandboxed code, right?
I guess it is caused by a presentError: that we call if we get a NSError from the XPC service. Need to dig into this. Solution is obviously to dispatch to the main queue before calling presentError:
Should be taken care of...
NSAlert is called on a background thread on drag and drop of an IMBObject when something goes wrong (e.g. denoted resource does not exist).
This causes the tester app to freeze.