longWindowTitles | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Has no effect and is included in LiveCode for compatibility with imported HyperCard stacks. |
Introduced | 1.0 |
Platforms | desktop, server |
Related | Keyword: default Property: decorations, name, label Object: stack Glossary: property, LiveCode, error, stack window, absolute file path, HyperCard, title bar |
Description | In HyperCard, the longWindowTitles property determines whether a stack window's title bar shows the full path to a stack, or only the stack's name. In LiveCode, the stack's label property is shown as the window title; if the label is empty, the short version of the stack's name property is shown. A handler can set the longWindowTitles without causing a scripterror, but the actual window title is not changed. The default value is false. |