longWindowTitles

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the longWindowTitles to {true | false}
Summary

Has no effect and is included in LiveCode for compatibility with imported HyperCard stacks.

Introduced1.0
Platformsdesktop, server
RelatedKeyword: 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.