How would you go about comparing two ImageView backgrounds? For instance, I tried:
and
I am not getting any results with this...any help? :BangHead:
I am using:
To set the backgrounds if that helps.
B4X:
If ImageView1.Bitmap = ImageView2.Bitmap Then
Label1.Text = "Yes"
End If
and
B4X:
If ImageView1.Background = ImageView2.Background Then
Label1.Text = "Yes"
End If
I am not getting any results with this...any help? :BangHead:
I am using:
B4X:
ImageView1.SetBackgroundImage(LoadBitmap(File.DirAssets, "Krazy_Triangles_[48]_021.png"))
To set the backgrounds if that helps.
Last edited: