Player
Documentation
Frontier
User's Guide
Chapter 5, Verbs
One Verb Per Page
Player.getWindowInfo
Syntax
Player.getWindowInfo(theWindow)
Parameters
theWindow is either a name or number (by stacking order).
Action
Gets a complete set of attributes for the specified window or dialog.
Returns
A record.
Examples
Player.getWindowInfo(1) « frontmost dialog (or window)
Player.getWindowInfo("Sistine Chapel") « named window
Notes
- Palettes are often in front of windows, even if they are not visible!
- For a complete list of attributes for each type of object, see the Attributes section of Chapter 6.
- 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.
See Also
Player.getWindowAttribute
Player.windowExists
Player.getItemInfo
Player.getMenuInfo
Player.setCompleteMatch
Player.outlineDialog
Keywords
query[10] windows dialogs
isRunning
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.