Android Question Why is the ImageView1.Bitmap and Button1.Text NOT changing by "N"?

sibutr

Member
Licensed User
Longtime User
Sub Globals
DimButton1AsButton : DimBitmapTempAsBitmap : PrivateImageView1AsImageView​

End Sub

Sub Activity_Create(FirstTime AsBoolean)
Activity.LoadLayout("LayOutTest")​

End Sub

Sub Button1_Click
For N = 1 To 6
BitmapTemp.Initialize(File.DirAssets, N & ".jpg")
ImageView1.Bitmap = BitmapTemp
Button1.Text= N


For t = 1 To 60000000 : Next ' Delaying ( Pause )
Next

End Sub
 

Attachments

  • ImageViewTest.zip
    392.2 KB · Views: 284
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…