B4J Question [ CssUtils ] Have a way to set BitmapCreator Bitmap to Label Background ?

Waldemar Lima

Well-Known Member
Licensed User
hello everyone !!

have a way to set BitmapCreator Bitmap to Label Background ?

like this >
B4X:
CSSUtils.SetBackgroundBitmap(label1,bc.Bitmap) 'based on CSSUtils.SetBackgroundImage(label2,File.DirAssets,"file.png")
 

Waldemar Lima

Well-Known Member
Licensed User
but what if it's an animation? i got high ram issues using imageview, fixed the problem by replacing imageview with Label ....
Can't you set an animated image to a label?
 
Upvote 0
Top