Re: Interapp
Re: Interapp
- Subject: Re: Interapp
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 7 Jul 2003 12:26:05 +0200
On lundi, juil 7, 2003, at 07:30 Europe/Paris, Reinhard Segeler wrote:
Hi all,
my app_1 shall communicate with app_2 to get a path from app_2. The
user
calls a kind of save-command, the window of app_2 appears, where the
user
can determine which path to use for saving. app_2 shall now return
that path
to app_1. Where can I find informations about inter-application
communication llike this?
There was an entire session dedicated to this at WWDC IIRC.
A really quick search on the Apple web site leads to this URL:
http://developer.apple.com/documentation/Cocoa/
InterapplicationCommunication-date.html
To the list, you can add:
- AppleEvents
- MessagePort
(
http://developer.apple.com/documentation/CoreFoundation/Reference/
CFMessagePortRef/index.html)
- Distributed Notifications
- sockets
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Interapp (From: Reinhard Segeler <email@hidden>) |