Hello
I want to load alternately different images into a Image View
If i code, it works
But if I code
It does not work. Is Chemin as string correct?
Thank you
I want to load alternately different images into a Image View
If i code, it works
B4X:
ImageView1.Bitmap = LoadBitmap(File.DirAssets, "MyImage.png")
But if I code
B4X:
Dim Chemin as string
Chemin = "LoadBitmap(File.DirAssets, 'MyImage.png')"
ImageView1.Bitmap = Chemin
Thank you