Phantom
Documentation [Help Home] [Phantom Home] |
Using Window Declarations
|
In
order for a script to recognize and interact with a window, often it
is best to use a Window Declarations file. This file contains information
about the window and can be created using the The
Window Declarations Recorder.
Note that if multiple child windows have
the same name, they can be accessed through an array index. For example,
if three child windows have the name 'Sample', they can be accessed through
the names 'Sample[0]', 'Sample[1]', and 'Sample[2]'. See Arrays
for more information about array indexing, and see the Button
function page for an example of accessing multiple child windows with
the same name. See Also: Window Declarations, Syntax, use
|