January 2006
Beginner
592 pages
16h 55m
English
choose from list
listbox selection dialog
Puts up a scrolling list of strings or numbers for the user to choose from. Returns a list of chosen strings or numbers, or false (not an error!) if the user cancels. There are two buttons, and you can set their titles; you can add a prompt and a window title. You can specify whether to permit multiple selections and/or an empty selection.
set p to choose from list {"Mannie", "Moe", "Jack"} with prompt "Pick a Pep Boy:"Read now
Unlock full access