Re: NSAppleScript with threading
Re: NSAppleScript with threading
- Subject: Re: NSAppleScript with threading
- From: Nathan Day <email@hidden>
- Date: Tue, 10 May 2005 09:31:50 +1000
you can catch all AppleEvents for your application from the
AppleScript and forward them into your main thread.
On 10/05/2005, at 2:25 AM, Daniel Jalkut wrote:
But can the second-thread script do anything that regular
AppleScripts might do? Display dialog? It seems that AppleScripts
implicitly do lots of "not threadsafe" behavior by virtue of the
APIs that their supporting commands use.
Daniel
On May 9, 2005, at 5:14 AM, Nathan Day wrote:
To execute AppleScripts within another thread you need to create
your own scripting component, to do this you need to use carbon
API or you can use my NDAppleScriptObject class which comes with a
class call NDComponentInstance. I have only be able to make this
work reliably with one applescript at a time, ie one thread to
free up the main thread.
Nathan Day
email@hidden
http://homepage.mac.com/nathan_day/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden