You can think it like a pre-release version, version 2.1.0 is still didnāt finished yet so use it only when you encounter any bugs with version 2.0.
Ok. Thanks for Explaining, & Clearing my Doubt.
hello, is it possible to change the parameters (example: background color) of a component from with an external (click) event?
thank you
Yes itās possible using the both the SetProperty
and SetProperties
block.
Hey there, thatās an amazing extension!
Thank you for providing it to all of us.
I need some help I couldnāt find an answer yet, it may be a simple issue to solve but I really do not know how to do it.
Iāve created a 3 column grid with CardViews and Images inside those CardViews, my images fit to parent in CardView and Iām being able to call them from Airtable, okay thenā¦ but I set those images clickable and I donāt find a way to add a normal click action for each image, thereās just the option for LongClickā¦ How do I do that?
Thank you in advance.
Use Any Component of Image.
Best extension for me
Omg!
I knew this block existed but I canāt find it ā¦ I just found the āOn any Image Long Click, doā.
Iāve tried to use your image but unfortunatelly itās not a .PNG.
I takes time while make image components but I want to ask will it also take time when I use offline image that I have uploaded on my app
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.
This I also have mentioned before and also in my guide.
I donāt think so, because I once tried this, but got same result.
Then there should be some sort of solution for this because if the delay goes on increasing like this then at one point the app will become irresponsive for a notable period of time
But the delay is not that much. In my notes app I have 20 notes ( means a listview with 20 items ) but I donāt face any noticeable lag. Approx 1 sec to load items
How many items did you have tried.
Ignore the contents of notes
And about Schema, itās my personal experience so let @yusufcihan comment on it
In my case a parent card view is created and in it there are 4 other components that are also created at the same time.
Now there is no problem till there are 4-5 parent Card views which means 16-20 components.
The problem starts when approx 7th card view is created because at this time there are approx 28 components created at a time. So the lag increase noticeably
ok, but in component what do i insert? how do i indicate the component?
thank you
in Component give ID of the component you want to Change Property of.
By using get component by ID
block.
How i use this extensions for call data from airtable and show in horizontal scroll arrangement please tell me fast !
Sorry, but the block GetComponent id does not join the block SetProperty.
maybe there is a problem in my version
i try to reinstall
thank you
Hello @Giovanni,
To assist with your issue, what version is the extension youāve imported to Kodular?
It is even worse when you consume from an api or a database :v