Hello your extension detcted as trojan
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ā¦
not possible in images ?
But in previous version it was working. Atleast didnāt gave any error like mentioned earlier. The error was displayed only after upgrading the extension to latest version recently.
Doing the same after error started to appear but this method increases the number of blocks as we have first check if the component is dynamic or not and then get its id
Just so you are aware @Vaibhav, the same return result thatās in 2.2.1 is also returned going back to 2.1.0. There has been no change to the way the GetId block returns the ID.
@GaryH Thanks for the appreciation. I am not very sure for the reason causing that error because I am not very active these days, thus I didnāt upgrade the extension in my projects. Iām afraid I canāt help much.
No problem. I upgraded the extension today and turned all my complicated procedures into Schemas and itās all working great.