No problem. I upgraded the extension today and turned all my complicated procedures into Schemas and it’s all working great.
For example if I want to make a new image component and change the width and height of it, is there a way to use percentages instead of pixels?
U can use decoration component
Is there a way to create a dynamic component layout and then create other things like buttons, labels in this created layout in one procedure?
You can create any arrangements using the extension. And then other components into it.
Or maybe I didn’t understood your questions, if so then be more clear what you want
Version 2.2.2
This is a hotfix that fixes a bug that experienced in the previous version.
Pull Request #41 by @hammerhai
Fixed
-
Events were not handling.
Now all events being handled correctly.
Improved
- Added ability to get metadata about a component, an event, or function if no annotations are provided.
Removed
-
ComponentCreated
event was removed due to it was deprecated in the previous version already.
To continue using it, use theComponentBuilt
block.
Looking for downloads? Fasten your seat belt and
Click to fly to the first post!
The one with less blocks.
Remember this
There are several ways of getting things done in blocky, but try to use the most efficient ways
.
Atleast it’s my way of getting things done
Hello.
I am trying to obtain a number with the GetOrder in a cardview, but i only get the number 1
I already make this using buttons and its working, but for some reason its not working with card view, maybe i am doing something wrong?
Can anybody help me to make a dynamic listview like this? I am fully confused about how to start
Direct message me
template
{
“name”: “material”,
“metadata-version”: 1,
“extension_version”: 5,
“author”: “Developer DXH”,
“platforms”: [
“Kodular”
],
“keys”: [
“id”,
“title1”,
“title2”,
“title3”
],
“components”: [
{
“id”: “Card_View1{id}”,
“type”: “MakeroidCardView”,
“properties”: {
“ContentPaddingBottom”: 0,
“ContentPaddingLeft”: 0,
“ContentPaddingRight”: 0,
“ContentPaddingTop”: 0,
“CornerRadius”: 10,
“Elevation”: 10,
“Width”: -2
},
“components”: [
{
“id”: “Horizontal_Arrangement1{id}”,
“type”: “HorizontalArrangement”,
“properties”: {
“Width”: -2
},
“components”: [
{
“id”: “Vertical_Arrangement1{id}”,
“type”: “VerticalArrangement”,
“properties”: {
“BackgroundColor”: -14654221,
“Height”: -2,
“Width”: -1003
}
},
{
“id”: “Card_View2{id}”,
“type”: “MakeroidCardView”,
“properties”: {
“BackgroundColor”: 16777215,
“Elevation”: 0,
“Width”: -2
},
“components”: [
{
“id”: “Label1{id}”,
“type”: “Label”,
“properties”: {
“FontBold”: true,
“FontSize”: 18,
“Text”: “{title1}”,
“TextColor”: -14654221
}
},
{
“id”: “Space1{id}”,
“type”: “SpaceView”,
“properties”: {
“Height”: -1002
}
},
{
“id”: “Label2{id}”,
“type”: “Label”,
“properties”: {
“Text”: “{title2}”,
“TextColor”: 4289769648
}
},
{
“id”: “Space2{id}”,
“type”: “SpaceView”,
“properties”: {
“Height”: -1002
}
},
{
“id”: “Label3{id}”,
“type”: “Label”,
“properties”: {
“FontBold”: true,
“Text”: “{title3}”
}
}
]
}
]
}
]
}
]
}
I really believe that this extension is revolutionary, thank you very much for the creation!
I’m having trouble working with the template creator through the python application, is there a video teaching you how to install it?
The requirements.txt file was corrupted. Thank you for your help!
Stucked here…
Plz help…
For 1st time it should select column11
For 2nd time it should select column12
For 3rd time it should select column13
Like so…
Hello
Can you include the marker component from MAPS in the dynamic components?
can i create dynamic web view in dynamic card view like as dynamic label