Livecode Wiki
Advertisement

Specifies whether a Unix window manager can automatically place a stack's window when the stack is opened.Syntax:

set the windowManagerPlace to {true | false}

Examples:

set the windowManagerPlace to false

Use the windowManagerPlace property to determine how the [[stack window]] is placed on Unix systems.

If the windowManagerPlace property is true, the window manager uses the "mwm" resources "clientAutoPlace" and "interactivePlacement" to set the location of the window when the stack is first opened.

If the windowManagerPlace is false, the stack's rectangle property is used to set its location.

The setting of this property has no effect on Mac OS or Windows systems.

See also: stack (object),rectangle (property),location (property),

Advertisement