B4J Question xui problems

Daestrum

Expert
Licensed User
Longtime User
I have finally got round to trying the xui library. I am trying the fillimagetoview example code posted by Erel.

Unfortunately I get the following error.
ImageView.SetBitmap(bmp.Resize(ImageView.Width, I
src\b4j\example\main.java:144: error: package android.graphics does not exist
_imageview.SetBitmap((android.graphics.Bitmap)(_bmp.Resize(_imageview.getWidth(),_imageview.getHeight(),anywheresoftware.b4a.keywords.Common.True).getObject()));

I know the error says that android.graphics is missing, but I am using B4J not B4A. (I removed the android SDK from my machine as I don't use it)

Any ideas how to resolve this ?
 

Daestrum

Expert
Licensed User
Longtime User
Thank you Erel, that sorted it.
 
Upvote 0
Top