Example
This statement sets the variable
-- Lingo syntax
myWindow = window("Collections")
// JavaScript syntax
var myWindow = window("Collections");
See also
Window
windowPresent()
Usage
-- Lingo syntax
_player.windowPresent(stringWindowName)
// JavaScript syntax
_player.windowPresent(stringWindowName);
Description
Player method; indicates whether the object specified by
movie in a window (
If a window had been opened,
has been removed from the
The
stringWindowName
property.
Parameters
stringWindowName
Example
This statement tests whether the object
displays the result in the Message window:
-- Lingo syntax
put(_player.windowPresent(myWindow))
// JavaScript syntax
put(_player.windowPresent(myWindow));
See also
Player,
windowList
590
Chapter 12: Methods
myWindow
) or not (
).
TRUE
FALSE
windowPresent()
property.
windowList
argument must be the window's name as it appears in the
Required. A string that specifies the name of the window to test.
myWindow
to the window named Collections:
stringWindowName
remains
for the window until the window
TRUE
is a movie in a window (MIAW) and then
is running as a
windowList
Need help?
Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?
Questions and answers