Re: choose from list revisited w/Snow Leopard
Re: choose from list revisited w/Snow Leopard
- Subject: Re: choose from list revisited w/Snow Leopard
- From: Stan Cleveland <email@hidden>
- Date: Thu, 4 Nov 2010 15:10:27 -0700
On Nov 4, 2010, at 2:45 PM, Robert Poland wrote: My only issue now is that, when run, If i don't like the selection I would like to change it.
If I select a 1, for instance, then try to select a 3 I must wait for a few seconds before it will take.
Any thoughts?
--Script set colorchoice to 1 set theColorList to {"0-none", "1-orange", "2-red", "3-yellow", "4-blue", "5-purple", "6-green", "7-gray"}
set theDefaultChoice to text item colorchoice of theColorList
set theChoice to choose from list theColorList default items theDefaultChoice with title "Color Selection" with prompt ("Option key down to select entire folder.")
if theChoice is false then -- User canceled return end if
Hi Robert,
Running your script snippet, selection changes are instantaneous OMM. There must something in the greater context of your setup that's introducing the delay. Is something running that really chews up CPU cycles?
Stan C.
|
_______________________________________________
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