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

Is new version of Kodular supports the Dynamic Extension ?

Yes supports.

how to use Asynchronous Image Loader

Any way to solve the problem

Hello Yusuf.
Thanks for your great Dynamic Component Extension. I use it in AppInventor 2. Really one of the best AI2 extensions I know so far.
I’m on my way making an app jff. Here I create dynamically from scheme widgets confirming text fields, buttons and at least a picture. Nothing really special.
Everythings seems to work well, but at the number of 18 created scheme widgets, the app crashes.
Can you tell me, is there any limitation regarding the DynamicComponents extension?
Second issue I detected, belongs to deleting of scheme widgets. You have to delete every component of the scheme widget seperately, not only the parent widget otherwise they still will exist and there will be an error when creating a new scheme widget

Please tell me, if that is right or am I doing something uncommon?

Again I appreciate your work .

The error is caused due to the GetId block. The component is not created dynamically that’s why it’s returning null.
You should always check the component is dynamic or not. You can use this block to check.

The extension doesn’t have any type of limitation anywhere in it. Maybe you created a lot of components and the app couldn’t handle it?

Yes, you must remove the all child elements, otherwise their ID will not be deleted by only deleting the parent.

Is dynamic component working properly with Kodular fenix ?

Yes working properly no problem after update

1 Like

Thanks @Anu10

1 Like

How To Data Refresh /Reload dynamic component help me

Hello Yusuf.
Thank you very much for your reply. I saw too late, that the fact of deleting a scheme widget makes it necessary to delete the parent widget and also every child widget to do it the right way.
Unfortunately I didn’t get any further with the issue of app crashing at the number of 18 dynamic scheme components.
Any ideas for clarifications are welcome, I will stay tuned


Regards

Nice extension
how do i create component with transparent effect in dynamic components

Such as ? What component do you want to create ?

1 Like

Use this extn

2 Likes

Am currently facing an issue with any Card View clicked event. I used notifier to test it, i discovered that the first item clicked will display 1 on second item clicked it still display1 but if i click the second item again it changes to 2. This has been giving me issues, i really need help.

Better you create new topic and add your error screenshot, dynamic compound creation procedure and all.

I don’t think there is a need to create new topic since this is the official topic for dynamic component extension, and i think all question should be answered here.

Then post your blocks here, dynamic components creation procedure and when any cardview click

1 Like