- 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:
So, I am passing and array of XYSeries but I get an error that states:
B4X:
When I log "xySeries1" I get:
B4X:
No compiling error in the B4J code until I hit:
B4X:
What needs to be passed to the constructor? A bit lost here...
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
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...
برای دیدن لینک ها باید ثبت نام کنید