Right now i am creating a list with many components and also setting there properties after they are created. All this is done with the help of blocks under the screen initialise event.
But, I noticed that, as the list keeps on increasing, the list is displayed after some delay and this delay keeps on increasing with increase in length of list. Here by delay I mean that it doesn’t create the list right after screen initializes. Instead some time is consumed (~3 to 4 sec right now) between screen initialise and list creation.
Though I need to do some more test to confirm these.
So, I just wanted to ask that,
-
Will creating the said list with schema instead of blocks will help in this case? I will ofcourse create that using Template Creator since I don’t know json

-
Are there any drawbacks with schema like we are not able to set any property or something like that? Just asking.
I, also wanted to talk about one more problem that I am facing not related to one discussed above. The problem is,
I have 3 ttf files namely Poppins-Regular, Poppins-Medium, Poppins-semi bold.
Now what happens is, when I am trying to set the font typerface import property of label with any one of the files mentioned above, it always set to Poppins-Regular, no matter whichever TTF file I have set teere in Set Property block. I don’t know where is the problem.
Note that I am using one version prior to the latest one. Do you think the problem might be here? Also if I upgrade to latest , then is there anything that I need to take care about?
And sorry for such a long post.