5 Different Listviews using Dynamic component Extension | Guide

You can differentiate with id inly. Always try to give id easily understandable

yeah, just now got it. Thanks for the reply

1 Like

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


Am I doing anything wrong?It’s throwing runtime error.

Certainly..

if you have added cv_{id} then use contain thest used id segment cv

1 Like

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!!! :star_struck:

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

1 Like

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

1 Like

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?


blocks (43)


blocks (39)

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 ?

1 Like

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 :backhand_index_pointing_down:

Here is the OutPut:

Also you can refer this post:

I Hope its help You to load image Async. :heart_eyes::rocket:

  1. How to create code that shows an image with Arabic text next to it, all right-aligned
  2. How to make a single text element appear right-aligned (what would the code be)"

Can you help me with this list view???

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

1 Like