- Jun 6, 2020
- 11,559
- 4,422
Hi All!
I need using inline java. That worked well, but now I have to transform one of Bitmap parameter to Bitmap[].
Here is the called function header:
B4X:
I thought to pass arguments like:
B4X:
I compiled well, but when I test I got:
B4X:
What is the correct calling?
Thanks in advance
Steven
I need using inline java. That worked well, but now I have to transform one of Bitmap parameter to Bitmap[].
Here is the called function header:
B4X:
public void printinvoice( BA ba,String s, Bitmap[] bmp)
I thought to pass arguments like:
B4X:
MEJo.RunMethod("printinvoice", Array(GetBA,text,Array(bmp)))
I compiled well, but when I test I got:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
Thanks in advance
Steven
برای دیدن لینک ها باید ثبت نام کنید