B4X FEED [RESOLVED] strange issue accessing objects in a class library

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

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: [RESOLVED] strange issue accessing objects in a class library است. این موضوع تا کنون 39 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع [RESOLVED] strange issue accessing objects in a class library
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
39
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
HI I am using the xChart custom library, for some reasons I need to access the points Element data,


برای دیدن تصاویر باید ثبت نام کنید

so I created a tyep in my code
B4X:

Type GraphData (BarType As String, ShowTick As Boolean, X As String, YArray() As Double)

and what I do to get the single ElementData from the class is:

B4X:

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

now, the weird thing is that this code works in debug mode on the emulator but only in step mode...(!!??) If I remove the breakpoints, moving the elementData object into my object, fails and I get:

(ClassCastException) java.lang.ClassCastException: gigiosoft.MQTTAlert.xchart$_pointdata cannot be cast to gigiosoft.MQTTAlert.main$_graphdata

in release mode is always shows the exception.

I am sure there is another way to accessdata inside library classes but I don't know how..any idea?
thank you very much!

 

عقب
بالا