objective c - Receiving Text From Another Application -


I am creating some Home Automation software with Cocoa / Objective-C, there will be a minimum GUI in the main application and it Only the status bar will be represented by the icon.

I'm using proprietary Speech-to-Text software (Mac Speech Dictite) which takes my voice command and converts it to plain text for me then to parse this app Need to send the app. Is there a way to send strings to apply cocoa? Can AppleScript get this? How do I create an NSString string in my app "Available" to get the string passed?

For those reasons that are beyond the scope of this question - it is not possible to direct this order directly in my app

Thank you very much in advance,

Since you are writing both client and server applications, distributed objects can be a better option than AppleScript. Both have their own problems, but the main advantage of the DO is that it is very easy to implement.



Comments