Re: Retaining interactivity in other apps
Re: Retaining interactivity in other apps
- Subject: Re: Retaining interactivity in other apps
- From: vectormation <email@hidden>
- Date: Wed, 26 Sep 2001 12:51:58 -0400
--
ignoring application responses
--talk to the non-director app inise this block
tell application "Finder"
beep 10
end tell
end ignoring
display dialog "i'm back"
--
the above code will show the dialog almost immediately, wheras otherwise
you wouldn't see it until after the 10 beeps completed
HTH
~Phi
>
Hi all. I'm currently using Director to issue applescripts to control the
>
network scripting app. What I'm trying to do is to retain interactivity in
>
Director so that I can display an animation that this is happening but the
>
applescript seems to take over the processor.
>
>
Is there a way to retain some interactivity in other apps without
>
broadcasting service messages back to Director?
>
>
TIA,
>
- Zavaroni
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users