We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-10-26 08:06 PM
Hi can I automatically update a textbox with the Area of a specific fill whenever a user change its shape?
Solved! Go to Solution.
2022-10-28 03:10 PM
Hi!
You can attach observers to elements. In the handler proc you can then put the code to update the textbox. Check out the section "Element related notifications" on this page: Notification Manager | Archicad API.
Also check out the Notification_Manager example coming with the API DevKit.
2022-10-27 07:28 AM
Texdtbox don't have an asociative property so I'm not sure it can be done.
You should use an associative label for this.
2022-10-28 03:10 PM
Hi!
You can attach observers to elements. In the handler proc you can then put the code to update the textbox. Check out the section "Element related notifications" on this page: Notification Manager | Archicad API.
Also check out the Notification_Manager example coming with the API DevKit.
2022-10-28 05:08 PM
Thanks it was of the few examples I hadnt compile and tried!