B4X FEED What does this constructor expect to be passed to it?

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

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: What does this constructor expect to be passed to it? است. این موضوع تا کنون 23 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع What does this constructor expect to be passed to it?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
23
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

My B4J code looks like this:

B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

The sample Java code creates a new instance as follows:
B4X:

XYPane lineChartPane = new XYPane(xySeries1, xySeries2);

So, I am passing and array of XYSeries but I get an error that states:
B4X:

java.lang.RuntimeException: Constructor not found.

When I log "xySeries1" I get:
B4X:

(XYSeries) eu.hansolo.fx.charts.series.XYSeries@13fb3ece

No compiling error in the B4J code until I hit:
B4X:

lineChartPane.InitializeNewInstance("eu.hansolo.fx.charts.XYPane", Array(xySeries1, xySeries2))

What needs to be passed to the constructor? A bit lost here...

 

عقب
بالا