Hi
I'm building a chart generator starting from Erel's project Chart; calling a Bar generators funtions of Erel (in main module) I obtain a chart. I copied the same function on chart module and, trying to generate the same chart, I have an error on
BD.Target is a panel and it is initialised.
The error is :
Thanks
John Rossati
I'm building a chart generator starting from Erel's project Chart; calling a Bar generators funtions of Erel (in main module) I obtain a chart. I copied the same function on chart module and, trying to generate the same chart, I have an error on
B4X:
BD.Canvas.Initialize(BD.Target)
The error is :
java.lang.NullPointerException: Attempt to read from field 'int android.view.ViewGroup$LayoutParams.width' on a null object reference
Thanks
John Rossati