I am trying to place numerous bitmaps on a b4xImageView using a touch event from an underlying panel. You use to be able to this, I believe, by invalidating an imageview after each placement. In the AI when doing a search on the web it states that you can invalidate a b4xImageView.
But b4xImageView does support an "Invalidate". Also I didn't find any hit in the forum.
How do I go about doing this?
Thanks
B4X:
B4XImageView1.Bitmap = xui.LoadBitmap(File.DirAssets, "image.png")
B4XImageView1.Invalidate ' Force redraw
But b4xImageView does support an "Invalidate". Also I didn't find any hit in the forum.
How do I go about doing this?
Thanks