Re: NSAppleScript with threading
Re: NSAppleScript with threading
- Subject: Re: NSAppleScript with threading
- From: Daniel Jalkut <email@hidden>
- Date: Mon, 9 May 2005 09:25:27 -0700
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.
_______________________________________________
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