Sounds good!
Yeah i m talking about that can you please share your code
What a great extension! Youâre such a good developer
this is should be apreciate it, i am leaving this comment to say thanks for ken
I am unable to Drag arrangement into another arrangement
Am I doing it right?
Yes that should work.
Send me the .aia
Great extension!!!
Its working now
I donât know why it didnât work yesterday
Opened same project and connected companion
It worked
Just Awesome Extension
The extension is very good , but i have one quiestion : how to get the new position of the moved componet ? Thank you
Great extension - Thanks !
I have no idea how to use the index ?
The index is the Componentâs position in the Arrangement.
Example: an index of 1 would be the top position in a Vertical Arrangement or the left position in a Horizontal Arrangement.
What a fantastic extension !! i needed something like this
I want to Drag Card View
It is working when holding finger near margins of Card
I set Full Clickable to true.
Are you placing other components inside the Card View.
Like a Arrangement.
Yes, placing components inside Card
That causes it.
When you Place a Arrangement or any Component inside Card View that component naturally becomes the front layer of it.
So the touch is registered for that component which is in front not the Card View which is behind.
You can touch CardView from corners because you might have set padding to the CardView.
And if paddings are present meas that area can not be occupied by any Component.
And if that area is not occupied touch on that area is going to be registered for that component only ( CardView ), as there is no Component in front of it.
@Ken
This is a Great Extension.
And Currently the Only One Suited for my Job.
But i am Stuck a Little.
To Drag a Component i need to LongPress it.
And that takes a Little Time.
in Some Cases or might be the Majority it will be the Best.
But for my Job,
i want it to be Fast like Touched or Clicked Event.
Can you add it Please.
I have no plans to add this functionality.
Any Alternate Way To Do It.
Anyone have an idea how to drag an infinite number of components? For example, I have a button, and I wish I could drag it multiple times. I guess I would have to use an extension for dynamic component creation in addition. The question is how to combine it together?