CheckBox in a listview

Hi everyone, please, how can I add a Checkbox to a listView? I would like to create a memo of work to be done and I would like to mark the work done as completed, thanks in advance to everyone, bye

Hi,

I am currently working on to include checkbox in my ImageListView extension below:

Hi my friend, nice to meet you, I thought my project was “EASY” but it doesn’t seem like it, I’ll wait for your developments, it’s not an urgent app anyway, I hope you manage to finish your project in the meantime I’ll look for your news on the matter every time, Thank you

You can create it by using dynamic component extension. it’s easy ..

Thanks my friend but I looked for it in the extensions department and couldn’t find it, can you tell me what it’s called? thanks and bye

I found it, but I already had it…! :person_facepalming: :person_facepalming:

Hi, I have added checkbox to the list view, would you like to test it? Dm me I will share it for testing, after testing I will release it.

Hi, sorry but I was out of town for work and couldn’t answer you, I’d be happy to test your project, let me know if you want to send me your file so we can test it, bye :slight_smile:

Try this: testing version: ImageListView.aix (39.3 KB)

Hi Karan, I’m using your “ImageListView.aix” extension and I have to say that it works great, I also have the checkbox that I was looking for in a List for a long time, the only thing is that when I save the elements in a TinyDB the images do not return after the screen refresh and the TinyDB loading, I hope I explained myself well, thanks a lot, bye

What do you mean by screen refresh and from where you are loading your images? From online source or local files or assets?

Hi Karan, thanks for your reply, I wanted to say that saving the data in the list with TinyDB works well, in the test with the companion, when refreshing Screen1, the images do not reappear, the work is done locally and not online, I don’t know how to explain it better, maybe I should send you my project in .AIA format, I await your reply, thanks again, bye

set label text = your data stored in tiny db to verify whether it’s storing the data properly…

Hi, yes, my data is stored, but unfortunately it is the image that is not displayed. Let me explain better. My project consists of scanning barcodes and the Title reports the number of the scanned barcode, the Subtitle refers to the index of the single scanned barcode and the image is of the scanned barcode…

If you are storing your images locally then you can store them in ASD and load them. But remember file path will be different when testing in companion and in Apk.

Hi Karan, my images are generated in real time by scanning the barcode (barcode reader component), to report the correct scanned barcode I use an API (https://barcode.tec-it.com), to get everything I use the WEB component, when saving everything happens normally but if I change Screen, for example Screen1 to Screen2 and then return from Screen2 to Screen1 the result is that the image is no longer there and the web address of the image appears in the Title plus the Title already saved, I repeat, if you want I upload my .AIA file to understand better, bye and thanks :slight_smile:

I hope this is enough to explain the problem, in the meantime I use the application (APK) without saving the results and not closing the application…

Scansione_Polistini6.aia (63.1 KB)