PreFab...Player...Documentation...AppleScript...User's Guide...Chapter 5, Verbs...One Verb Per Page...

set: whether to force an app to yield control


Syntax

set forced yield to desiredState


Parameters

desiredState -- true or false


Result

true


Examples

tell application "PreFab Player " -- assume the main dialog is already up
   set forced yield to true -- call before the offending dialog
   click button "Options"
   click checkbox "High speed"
   click button "OK" -- dismiss the sub-dialog
   click button "OK" -- dismiss the main dialog
   set forced yield to false --set to false when done
end tell


Notes



See Also

yield time
set complete match
set case sensitive

| Top |


set case sensitive| Prev | Home | Next |set balloon help

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.