Display Image

Hi,

I can’t seem to display an image in my app. I tried storing the image in the apps directory and using the url to the image. Got a forbidden error.

Moved the picture to where all our images are for our site and nothing shows

Ideally I would like to keep the images with the app.

What am i doing wrong.

I’m using a WebImageView.

Thanks

You drag the image into the Xojo navigator. Then you select the WebImageView with the mouse in the window editor and in the inspector you can select the image in the “Picture” dropdown box.

Will it then be included with the build to upload to the web server?

I don’t know, but I assume so. It does so for desktop applications. Just build the app locally and look at the folders created.

Yes, Richard, it will be included into the project - and these pictures are than local at the web server.

yes