Dear All
I want to make table, but thee is problem in here
and I don't know where the probem is ?
Please help me
Thank you
I want to make table, but thee is problem in here
and I don't know where the probem is ?
Please help me
Thank you
B4X:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Activity (absen) Create, isFirst = true **
** Activity (absen) Resume **
** Activity (absen) Pause, UserClosed = true **
** Activity (intable) Create, isFirst = true **
You may get this warning:
Unexpected event (missing RaiseSynchronousEvents): sv_scrollchanged
Ignore it, it is NOT harmful !
Error occurred on line: 1504 (intable)
java.lang.NumberFormatException: empty String
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842)
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.lang.Double.parseDouble(Double.java:538)
at b4a.example.intable._formatnumbers(intable.java:506)
at b4a.example.intable._activity_create(intable.java:433)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:144)
at b4a.example.intable.afterFirstLayout(intable.java:105)
at b4a.example.intable.access$000(intable.java:17)
at b4a.example.intable$WaitForLayout.run(intable.java:83)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:230)
at android.app.ActivityThread.main(ActivityThread.java:7806)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:508)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
** Activity (intable) Resume **