2022-10-26 11:06 AM
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-26 10:28 PM
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 06:10 AM
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 08:08 AM
Thanks it was of the few examples I hadnt compile and tried!