[FREE] Image List Viewer Extension - A Fully Customizable List View with Title, Subtitle, Image and Checkbox

v8 Updated

  1. Added support for loading image from assets in companion
  2. Added GetAsd function.
  3. Added function ScrollToPosition y
  4. Added event OnScroll that will return scrollY position
  5. Added GenrateImageList function to generate image list with specified image name and length. Helpful when using same image for all list items.

GenerateImageList_Method

  1. Updated OnCheckboxChanged event to return checked titles, subtitles, images and their indices as list. Note: This block will break existing block from v7, so before importing v8, backup your project.

OnCheckboxChanged_Event

Latest Aix updated in first post.

1 Like

I have got a list of names. I have managed to get the amount of checked items. How can I transfer the checked names (blurred) to another screen?

I have updated OnCheckboxChanged event and merged this request in v8.

Now you can use this event to get checked titles and pass them to another screen with start value.

1 Like

Thank you. I updated the listviewer version to v8 and that is what I was looking for.

1 Like

v8.1 Updated

As per request from user

  1. Added a property to set the image circular with border width and color.
  2. Fixed a bug where touch feedback was overlapping the list item contents.
1 Like

how to set item background color after picking ?

Currently it does not has this property. May be I will add.

1 Like

v8.2 Updated

  1. Added a function to set background color of specific list item by index.

SetItemBackgroundColor_Method

  1. Added a function to reset item background color to default.

ResetItemBackgroundColors_Method

Latest aix is updated in first post.

VID_20250326210038-ezgif.com-video-to-gif-converter

2 Likes

إضافة رائعة جداً
شكرا لك

2 Likes

Thank you

1 Like

Does the images on the extension support svgs and working gifs?

No currently it doesn't support svg or gif.

I used the SetList block. All the titles and image url gets successfully loaded in component. but whenever i scroll end of list the app gets crashed.

Please help

The values you are getting from tiny db is list right?

1 Like

Thanks. There was one URL missing in list. Now solved. But the images which we get from URL are not cached in app, it reloads every time when i open the app. Is there a way to cache image from URL and get loads in list instantly when the app opens.

Yes, images will reload every time the app is opened.

Are you planning on adding support to them??