Re: ignoring application completely
Re: ignoring application completely
- Subject: Re: ignoring application completely
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 22 May 2002 08:28:09 -0700
And does it even activate? Might that be the issue? What happens if you tell
it to beep without activating?
--
Paul Berkowitz
>
From: Paul Skinner <email@hidden>
>
Date: Wed, 22 May 2002 11:17:55 -0400
>
To: AppleScript Users <email@hidden>
>
Subject: Re: ignoring application completely
>
>
I forgot to clarify that "scriptMinion" is just an empty script
>
saved as an application.
>
>
On Wednesday, May 22, 2002, at 10:57 AM, Paul Skinner wrote:
>
>
> on talkAsnchronously(messageText, dur)
>
> ignoring application responses
>
> tell application "scriptMinion"
>
> activate
>
> display dialog messageText buttons {"Ok"} default button
>
> "Ok" giving up after dur
>
> end tell
>
> end ignoring
>
> end talkAsnchronously
>
>
>
> When called from a script in an editor this handler gives me an
>
> asynchronous dialog. When called by a running script It doesn't display
>
> a dialog at all.
>
> Can anyone tell me why? Removing the ignoring block restores the
>
> dialog.
>
>
>
> Thanks for your support.
>
--
>
Paul Skinner
>
_______________________________________________
>
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.
_______________________________________________
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.