Re: script differences ?
Re: script differences ?
- Subject: Re: script differences ?
- From: Jean-Christophe Helary <email@hidden>
- Date: Sun, 11 Oct 2015 22:34:16 +0900
Thank you Yvan for the reply (and Shane too).
On Oct 11, 2015, at 22:03, Yvan KOENIG < email@hidden> wrote:
#2 I don't see any reason to speak to System Events.
I would code :
display dialog "Create a new reminder" default answer "" buttons {"Cancel", "Create"} default button 2 cancel button 1 giving up after 20 with icon path to resource "Reminders.icns" in bundle (path to application "Reminders") set reminTitle to text returned of result tell application "Reminders" set newremin to make new reminder with properties {name:reminTitle} end tell
In such a case (where the script ends there), is there any necessity to create a newremin that won't be used in the rest of the script ?
Jean-Christophe |
_______________________________________________
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