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

This post was flagged by the community and is temporarily hidden.

This extension is the best. Use it to make barcode cards and to print them on printer. Congratulations to the developer and beta testers. I speak Spanish, if you don’t understand something sorry :slight_smile:

2 Likes

Hi, what is the name for internal space component?

1 Like

Use “SpaceView”

2 Likes

And how can I set width to fill parent?

1 Like

Use “-2” in Values

1 Like

OK thank you and I wanted to create a dynamic radio button and wanted to uncheck it if it it checked like if it is checked and clicked it should get uncheck and if it is uncheck and clicked then checked how do I do it?

1 Like

Have you removed remove all block in version 4?

1 Like

You should read the release notes. Always

2 Likes

Yes because it was causing errors. Use for each loop to remove the all components.

2 Likes

And also for some strange reason icon of your extension doesn’t appear.

1 Like

Ok, I fixed it. That was because I changed my website files :sweat_smile:

2 Likes

What about this?

1 Like

Make it a procedure block then call them as much you want. Use for each number loop to create dynamic components for each items in a list.

1 Like

I tried using procedure but for number block i need to have something to place the number into

1 Like

Use length of list block

2 Likes

I tried that too
 my concern is that even i use that number block the variable in the block where should i use it ?

1 Like

You will get a variable from for each loop. Like “get number”. It can be used anywhere in inside the for each loop.

1 Like

How change a text to bold using set property blocks?

1 Like

Please post blocks so can i refer as im not able to repeat creating dynamic arrangements im just able to create it once

1 Like