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

As Dynamic Components are created by using Static Componentā€™s Classes, I donā€™t know if it is possible, however you can use GetId block, so it will return a blank value if component isnā€™t created by Create block.

2 Likes

I love this extension :heart::heart_eyes:

5 Likes

@Thiago send a photo or the .aia of the blocks you used to assemble ā€¦ i wanted something like this in my app ā€¦ it was very good

Hi. I have been trying for two days to build a recycled view with DCE.
I built the view I would like to see (I use the same image for testing as the colors ā€¦ the label above must be static), but the center image, the title and the subtitle would like to load them from airtable.

I donā€™t think loading the data from airtable later will be a problem, but I canā€™t create the recycled view without getting the ID error.


If you could help me please

Free aia for you

botview.aia (1001.8 KB)

1 Like

ID needs to be unique per component, so try increasing the ID with 1 or something in every step.

1 Like

Ok I will try ā€¦ and I will post it here when I get the desired result. Thanks!

Thank you @Thiago !!!
Iā€™m going to study your aia to understand how it works.

1 Like

Show @Thiagoā€¦ I enabled the floating button (+) that you created, and put two text boxes to add the title and content ā€¦ very good ā€¦ I will try to unify it with firebase ā€¦ I will finish by sending it to you to see

1 Like

Hello, I read all the documentation and maybe due to lack of attention I didnā€™t understand how I can get the information for a specific item, could someone help?

Just get the Text attirbute of clicked item. In Any Component section, select the component you want get its data, and in event blocks, get the componentā€™s itself. Then you can use Any Components blocks again to read the Text.

Iā€™ve been trying for a few hours, but I have no results, could you show me an example?

Sure!

And for accessing the Any Component blocks, just go to the Blocks section and click the (+) plus icon next to the ā€œAny Componentā€. It will list the components that you added to the Screen, so you can use their Any Component methods, events and properties.

image

2 Likes

When I click on Cardview it will return the information inside it, is it possible?
exmple:
Screenshot_19

Similar to this function:

component_event

Actually, as you add Label components to CardView, you need to get Label componentsā€™ value, so just use Any CardView Click event and get itsā€™ id, so you can use it for getting the text of the label which inside of the CardView.

2 Likes

@yusufcihan
Do you have assumption when you going to realese next version of dynamic extension
and if ā€˜change IDā€™ block will be included

which dynamic component you are using?(because there are of many typeā€¦)
and do you want to pass these values to other screen?

I donā€™t have a fixed date for release. However, you can track the release progress of extension on GitHub repository.

5 Likes

Great. I see

How to change the position of components in an arrangement?