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

Instead of button_shape put Shape

1 Like

Thanks, it worked. Where can I get a list of properties?

Use this block

image

4 Likes

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

2 Likes

@Mr_PRAKASH_THUL please do not double post

1 Like

Hi everyone,
Is it possible to pass integer as parameter to template?
Iā€™m trying to dynamically change the width of a div but Iā€™m getting a runtime error "For input string: ā€œ88"ā€
Is there any way to make width dynamic?
Thanks

The current version has this problem. Try to use Any Component.

Thanks. Yes, in that case i will have to use any component. I just prefer to use template when its possible :slight_smile:

2 Likes

The id in the template can also be used with GetComponent block.

I guess the problem is that when the user gets the data of 1st category then when 2nd category is chosen the old data is not removed. I am not sure but thought to help you.

1 Like

Yes, this problem is comingā€¦

How can I solve itā€¦

:point_down::point_down::point_down::point_down:

1 Like

I donā€™t know much but you can make a code to remove the older Dynamic Component in which youā€™re showing the text like your Shayari. This should solve the problem. :love_you_gesture:t2: :love_you_gesture:t2: @Mr_PRAKASH_THUL

1 Like

@msr79526 How can i create like this systemā€¦?

Hi @yusufcihan, you can tell me how to set corner radius a card view created dynamically, I canā€™t found how to do that.
Thanks in advance. Hug.

Which system?

Use Any Component -
component_set_get

Or use Set Property Block -
blocks

:slightly_smiling_face:

4 Likes

Thanks so much my friend !!!
I was stuck too many hours of work, sometimes my brain crashes !!!
:joy: :rofl:
Last and for Content Padding 4 corner I guess itā€™s the same, Iā€™m going to try it.
Thanks a lot !!!

1 Like

@msr79526

How Can I make This System Using Dynamic Component Aix

Hi

I have a project where I used List view to receive data from Google Sheet and list. Then on Click the List elements are taken to the next screen. How to do this using Dynamic Components Extension? I have done the same work as done with List view extension using the Dynamic Components Extension. All worked well and it looked better as well. But when I click on the same, I am not able to get the values as I receive using list elements when used with List views. Can some one help. I am seeing the values, but, the received values does not seem as List form. How to ?