- Jun 6, 2020
- 11,559
- 4,422
Hello
I try to Fill a image (PNG ) to a button or pannel. I can load it but not FILL it
I have tried 2 things
It loaded the image on the button and panel but it is not Filled
img to panel:
if i run
PnlPlayAnimals.SetBitmap(Gravity.FILL)
src\b4a\example\b4xmainpage.java:92: error: incompatible types: int cannot be converted to Bitmap
_pnlplayanimals.SetBitmap((android.graphics.Bitmap)(__c.Gravity.FILL));
^
1 error
I try to Fill a image (PNG ) to a button or pannel. I can load it but not FILL it
I have tried 2 things
It loaded the image on the button and panel but it is not Filled
img to panel:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
PnlPlayAnimals.SetBitmap(Gravity.FILL)
src\b4a\example\b4xmainpage.java:92: error: incompatible types: int cannot be converted to Bitmap
_pnlplayanimals.SetBitmap((android.graphics.Bitmap)(__c.Gravity.FILL));
^
1 error
برای دیدن لینک ها باید ثبت نام کنید