Re: Option key disables the return key???
Re: Option key disables the return key???
- Subject: Re: Option key disables the return key???
- From: Robert Poland <email@hidden>
- Date: Mon, 3 Jan 2011 09:20:54 -0700
Thanks Axel,
The Enter key works for me.
Looks like another wonderful Snow Leopard "Feature".
On Jan 3, 2011, at 9:02 AM, Axel Luttgens wrote:
Le 3 janv. 2011 à 00:06, Robert Poland a écrit :
> Hi,
>
> In this snippet holding the option key down disables the return key action.
>
> Is there a way around this?
>
> set theDefaultChoice to {"2-red"}
> set theColorList to {"0-none", "1-orange", "2-red", "3-yellow", "4-blue", "5-purple", "6-green", "7-gray"}
> set theChoice to choose from list theColorList default items theDefaultChoice with title "Color Selection" with prompt ("Option key down to select entire folder.")
Hello Robert,
Same here on 10.6.5.
This wasn't the case with 10.5.8 (just tried here to be sure).
The enter key (as opposed to the return key) doesn't seem to be affected, so you could tell your users to do an "option+enter".
Or you could choose another indicator key, such as "fn" or "tab".
Or you could allow for multiple selections (choose from list ... with multiple selections allowed ...) and compare theChoice to theColorList; users would then have to select the whole list in the dialog (easily done with "cmd"+"a") and just press enter as usual.
Or... well, I'm running out of ideas now.
Axel
_______________________________________________
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
Robert Poland - Fort Collins, CO
_______________________________________________
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