Re: Yosemite Display Dialog
Re: Yosemite Display Dialog
- Subject: Re: Yosemite Display Dialog
- From: Yvan KOENIG <email@hidden>
- Date: Mon, 26 Jan 2015 20:56:27 +0100
set dialogAnswer to display dialog ¬ "Default Button Test" buttons {"Yes", "No", "Cancel"} ¬ default button "Yes" default answer ¬ "Return or enter" & return & "With two or more lines"
Does anyone else notice that in Yosemite, in the dialog from display dialog with default answer with two or more lines, the default button doesn't respond to Enter or Return. Instead it adds a new line to the text in the answer field.
ES
Same behavior here. Simple way to get rid of it :
set dialogAnswer to display dialog ¬ "Default Button Test" buttons {"Yes", "No", "Cancel"} ¬ default button "Yes" default answer ¬ "Return or enter" & character id 8232 & "With two or more lines"
Yvan KOENIG (VALLAURIS, France) lundi 26 janvier 2015 20:56:16
|
_______________________________________________
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