iamwsumit
(Sumit Kumar)
May 2, 2021, 6:12am
1
Custom Image
Hello everyone I hope you are all nice at your home Today i am going to launch my new extension i.e Custom Image after many time. this extension helps you to create circular , rounded and bubble images. Soon I will add more shapes
Lets go and see some blocks
All blocks
there are 2 events or click listener and 5 methods and 7 properties total
Click Event
Methods
Properties
Shapes
designer properties
Documentation
This event occurs when image is clicked
This event occurs when image is long clicked
This block create a new image with id and shape
This block remove the created image with given id
this block returns the id of the given image
This block return the image for the given id
This block set the height and width of the image
These are the available three shapes
These are the border properties for setting the border in rounded image
this block set the arrow position of bubble image
Position are :- Left and right
Block Usage
Example Screenshot
Download
Credits
Thank always Kodular for being with myself
Suggestion and issue are welcome
If you like the extension then like the topic
Thank You All
Donate
If you like my work then donate if you can
38 Likes
Great extension @iamwsumit ,
1 Like
i want to use this extension in dynamic list view i got error
please explain how to use this extension in dynamic list view
i use this extension for dynamic component (DyanamicComponent) made by Jusuf cihan.
you need to add a arrangement instead of a Image
2 Likes
With this extension is it possible to do something like this?
Maybe a image inside a card view with 0 padding?
2 Likes
I’ve tried something like that, but it doesn’t look the same. If it had an extension equal to the arrangement design for photo it would be perfect.
iamwsumit
(Sumit Kumar)
May 3, 2021, 4:08am
12
Hmm @Chocoduba_BR you are right it is possible without any extension as you have said about padding
You can create a new topic or can PM me I will help you to make it without extension
Xoma
(Kumaraswamy)
May 3, 2021, 4:28am
14
This is the problem, I believe:
You have to check or compare strings using the equals method and not ==. Should be corrected to:
I have corrected it here .
iamwsumit
(Sumit Kumar)
May 3, 2021, 4:47am
15
@Xoma No it dont matter
your blocks are wrong look again to your blocks
You have to give the shape property to shape param but you are giving it to the picture param
Xoma
(Kumaraswamy)
May 3, 2021, 5:49am
17
Yes my mistake but you should compare string with equals?
iamwsumit
(Sumit Kumar)
May 3, 2021, 5:50am
18
Ok @Xoma thanks for correcting me I will soon update the code
Xoma
(Kumaraswamy)
May 3, 2021, 5:52am
19
Yes sorry, my blocks were wrong too
1 Like
This extension work with Dynamic Components extension?
iamwsumit
(Sumit Kumar)
May 3, 2021, 5:53am
21
I haven’t tried it but you can check.
but I think it will work
2 Likes