![MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference Download Page 740](http://html1.mh-extra.com/html/macromedia/director-mx-2004-director-scripting/director-mx-2004-director-scripting_reference_3321720740.webp)
740
Chapter 14: Properties
Example
These statements display the
displayTemplate
properties and their corresponding values in the
Message window.
-- Lingo syntax
trace(_movie.displayTemplate)
// JavaScript syntax
trace(_movie.displayTemplate);
These statements set various
displayTemplate
properties.
-- Lingo syntax
_movie.displayTemplate.dockingEnabled = TRUE
_movie.displayTemplate.resizable = FALSE
_movie.displayTemplate.appearanceOptions.mask = member("mask")
_movie.displayTemplate.titlebarOptions.sideTitlebar = TRUE
// JavaScript syntax
_movie.displayTemplate.dockingEnabled = true;
_movie.displayTemplate.resizable = false;
_movie.displayTemplate.appearanceOptions.mask = member("mask");
_movie.displayTemplate.titlebarOptions.sideTitlebar = true;
See also
appearanceOptions
,
dockingEnabled
,
Movie
,
resizable
,
systemTrayIcon
,
title
(Window)
,
titlebarOptions
,
type (Window)
,
Window
resizable
Determines whether a window is resizable. If
TRUE
, the window is resizable. If
FALSE
, the window is not resizable. The default value is
TRUE
. For more
information, see
resizable
.
title
Returns or sets the title of the display template. For more information,
see
title
.
titlebarOptions
A property list that stores title bar options for a window. The title bar options are
icon
,
visible
,
closebox
,
minimizebox
,
maximizebox
, and
sideTitlebar
. For more
information, see
titlebarOptions
.
systemTrayIcon
(Microsoft Windows only) Determines whether a window has an associated
icon in the system tray of a user’s desktop.
systemTrayTooltip
(Microsoft Windows only) Determines the string that appears in the tooltip pop-
up of the system tray icon.
type
Returns or sets the type of a window. If a window’s type is set, all of the
properties pertaining to that window type are set as well. The types of windows
are
tool
,
document
, and
dialog
. For more information, see
type
.
Property
Description
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...