add component on click event - Forum

Forum Navigation
You need to log in to create posts and topics.

add component on click event

is there an Action that i can add 1 of the components by clicking something in my app

lets say i have a simple Text that says 'addButton'

what Action would allow me to click the text and it would add a tool component(button, rectangle, dropdown, checkbox, etc) to my app at a specific position?

if not, possible in Web version?  thanks alot

 

 

 

Hi @ilcaa72

As far as I know it's not possible in VisualNeoWin at runtime, but an idea could be creating hidden objects at design time (20 buttons, 20 labels, and so on...) and then move them on for) the form.

I think it could be a big work handling the actions for the controls.

Is it possible in VisualNeoWeb? Yes (although is a different world), on web is very easy to create elements at runtime and add them actions. You should try it!

Regards

luishp and ilcaa72 have reacted to this post.
luishpilcaa72