It is the recommended method for setting the size of the view. Why we need to do so? In extension, when you make shapes it creates a layout(height = Fill Parent, width = FIll Parent). And it covers your whole parent container. That’s why it can be set by setting the size of parents. Well, I think extension need a block to set the height and width of the view. I will add them ASAP then you will able to customise the size of layout without any limitations of the parent view.
And @Franck_G28 , can you try to specify SHAPE2_layout in a container? Then see.
Version 2 of the Shapeable View extension is released now.
What’s new
Height and Width block are added. But you can still customize the view with it’s parent.
Bug Fixed
This Property is not applicable to this shape is occuring while setting the stroke of the Circle view. This is fixed now.
Blocks
Set the hieght of the view for id.
Set the width of the view for id.
Heigth and Width can be in pixel and Use -2 for Fill Parent or -1 for Automatic. And for percemtage use screen.Height * (percent) / 100 to calculate the percentage.
Hi @Santhosh and @Franck_G28 , could you try now by setting the size from these blocks and see if work as you expect.
Update the extension to latest from above download link on the top post.
Please describe the issue that you are getting. What do you mean by not working properly? I have not tried it but Extension should work as normal in all builders.
hello i have a one problem with this extension im creating circle shapes with dynamic comonents but when im refreshing the lists he gives me error id must be unique any solution i think one more block needed in this extension called “delete id”.