Hi,
I want to simulate the same behavior as the DOM Form in low code apps has where you can hit an plus sign and it will add a new section of fields. is there an way to dynamically add new dialog controls?
Gerwin van der Kamp [DevOps Enabler] Selected answer as best 14th June 2023
Hi Gerwin,
In the following script, I was able to add text fields by pressing a button:
IAS_Button_Pressed/DOJO_1/DOJO_1.cs at RC · FlorisCO/IAS_Button_Pressed · GitHub
Not sure if the locking is needed, but wanted to make sure there are no threading issues with the event handling.
Gerwin van der Kamp [DevOps Enabler] Selected answer as best 14th June 2023
I never tough of using an list. But it make sense. 🙂 Thanks!