backgroundBehavior | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | bgbehavior | ||||||
Associations | group | ||||||
Summary | Specifies whether a group behaves as a background and come after it's card on the message path. | ||||||
Introduced | 1.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: HCAddressing, sharedBehavior, backgroundNames, backgroundIDs, dynamicPaths Message: preOpenBackground, openControl, openBackground, closeBackground, preOpenControl, closeControl Command: place, send Control Structure: pass | ||||||
Description | Use the backgroundBehavior property to make groups behave like backgrounds and to automatically place groups on newly created cards. Only top-level groups may be background groups; an attempt to set the backgroundBehavior of a nested group to true throws an error. A background group differs from a normal group in the following ways:
A background group is also a shared group. This means that when the backgroundBehavior is set to true, the sharedBehavior is also set to true (if it is not already).
| ||||||
Tags | objects |