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

Bug

This block is returning 0
Tested with Label and SnackBar
Works properly with Do It from Block Editor
blocks (17)

Component = CardView
Property = Height

1 Like

That block or that property?

1 Like

I tried Height property
I don’t know about other properties

1 Like


Can You please Tell Me This Error??

1 Like

If you want me to fix this error without seeing your blocks, then the error is in your blocks.

2 Likes

Ok Thanks But Now Coming A New Error


This Error Showing Please Help

1 Like

Posting just images is not helpful. As said before post your blocks.

3 Likes

Valid Format
blocks (18)
blocks (19)

2 Likes

Valid Format
blocks (20)

2 Likes

This My Project Block Anyone Help Me

1 Like

What is Component Name - Design.

Ok Got it it’s a Card View.

1 Like

Yes @ADDYLIN

1 Like

Try Changing Design With - Card View

1 Like

@My_Smart_Official actually u r using txt variable in create label blocks which represents an empty string
Use, hr variable, with local variable, number,
Of for loop

1 Like

I Want To Use material design icon but now is showing Black Please help??

1 Like

1 Like

My App Working Fine Thanks To All Person Who helped me​:heart_eyes::hugs:

1 Like

Hi is there any possible way to set dynamic card view background colour to gradient colour

1 Like

It’s not a bug…

3 Likes

Hi @yusufcihan

Great extension!! I have been working up solutions for App Inventor and come across an issue, and I also have an enquiry.

1. Joining texts causes runtime error

If I “join” two texts (or anything to make a single string) to pass to the create procedure for a dynamic component, I get this runtime error:

method com.google.appinventor.components.runtime.Label.Text argument 1 has type java.lang.String, got gnu.lists.FString

Example blocks:

Just passing a single text of “Hello World” works fine, but attempting to join anything fails.
Also falls over if i do this:


or this:
blocksvar

Example aia

demoDC.aia (16.8 KB)

Am I doing something wrong ?

  1. Order of Things

Is it possible to set the order of new components when they are created? I do not mean in the layout, but taking the example above, when I go to create a second label, it will be placed below the first. Take a chat box as an example. It would be good to show the last message at the top of the chatbox, instead of the bottom (a) hidden by keyboard, (b) have to use Colin Tree’s Scroll Handler / ScrollBottom to make the last message at least show on the screen. Therefore either a universal positioning option, based upon already created ids or the ability to do last first.

Thank you.

2 Likes