Player
Documentation
AppleScript
User's Guide
Chapter 5, Verbs
One Verb Per Page
set: checkbox sequence (new in 1.1)
Syntax
set checkbox sequence list
Parameters
sequence list -- list of lists, using the form { {checkbox1, value}, {checkbox2, value} , ... } where the checkbox is either a name or ID number, and value is 1 for "checked", 0 for "unchecked"
Result
true
Examples
set checkbox sequence { {"Font Substitution", 0}, {"Reduce to fit", 1} }
set checkbox sequence { {14, 0}, {15, 0}, {16, 0}, {17, 0} }
Notes
- When you need to set the value for multiple checkboxes, calling this verb once with a list is faster than calling set value of checkbox for each.
- By default, Player matches only the number of characters specified in the verb parameter. This feature has the benefit of ignoring trailing punctuation, but will occasionally find a false match.
- By default, name matching is not case sensitive.
Errors
checkbox does not exist or is not enabled
See Also
set value of checkbox
click checkbox
exists checkbox
click sequence
drag through
get info dialog item
set complete match
set dialog folder
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.