Hi, I my idea is to create 5 imageviews with using for i=0 to 4, while getting all of these imageviews with a different name. Example:
The problem is that I get an error. I believe that making it work is not as simple as i thought to. Any idea?
B4X:
For i=0 to 4
Dim im(i) As ImageView
im(i).Initialize("im")
im(i).Bitmap=LoadBitmap(File.DirAssets,"argentina.png")
scrollviewff.Panel.AddView(im(i),2%x,15%y*i,96%x,20%y)