Re: choose from list - question
Re: choose from list - question
- Subject: Re: choose from list - question
- From: Michelle Steiner <email@hidden>
- Date: Thu, 3 Jan 2008 09:57:07 -0700
On Jan 3, 2008, at 9:35 AM, Kurt Klamp wrote:
set theresult to choose from list theList with title "Select" with
prompt "Please choose at least one item!" default items {2}
There is no item whose contents is "2" in that list, so no default
item will be chosen.
You would need to use
default items {"1/10/08"}
or
default items {item 2 of theList}
-- Michelle
--
"Experience in that marvelous thing that enables you to recognize a
mistake when you make it again." --F. P. JONES
_______________________________________________
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