ID:2541874
 
Resolved
"parent" is now recognized as a valid property for menus and windows in winget().
Applies to:Dream Seeker
Status: Resolved (513.1511)

This issue has been resolved.
When using the leading colon format to get the default map at runtime, it is useful to know the parent element of a thing.

For instance, if I want to dynamically add a skin object to the window that contains the default map at startup, I need to know the element's parent. Unfortunately, an element's parent can currently only be set, not gotten.


For instance:

winget(usr,":map","parent")


will return an undefined property: parent error at runtime, and using [[parent]] in an embedded winget will similarly just spit out an empty value.
Lummox JR resolved issue with message:
"parent" is now recognized as a valid property for menus and windows in winget().
...Just for menus and macros?
Menus and windows; I typed the wrong thing.