Bug? [xGraph] Crash In xGraphDemo.b4j

cklester

Well-Known Member
Licensed User
This line

B4X:
    cbxSuperposCurves.cmbBox.Items.Add("5, 9, 10, 11, 12")

is causing a crash when it is selected in the drop-down box.
 

klaus

Expert
Licensed User
Longtime User
Thank you for reporting this bug.
To eliminate this error, please delete this line in Private Sub InitUI in the Main module in the demo program.
cbxSuperposCurves.cmbBox.Items.Add("5, 9, 10, 11, 12")

The program has been updated in the first post of the xGraph thread.
I have not changed the version number, because the bug was in the demo program and not in the class / library.
 
Last edited:
Top