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

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?

use animation utils or decoration componentā€¦

1 Like

Hello guys!

I am having problems creating new dynamic blocks in different arrangements, that is, initially I create an arrangement1 with cardviews soon making the arrangement1 invisible. Then arrangement2 is visible and I call to create new cardviews in arrangement2. I would like to know why there are no new cardviews in arrangement2?
I tested it in two ways, only with a dynamic block for two arrangements and also with a dynamic block for each arrangement. Would anyone have a solution to this problem without having to be deleting and constantly creating cardviews in the same arrangement?
I remind you that all the cardviews created are configured to be visible and the IDs are all different in each arrangement.
Thanks for your attention and help.
Regards

you must create new topic and must show what you have tried till nowā€¦

1 Like

Hi can you chech the behavior of block delete id with image sprite, Because I can create and delete a button without problems but when I do the same with an image sprite i cant delete it, I created but I cant delete it the image sprite is still showing on the screen.

When you use Delete block, it sets the componentā€™s Visible property to false. So if any component doesnā€™t have a Visible property, then the component wonā€™t be disappear from screen.

Maybe I can add additional code for Image Sprites in Delete blocks when I have time.

1 Like

So I canĀ“t delete it and I cant use that id again right?

You cannot use same Iā€™d