titlebarOptions 1043
Example
This statements assigns the title Planets to the fifth window:
-- Lingo syntax
_player.windowList[5].title = "Planets"
// JavaScript syntax
_player.windowList[5].title = "Planets";
See also
Window
titlebarOptions
Usage
-- Lingo syntax
windowObjRef
.titlebarOptions
// JavaScript syntax
windowObjRef
.titlebarOptions;
Description
Window property; specifies a list of properties that stores the title bar options of a window. Read/
write.
The property list contains the following properties:
These properties can also be accessed by using the Movie object’s
displayTemplate
property.
Property
Description
#icon
Specifies the cast member icon to use in the title bar. This property is only available if
the title bar is visible (the
#visible
property is set to
TRUE
).
#visible
Specifies whether the title bar is visible. If
FALSE
, the title bar is not visible, and all
other title bar and window properties are unaffected. If
TRUE
, the title bar is visible,
and the window maintains the states of all other title bar and window properties. The
default value is
TRUE
.
#closebox
Specifies whether a close box appears in the upper right corner of the window. If
TRUE
, a close box appears. If
FALSE
, a close box does not appear. The default value is
TRUE
.
#minimizebox
Specifies whether a minimize box appears in the upper right corner of the window. If
TRUE
, a minimize box appears. If
FALSE
, a minimize box does not appear. The default
value is
TRUE
.
#maximizebox
Specifies whether a maximize box appears in the upper right corner of the window. If
TRUE
, a maximize box appears. If
FALSE
, a maximize box does not appear. The default
value is
TRUE
.
#sideTitlebar
(Macintosh only) Specifies whether the title bar should appear on the side of the
winow. If
TRUE
, the title bar appears on the side of the window. If
FALSE
, the title bar
does not appear on the side of the window. The default value is
FALSE
.
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...