Re: choose from list - question
Re: choose from list - question
- Subject: Re: choose from list - question
- From: Kurt Klamp <email@hidden>
- Date: Thu, 3 Jan 2008 18:07:53 +0100
Hi Bastiaan, hello Michelle
Am 03.01.2008 um 17:42 schrieb Bastiaan Boertien:
Hi Kurt,
Maybe something like this. I only changed 'default items {2}' into
'default items {item 2 of theList}' and it works for me.
You are right, this is a possible workaround/alternative, but the
standard addition dictionary says:
choose from list v : Choose one or more items from a list
choose from list list of number or string : a list of numbers and/or
strings to display
[with title string] : the dialog window title
[with prompt string] : the prompt to be displayed in the dialog box
***
[default items list of number or string] : a list of items to
initially select (an empty list if no selection)
***
[OK button name string] : the name of the OK button
[cancel button name string] : the name of the Cancel button
[multiple selections allowed boolean] : Allow multiple items to be
selected?
[empty selection allowed boolean] : Can the user make no selection
and then choose OK?
→ list of number or string : the list of selected items
So if i'm right, the dictionary tells me that i can preselect some
items by number(index in list) or by content.
Am i wrong?
Kurt _______________________________________________
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