Add List View elements with image

Hi, i am trying to add List View elements with an image, that image is selected from an image selector.
When i do it, i have just get something like this in the list view

{ text1 = Einstein,
text2 = description of einstein,
image= albert.jpg
}

Thanks


interface

  1. Ensure you have set the correct layout in the designer:

image

  1. You need to add data in your textboxes and select an image. Use the ImagePicker.AfterPicking event..

Hi, thanks for the answer
1- I have the listviewlayout with image,Maintext,Detailtext
2- I tried to use the afterpicking event but still not working

I am testing it with ai Companion in an iphone mobile

Show your blocks

Do you see any output ?

What is the value of ImagePicker.Selection ?

Known bug:

Hi, the blocks i have used are in the first post.
These are the outputs when i used the imagepicker selector and when i just put a name directly to the image


Hi, I am testing it with the AppInventor app for ios

I have tested in the emulator and works fine
Thanks

1 Like