PreFab...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



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

| Top |


set value of checkbox| Prev | Home | Next |set dialog folder

Updated on 2/5/97 by Scott S. Lawton (ssl@prefab.com)

Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.

This site built and maintained using Stage Three, a set of custom Frontier scripts.