User Guide

tabs 1025
systemTrayTooltip
Usage
-- Lingo syntax
_movie.displayTemplate.systemTrayTooltip
windowObjRef.systemTrayTooltip
// JavaScript syntax
_movie.displayTemplate.systemTrayTooltip;
windowObjRef.systemTrayTooltip;
Description
Movie and Windows property (Microsoft Windows only). Determines the string that appears in
the tooltip pop-up of the system tray icon. Read/write.
This property is only applicable if the
systemTrayIcon property is set to TRUE. If
systemTrayIcon is TRUE, the tooltip will appear when a user mouses over the system tray icon.
The default value of
systemTrayTooltip is the title of the window.
See also
displayTemplate, Movie, systemTrayIcon, Window
tabCount
Usage
chunkExpression.tabCount
Description
Text cast member property; indicates how many unique tab stops are in the specified chunk
expression of the text cast member.
The value is an integer equal to or greater than 0, and may be tested but not set.
tabs
Usage
member(whichTextMember).tabs
Description
Text cast member property; this property contains a list of all the tab stops set in the text
cast member.
Each element of the list contains information regarding that tab for the text cast member. The
possible properties in the list are as follows:
You can get and set this property. When
tabs is set, the type property is optional. If type is not
specified, the tab type defaults to
#left.
#type Can be #left, #center, #right, or #decimal.
#position Integer value indicating the position of the tab in points.