LucaMs Expert Licensed User Longtime User Sep 5, 2024 #1 SetBitmap property of B4XView should require a B4XBmp, for consistency and convenience. Currenty: B4A B4J B4I [I don't know ?] Last edited: Sep 5, 2024
SetBitmap property of B4XView should require a B4XBmp, for consistency and convenience. Currenty: B4A B4J B4I [I don't know ?]
Erel B4X founder Staff member Licensed User Longtime User Sep 5, 2024 #2 B4XView.SetBitmap will work with B4XBitmap, Bitmap or native Java bitmap. So it is cross platform and flexible.
B4XView.SetBitmap will work with B4XBitmap, Bitmap or native Java bitmap. So it is cross platform and flexible.
LucaMs Expert Licensed User Longtime User Sep 5, 2024 #3 Erel said: B4XView.SetBitmap will work with B4XBitmap, Bitmap or native Java bitmap. So it is cross platform and flexible. Click to expand... I got an error message, but I didn't read it all the way through (it was something else entirely). So the only thing to do would be to specify it in the context help.
Erel said: B4XView.SetBitmap will work with B4XBitmap, Bitmap or native Java bitmap. So it is cross platform and flexible. Click to expand... I got an error message, but I didn't read it all the way through (it was something else entirely). So the only thing to do would be to specify it in the context help.