[F/OS] - Dynamic Components Extension (for every component) 2.3.0

No problem. I upgraded the extension today and turned all my complicated procedures into Schemas and it’s all working great.

2 Likes

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?

Welcome @Niu
Use any set image height percent block.

1 Like

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 :blush:

Version 2.2.2

This is a hotfix that fixes a bug that experienced in the previous version.
Pull Request #41 by @hammerhai

:white_check_mark: Fixed

  • Events were not handling.
    Now all events being handled correctly.

:arrows_counterclockwise: Improved

  • Added ability to get metadata about a component, an event, or function if no annotations are provided.

:x: Removed

  • ComponentCreated event was removed due to it was deprecated in the previous version already.
    To continue using it, use the ComponentBuilt block.

Looking for downloads? Fasten your seat belt and
Click to fly to the first post!

14 Likes

It gives the same result in both.
I wonder which use is more correct.

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 :slightly_smiling_face:

2 Likes

Hello.
I am trying to obtain a number with the GetOrder in a cardview, but i only get the number 1


image
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?

WhatsApp Image 2021-02-27 at 4.40.34 PM

Can anybody help me to make a dynamic listview like this? I am fully confused about how to start :sweat:

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?

Hello @jhujhones,

Can you express the issues you’re having?

1 Like

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