How to show image when i click button

hello guys, i need help about this topic

i try to make a button and make another screen, in this another screen i put a photo, the probelm its when click button and go to another screen, its not show the photo, how to show the photo?

Can you please provide the project file (.aia) or at least screenshots of it so we can see what’s the issue.

1 Like

You Can Try This

2 Likes

ok here i in the blocks i make that when the other screen initialize , the photo will show


when i run the app the image its not shown

I see…

just make sure that you have selected the image you want from the Designer tab and delete the screen initialization block and you should be set

and the correct way to do it is like this if you needed it in the future
blocks(4)

4 Likes

If it’s an image from your database, you can save the image in TinyDB & use that across all the screens. :slightly_smiling_face:

Or if it’s an asset image, just call it again on screen start.

2 Likes

thank you , but its not work

thank you , but i think i need something more simple

you’re just using the wrong block change the block
Set image1 . Picture to true

And but
Set image1 . Visible to true

blocks-15


blocks-18

Hope it helps.