How many dynamic components can we use in an application? Would it be a problem to use more than one?
You can use an unlimited number of Dynamic Components instance on the screen, it shouldnāt cause any problem.
Iām talking about adding in this way, I understand right?
This post was flagged by the community and is temporarily hidden.
Yes, you can add an unlimited number of Dynamic Components instances.
What have you tried so far?
I already made a guide about it but not using dynamic components extension.
I silenced one of your accounts. Having multiple accounts will have you suspended from the community.
Dynamic Components source code is public and no such ātrojanā exists in itās code.
it dont has i scanned it with my antivirus software there is no such trojan in it
please dont put false information
Please donāt try to spoil someoneās hardwork by spreading false news I have used it in many apps and scanned with Mcafee and also tell if you antivirus is avast
This is not false news, this is a false positive by the antivirus software.
Thank you you are right ,its a false positif ( use kaspersky internet security mobile) cause i test again with virus total and thats safe.
Also, for your interest, the extension source is available on GitHub so it is the only way to prove its safety
Thank you for this. I have used your tutorial to write a schema and save myself a ton of blocks. This method doesnāt appear to work correctly for Version 2.1.0 (I keep getting an error regarding variable type for my FontSize property). Once I write all my Schemas for my various uses Iāll upgrade to 2.2.1 so that it all works and nothing gets all broken.
This extension is the best thing ever.
Does the GetId
method returns the id of the component which isnāt dynamic?
If yes then, below block doesnāt work when a static(manual) label is clicked
(Considering the clicked label is manually drag and dropped in designer)
And, here is the error
There is no issue when a dynamic label is clicked!
A point to consider is that, there was no such issue in the extension version prior to 2.2.1
No of course. It is for components created by the extension itself. If it is not dynamic, it returns a blank value. But if you want to check if component is dynamic or not, use IsDynamic
and use GetId
block after.
how to rounded image in dynamic component?
Use dynamic card view with desired corner radius and set its all paddings to 0ā¦ then put a dynamic image into it and make its height and width to fill parentā¦