Hi
Is there a way to define a button in the editor instead in the designer? E.g.
application.addButton(name, size , location, …)
Thanks and regards
Birgit
Hi
Is there a way to define a button in the editor instead in the designer? E.g.
application.addButton(name, size , location, …)
Thanks and regards
Birgit
No, you can’t dynamically add form objects.
What you can do is create a bunch of objects (buttons) in the designer that you might need and set the visible property to false on loading the form.
After this you can (re)use these buttons by setting their position, text and visible property.
Hope this helps.
Thank you for this clear answer. So I don’t need to look any further.
Best regards
Birgit