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

Use getID by component. When you are creating in the particular horizontal arrangement, use something special id to let yourself know where did it create.


After that, when any button clicked, check if the id contain your special id

can not do this because there are 100 horziontal scroll arrangement any other idea ?

@Vivekjain

Check out here i have provided an aia and apk too

1 Like

That’s is exacly the problem. Because he has 100 horizontal scroll arrangement, therefore

This method and yours is not working too.

edit

@Vivekjain please provide more details what u want to do… And show some related blocks

1 Like

Try this, from this you can know which horizontal scroll arrangement of button

1 Like

@Vivekjain Sorry, I make a big mistake in my previous post. Check again the updated blocks:

1 Like

Thank You i already saw that you changed blocks

Hello,
How can I get the value of label.text of a dynamic label also I have two buttons the - and the +, if I click on the + button I want the label.text to increase by 1 and if I click on - I want the label to decrease by 1 and if the label.text is <= 1 it shouldn’t decrease by 1. I use the dynamic component. I have tried so many times and I failed please help me

Hey I Want To Know How I Can Create Click Event For Dynamic Component Extention List.

What exactly is the list?

I Make A List With Dynamic Component Extention and List is Showing But How I Do Click On Dynamic Component Extention List

If u r using card view for the list, use
When any card view clicked
Then underneath
Get id by component. Drag the get component from the when card view clicked. Then you will get the id of the clicked card view.

No Error but My image is Not Showing On Dynamic Component Extention List View.

@yusufcihan Can you you add a Event When component Created

I think you can use Schema to do it. However, for other, you can just put your blocks after the create block :wink:
image

Its for schema, I need for Component.

image
Why don’t you do this? Is there any problem?

I need a event when a Component is Created. Like This :point_down:
image
which should return the id of created Component.

I hope you Understood What I am Saying.

But if you create multiple component, do you think it can handle that much?

Yes I understood.