Using NSApplescript while keeping UI responsive
Using NSApplescript while keeping UI responsive
- Subject: Using NSApplescript while keeping UI responsive
- From: Edison Thomaz <email@hidden>
- Date: Tue, 27 Jul 2004 11:44:21 -0700
Hi all,
I've been playing with NSApplescript and for the most part it works really
well. The problem is that with scripts that take a while to execute, my
whole UI is essentially frozen. The obvious answer to that would be to do
all the NSApplescript work on another thread, but NSApplescript is not
thread-safe (part of AppKit). Is there any way to solve this dilemma?
Thanks!
Edison Thomaz
_______________________________________________
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.