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

Hello Koders,
Please let me know how to enable html format in dynamic label.
Thanks in Advance.

3 Likes

Thanks @dora_paz :heart_eyes:

1 Like

hello yusufcihan

I want an option to add a list block. your extension is great but when I load a huge amount of data then my app was stopped. so can you please add this option. like recyclerview.

3 Likes

How to do this

“UI” stands for asynchronous, and “Main” stands for synchronous.

image

6 Likes

Is it possible to add two dynamic component in your project? and how do we detect which component property was clicked.

I tried it out, only dynamic component 1 was triggered on cardview click but dynamic component 2 is not getting executed. How do I get this done?

Thanks in advance.

Lottie file animation not move speed not come any ways to move it

Yes, It Is Possible.
Not Only Two, You Can Add Any Number Of Dynamic Components - Extension.

Check This Example -
DC.aia (35.3 KB)



On Screen Initialize I Called 2 Procedures - DC1 And DC2

blocks(1)

DC1 Makes 1 Button (ID = DC1 Button) In Vertical Scroll Arrangement With Dynamic Components 1

DC2 Makes 1 More Button (ID = DC2 Button) In Vertical Scroll Arrangement, But With Dynamic Components 2



Then To Handle The Click Event Of Both The Buttons -

In Extension There Is A Method Block,
component_method

By Which We Can Check If The Given Component Is Dynamic Or Not
+ Also We Can Use The Same Block To Differentiate Between 2 Or Any Number Of Dynamically Created Components, Which One Is Made Using Which Dynamic Components Extension.

How -
We Can Use A If - Then Control Statement.

*Took A Label On Screen To Print The ID Of Button Clicked, You Can Check The .aia

6 Likes

Thank you so much, I really appreciate effort for even providing AIA.

1 Like

How to create dynamic horizontal scroll arrangment with this

How do I get the values from a text box? I did a search using a filter and couldn’t find any answers on this!

Two ways. One is to use the GetProperties method, the other one is to use the any text box component.

blocks (1)

3 Likes

blocks
Please read the documentation

1 Like

Is it possible to create Canvas component Balls dynamically?

Yes, @sourabhdubey7296

do u have any example for that?

1 Like

Hi, I noticed that the buttons generated through this extension is not saved when going to another screen and back? Is there a way to save the generated buttons on the screen when there are multiple screens in the app?

Here is a file that highlights the issue:
Try.aia (35.4 KB)

Project was created with MIT App Inventor and when imported to Kodular causes errors. You have to use tinyDB in order to get generated buttons. An example , try it in MIT App Inventor
Try_1.aia (36.0 KB)