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

The community official language is English, could you please translate your post :slightly_smiling_face:.
Edit: thanks !

3 Likes

What error is that?

1 Like

no errors are displayed but all components are deleted except for the card

Then you must be not removing the card view ID’s

2 Likes

… or the card is not created dynamically

2 Likes

Version 2.1

Sorry for not releasing any update for 2 months. :sweat_smile:

:star: New

Features

  • Added ability to switch between asynchronous/synchronous.
    You can now choose to create components asynchronously or synchronously!
    setget_async_2
    setget_async

Blocks

  • ComponentCreated
    Raises after a component has been created using the Create block. It also will be raised for components that were created with Schema.

:white_check_mark: Fixed

  • ImageSprite and Sprite now creating correctly.
    ImageSprites and Sprites were not moving when created dynamically. Now it is fixed.

:arrows_counterclockwise: Improved

  • LastUsedID now returns last component’s ID.
    LastUsedID was storing the latest used ID with Create, but now it returns the last component’s ID, so it is changing when the last component has deleted.

  • TemplateCreator now has a GUI.
    It is not perfect, but easier to use than a CLI.

Thanks to @Shreyash for refactoring the codebase!
Thanks to @hammerhai for adding async support and several changes.


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

19 Likes

Great ! :v:

1 Like

Great update @yusufcihan . Thanks for your contribution :golfing_man:t2:

1 Like

Great work @yusufcihan, Thanks for this update.

1 Like

Reload the page and try again.

3 Likes

Property setter was expecting a com.google.appinventor.components.runtime.MakeroidCardView component but got a HorizontalArrangement instead.
Note: You will not see another error reported for 5 seconds.

Dismiss

How to solve this problem

You are using a property block that made for CardViews, but you gave an arrangement instead.

Learn_Quran.aia (29.5 KB)

first time it’s working properly but when I used your last version then showing this error .

All the projects I did have the same errors :pensive: :pensive: :pensive:

Hello,yusufcihan first I thanks to you for this great extention .I create a device image list with card view by this extention but when I used ‘when any Dynamic card view click’ (in build) with Dynamic Component Extention.not work…so what can I do?Please reply …

Wow nyc extension

1 Like

Can you explain better please?

1 Like

My image list showing allright but when I use ‘when any Dynamic Card View Click’ it doesn’t work…please tell what can I do?.here is my blocks:


when I used ‘when any card view click’ showing an error…I details here:

Something changeg in setting keys method in the new update? It doesn’t work for me after upgrading the extension.

dynamic issue1

I will check into it. Meanwhile, you can downgrade the extension if you want. You can just upload the extension to the palette without removing the old one.
Release DynamicComponents - v2.0 · ysfchn/DynamicComponents-AI2 (github.com)

2 Likes