Re: activate script editor to continue
Re: activate script editor to continue
- Subject: Re: activate script editor to continue
- From: Olivier Destrebecq <email@hidden>
- Date: Wed, 22 Aug 2001 12:52:00 -0500
i used this to be sure my dialog would come to the front, maybe it might
solve your problem.
tell application "Finder"
try
set frontmost of (processes whose name is InstallerName) to true
end try
olivier
end tell
>
From: email@hidden (Herbert Theriault)
>
Date: Wed, 22 Aug 2001 09:32:40 -0700
>
To: email@hidden
>
Subject: activate script editor to continue
>
>
--
>
>
I'm writing a script that is making extensive use of the
>
clipboard across three applications (FileMaker, InDesign and bbedit)
>
whenever FileMaker completes an action the script stops until i bring
>
the script editor to the front, then it resumes. Is there a way to
>
avoid this?
>
>
Thanks,
>
>
-Herb
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users