Nice extension. You have implemented various operations to work with components.
A few suggestions, to add to your extension
A method to transfer a visible component from an arrangement to anotherā¦
And also a block to make component responsive to sizing
There is already a method about that in android.So it can be implemnted of course
Isnāt there sizing proerprty in the screen block that makes the components responsive
But itās not that accurate
Okay i will try.iām really preparing a huge update.But i have a bug which make me unable to add new features easily
Is it possible to add a ālongclickā event? I know that would currently collide with your ātouchā events. But maybe you could add a ātouched for x millisecondsā variable. The āeventTimeā variable only returns the time the animation runs, right?
Nope.Touched event, doesnāt make any animation.The event time is the time the Component clicked.
btw, it returns time in milliseconds as well.
Yeah, eventTime returns the actual time when the button is pressed. But I would like to get the length of time the component was pressed.
Okay, you can mange that with this way- i know that itās not the best way but there isnāt another way, as touched event is realtime so it will be fired for every touch on the component:
Thx a lot ! This workaround will help me.
This post was flagged by the community and is temporarily hidden.
Please add blink border in extension
i get 0 for the getY and bottom position of the component
I think this is the default positions?I will try today with kodular inbuilt one and compare the results
Yes, after creating a dynamic component i tested the bottom and y bottom but got 0
Please make duration single property
You mean you want to have a property to set the duration, instead of adding it as a parameter in the move method?
Yes like that
please add component or layout full click feature