On Feb 10, 2010, at 12:03 PM, Trygve Inda wrote: > Once the files are processed by the sub app, I need to send a properties > NSDictionary back to the main app. This can't really be handled by an 'odoc' > event -
Any AppleEvent can send a reply containing structured data. Although you're right that LaunchServices isn't set up to relay the reply back to you, so you probably need to use the AE API to do the sending. > Are AppleEvents as likely to get lost as NSDistributedNotifications? No, they're lossless. (While distributed notifications can fall on the floor if the target process's Mach message queue overflows.) —Jens_______________________________________________ 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