[Mono-dev] A question about MS Office and Mono.
kangaroo
grompf at sublimeintervention.com
Mon May 15 10:37:48 EDT 2006
> As for Mac, I believe the normal IPC mechanism is AppleScript, and I
> haven't heard of an AppleScript provider for Mono yet, so this looks
> less likely...
>
You would use AppleScript for this on the Mac; but as of yet no one
has devled into that portion.
You would most likely want to leverage Cocoa# or ObjC# to get this
functionality as the AppleScript
IPC layer involves sending AppleEvents back and forth from the main
runloops. Trying to do this in
a "standard mono program" would be challenging to say the least.
Take a look at :
http://developer.apple.com/documentation/AppleScript/Conceptual/
AppleScriptX/Concepts/ScriptingOnOSX.html#//apple_ref/doc/uid/20000032
http://developer.apple.com/documentation/Cocoa/Conceptual/
AppArchitecture/Concepts/Scripting.html
http://developer.apple.com/documentation/Cocoa/Conceptual/
ScriptableCocoaApplications/index.html#//apple_ref/doc/uid/TP40002164
for more information.
-kangaroo
More information about the Mono-devel-list
mailing list