Matteo Granatiero Active Member Licensed User Apr 28, 2018 #1 B4X: Sub img_Click If img.Tag = "img1" Then finale.Bitmap=LoadBitmap(File.DirAssets,"img2.png") End If End Sub
B4X: Sub img_Click If img.Tag = "img1" Then finale.Bitmap=LoadBitmap(File.DirAssets,"img2.png") End If End Sub
Star-Dust Expert Licensed User Longtime User Apr 28, 2018 #2 B4X: Sub img_Click If img.Tag = "img1" Then finale.SetBackgroundImage(LoadBitmap(File.DirAssets,"img2.png")) End If End Sub Upvote 0
B4X: Sub img_Click If img.Tag = "img1" Then finale.SetBackgroundImage(LoadBitmap(File.DirAssets,"img2.png")) End If End Sub