Re: display notification doesn't work in app's library
Re: display notification doesn't work in app's library
- Subject: Re: display notification doesn't work in app's library
- From: Jenni via AppleScript-Users <email@hidden>
- Date: Fri, 29 Apr 2022 18:47:06 -0700
I finally found a working solution. Replacing:
display notification "Please Wait..." with title "✔ Starting FileMaker Pro"
sound name "Submarine"
with:
do shell script "osascript -e 'display notification \"Please Wait...\" with
title \"✔ Starting FileMaker Pro\" sound name \"Submarine\"'"
gets the dialog to display.
What's really weird is that using display dialog inside the handler
works just fine, but display notification doesn't. You wouldn't think there
should be a difference between the two.
Marc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden