Ok.I will look at this.Thanks very much for reporting it looks like card view doesnât work except with its properties.That means it have setCardElevation() and onTouch event.I will try to make it work.
Can you make a simple extension to get touch info anywhere on screen
Not with specific component
Get touch details any where on screen
It looks like i will add it.It can be made here also.Maybe in the next update ( that will be a really powerfull one ) but i have a problem that again the is crashing when i touch any thing again. i will need to fix it first before i start doing any thing.
Can you also add a rotation move from start to end degree as in the AnimationUtilities? Since now there is only a setter for rotation not a move. That would be great!
Didnât understand you.You mean it moves while rotating?
I mean it doesnât rotate animated, we can only set the rotation static or instantly. Or do I miss something?
You mean it rotates with a duration?
I think he wants to rotate a component on its own axis, like how we do using phase.
Something like this:
So it can be made with another extension.
Hi, to perform a click for a label component is there need to register the component or it can be directly clicked by using the perform click method
Yes, it can be directly clicked by perform click method.
Note.if you registered a component and then used perform click method.The component built-in click wonât be fired.Instead the extensionâs touch event will be triggered.
A suggestion you can add a block in your extension which highlights specific text in a textbox or label
I know there is an extension which does it but it would be great if you can add the feature in your extension too
Also you can add a block, to allow selecting some text of a label like in textbox we can do
I will try
There is already an extension for that:
Hi Mohamed,
I am making a game with this extension and the canvas component. The extension works great!
The only thing that iâm facing now is that the width/heigth of the components and sprites as well are diffrent than the pixel value of the extension. I think itâs 3x smaller than the pixels of the extension. Maby a tip if there will be a update coming, is to add a width / heigth block to the extension.
But for now i have one question. What kind of pixel size do you use?
Kind regards,
Arjan
Iâm really happy with that thanks for using the extension
For which block?
I will look at this i think its possible.
for all the blocks. When i want to place a component at the end of the screen, i look for the screen width. The screen width is somewhere around 670 px, but to place the component there, i need to
multiply that amount with 3 times to 2010 px.
So the pixel size of the extension is 3 times bigger than the pixels of kodular.
That would be great!
I donât know why is that? i will take a look
Thank you in advance!