I am porting an application, Tansa, from Carbon to Cocoa.
The application communicates with another application (InCopy) via
AppleEvents.
When running my application from Xcode, everything works fine, but
running it from Finder, the other application hangs.
I have traced the AppleEvents in Terminal, and the difference is that
I do not get the second event (aevt/ansr) when running my Cocoa
application. Do I have to do anything in the Cocoa application to
send this AppleEvent back to the other application?
When running my application from Xcode, I can see both messages in
the Run Log.