B4X FEED [SOLVED] How to pass a Bitmap array to an inline function

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: [SOLVED] How to pass a Bitmap array to an inline function است. این موضوع تا کنون 27 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [SOLVED] How to pass a Bitmap array to an inline function
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
27
پسندها
0
آخرین ارسال توسط PracticalSoft
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:

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:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
What is the correct calling?
Thanks in advance
Steven

 

عقب
بالا