Re: Filemaker Background script
Re: Filemaker Background script
- Subject: Re: Filemaker Background script
- From: EL <email@hidden>
- Date: Fri, 3 Oct 2003 18:56:00 -0700
It would appear that 'ignoring' here also has the Finder ignore itself,
hmmm...
Another way is to use:
display dialog "hola" giving up after 2
which will dismiss the dialog after 2 seconds and continue with the
rest of the script
On Friday, Oct 3, 2003, at 18:29 America/Vancouver, David Durkee wrote:
Martin,
When I ran this script from Script Editor, it never even displayed the
dialog.
Are you just trying to give the user a message and don't want any
input from the dialog? There's an application called Extra Suites that
allows you to put up messages that don't halt the script. Maybe that
would be good for your purposes.
David
On Friday, October 3, 2003, at 08:30 PM, Martin Meneses wrote:
David.
I want the script only run the event, then continue with other task
and no wait the response.{ok} or {cancel}
if I don't response the dialog ,the filemaker application show me the
comman+dot for cancel the process.
thanks
Martin
On Friday, October 3, 2003, at 05:35 PM, David Durkee wrote:
In what way is that running in the background? I'd expect an "on
idle" handler. But as far as I know that would not work from a
FileMaker-executed script. I don't see any reason this script
wouldn't work.
David
On Friday, October 3, 2003, at 09:18 AM, Martin Meneses wrote:
Hi there,
I want run one applescript on background from the option "perform
Applescript [my script] " of Filemaker verion 6. I run the script
from
the script editor ok, but in filemaker it doesn't work
Anyone can help me?
Thanks
Martin !
my script is:
tell application "Finder"
ignoring application responses
display dialog "hola"
end ignoring
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
--
David Durkee
email@hidden
<http://ddurkee.homeip.net/>
--
David Durkee
email@hidden
<http://ddurkee.homeip.net/>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
--
ForNow
EL
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.