I am getting an error with Schema.
no value for name
I am getting an error with Schema.
no value for name
I too using schema but not get any error yet
This post was flagged by the community and is temporarily hidden.
It is not removed, it is just now a Designer property named āThreadā.
This is why itās important to read release notes people. Letās not make the mistake that @David did.
Oh, thanks for the notice. I hadnāt seen it. I created an issue on the GitHub repository to track the progress right now.
And for the next time, if I miss something on community about extension errors on another topic, it will be nice to write all of them in this topic or create an issue on GitHub if you have a GitHub account. So it will be easier for me to track all of them. Thanks!
This post was flagged by the community and is temporarily hidden.
You are not using Kodular. Ask only in the community of the builder you use.
Okay sorry but extension is of same developer
Use the component name itself instead of adding the component block until I fix the bug.
Thanks ill try that
This is a hotfix that fixes a bug that experienced in the previous version.
Create
block as expected.Looking for downloads? Fasten your seat belt and
Click to fly to the first post!
Youāre welcome everyone! Only took me 6 hours to prioritize it
A beautiful extension with very good support.
We are creating components from the schematic, which is great.
The question is, would it be possible to make a new block that would remove blocks using a schematic?
Letās say Iām creating an interface made up of several arrangements and components. Then I would like to remove it, the problem is I would have to do it with multiple blocks. Removing with the schematic would be easy.
The blocks seen in the image are from another app builder called Niotron. Niotron replaced the purple blocks for maroon blocks.
The point is that you only post blocks from Kodular because this is an area only related to Kodular.
Thanks for that rapid fix!!!
Youāre welcome.
A beautiful extension with very good support.
We are creating components from the schematic, which is great.
Thanks!
The question is, would it be possible to make a new block that would remove blocks using a schematic?
It is possible to implement but I donāt know how much it is effective to do that. Because it kills the general usage of blocks if we do everything in one text block. I prefer using blocks to one text block. Because at least blocks explain what it does and you can easily change it, but it is hard to read a long text from a text block because it already minimizing the long text.
My reason for adding the schema block was to decreasing the reading difficulty because it was making it hard to read the blocks when you needed to create a lot of components at the same time. But I donāt think it applies for removing blocks, because you can add a loop and Remove blocks inside, so you donāt need to connect a lot of blocks one under the other.
However, this not means Iām sure about not adding it, so I just need to think more about it.