Added Button Stops Moving After Interacting with "Addbtn" or "Editbtn"



I have a setup where I can move a dynamically added button on the screen, and it works perfectly at first. However, after I interact with either the "Addbtn" or "Editbtn" (which are also buttons on the screen and are not supposed to move), the added button stops responding to drag/move events.
I want only the added button to be movable, and that works until I touch the other buttons—after that, the added button becomes unmovable.

Does anyone know why this happens or how to fix it so the added button can always be moved, regardless of touching other buttons?

Thanks in advance for your help!

Are going to be adding more buttons, and expecting to be able to move them around as well?

yes

Try this:

moveButton.aia (61.8 KB)

I have used CompCreator and RepositioningTools extensions instead of the extensions you were using

1 Like