dynamicPaths | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies whether the message path includes the current card and its owners. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: backgroundBehavior Control Structure: pass Keyword: card, default Object: stack, card Glossary: property, current card, owner, handler, message path, HyperCard, command, behavior Command: find, go Function: stacks | ||||||
Description | Use the dynamicPaths property for compatibility with imported HyperCard stacks that rely on HyperCard's dynamic path behavior. If a stack's dynamicPaths property is true, when a handler in that stack uses the go or find command to go to a card other than the original card, that destination card's message path is inserted into the message path as long as the handler is on that card. If the dynamicPaths is false, the message path does not change even when a handler visits another card. The dynamicPaths property of stacks imported from HyperCard is set to true by default. | ||||||
Tags | objects |