You can differentiate with id inly. Always try to give id easily understandable
yeah, just now got it. Thanks for the reply
I have another query, how can I disable ‘Card Click’ once ‘Any Card View Click’ is committed.
I am getting Run Time Error when two cards are clicked simultaneously.
when any card view clicked use for each items in the block to set card view clickable to false for the used ids in which it contains card view id
I have 11 IDs of card view with Id nos as 1,2,3,4,5,6,301,302,303,304,305.
How can I use Contains Text?
Thanks!!!
The aia/aix store list view is lagging
if length of list 20 then its not lagging but after that its lagging too much
Use recycle list view extension
Hello, very good, excuse my ignorance, but how do I use the buttons of each card on the list. For example, I am trying to use the AIA/AIX Store list button so that when I press the button for a certain card, the button changes, for example, to a red color, but I don’t understand how to make the card buttons work.
Yes, of course you can, it is in the documentation and published example, but you have to read it
Hello, I have chosen the simple list but I have created a dynamic list from the initial value. I want to create a list with the initial value and it doesn’t work out. Can anyone help me?


When i load lots of values in lists especially if the list have image from external urls , the app is keep crashing how can i resolve this issue ?
Questions:
Solution :
Here is the key:
"keys": [
"ID",
"ClgLogo",
"ClgName",
"ClgEstd",
"ClgCode"
],
and image code:
{
"id": "Clg_Logo{ID}",
"type": "Image",
"properties": {
"Height": 60,
"Width": 60,
"Picture": "{ClgLogo}"
},
"components": [
]
},
Here is the block:
- first you load a dummy image “load.png” whose upload in asset to create a list and the load image Async
Here is the OutPut:
-
before main image loading its create list with dummy image value
-
and after it, its load image Async and replace dummy image with main image
Also you can refer this post:
I Hope its help You to load image Async. 

- How to create code that shows an image with Arabic text next to it, all right-aligned
- How to make a single text element appear right-aligned (what would the code be)"
use compcreator or dynamic extension
could you help me on that using dynamic card view
In a vsa create a cardview
In this cardview create a ha1
In this ha1 create lable1, va, button 1 with 45 width, 45 height, circle shape
In the va make label3, lable4 and one ha2
In thia ha2 create lable5, lable6,lable7