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

Ok I will Wait

Just to show what @hammerhai said

Example:
Schema template = join string

{
   "name":"My Template",
   "metadata-version":1,
   "author":"(your name)",
   "platforms":[
      "App Inventor"
   ],
   "components":[
      {
         "id":"1",
         "type":"MakeroidCardView",
         "properties":{
            "BackgroundColor":

+
(Your color)
+

,
            "Width":-2
         }
      }
   ]
}

Blocks:

OR
image
Then copy the result:
image

Paste it at BackgroundColor in your template, like

...
BackgroundColor:-834762,
...
3 Likes

image

image

image

facing this error

image

But this is working

Please use Any Component blocks for setting properties.

Or alternatively, you can use the temporary new version from the first post.

3 Likes

I am using 2.0. Should I use Beta Version ?

You can try it.

Same Issue :frowning_face:

Some images are not loading

Try this then:

1 Like

Is there any way to make one component react with another? Example: a button that when clicked opens a vertical orientation.

I tried some blocks but I couldnā€™t get someone to help me?

This is a Extension to create dynamic components. Did You try create it on click event ? Show us yours blocks. :thumbsup:


my blocks

The idea was a button (which was created by the extension circled in blue) when that button was clicked it would increase the height percentage of the Vertical Arrangement (Also created by the extension circled in red in the blocks). It is possible? I did it in other ways but none was the way I want it.

Yes it is.
And i donā€™t know whether it is exactly answered before but you can get a the way of doing it in other different topics.

You can search about Dynamic Button Click.
Hereā€™s a reference topic -

1 Like

Hello @yusufcihan
Did you fixed the issue ?


Thx

What about using the Beta version?

And again, if you already know the font name, donā€™t use the Get Property block. Just use a text block thatā€™s it.

1 Like

hello friend, when replacing the block to put image by the one of image utilities, my images do not take the height and width properties, they come out big and they distort the dynamic cardview
how can i fix that? Thanks

Actually I donā€™t know te font name as I have different fonts in my app so I need to get the font from a component and set the same to an other component.

Using beta version, why not if the bug is corrected :slight_smile: Just tell me how :wink:

Use ā€œDo Itā€ feature to learn the font name and write in the text/number block.

I already noted the issue and will be fixed in next release.

Can you create a sample app that reproduces this issue?

yes my friend i will do that and i post

I donā€™t understand your blocks language