Home › Forums › Problems and solutions in GDL › Informations from the environment › zone stamp: default property settings › Reply To: zone stamp: default property settings
the 2nd example had some Requests before. This code is from the gdl.graphisoft.com website.
In the example zone stamp both master and parameter script are empty.
dim _parentProperties[]
n = REQUEST (“Properties_Of_Parent”, “”, _parentProperties)
_displayName = “”
n = REQUEST (“Property_Name”, sIDRow1_50, _typeName, _groupName, _propertyName)
if _typeName # “” then _displayName = _typeName + ” : ”
if _groupName # “” then _displayName = _displayName + _groupName + ” : ”
_displayName = _displayName + _propertyName ! no need to check, always has a string value
ui_custom_popup_infield “sIDRow1_50”,
50, 244, 222,20, ! X Position, Y Position, Width, Height
1, ! Store Hidden ID
3, ! Tree Depth
1, ! Grouping Method
_displayName, ! Created value description
_parentProperties
GDL Object Developer
b-prisma
MAC OSx 10.14