vhd_bgh
Member
Hi
I want to use "IME" for "B4XFloatTextField".
In the test program, The following line was executed correctly:
But... in the main program, this line gives the following error:
What do you think is the problem?
I want to use "IME" for "B4XFloatTextField".
In the test program, The following line was executed correctly:
B4X:
Dim ET As EditText = B4XFloatTextField1.TextField
But... in the main program, this line gives the following error:
B4X:
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
main_activity_create (java line: 468)
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object anywheresoftware.b4a.objects.B4XViewWrapper.getObject()' on a null object reference
at b4a.example.main._activity_create(main.java:468)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:196)
at b4a.example.main.afterFirstLayout(main.java:104)
at b4a.example.main.access$000(main.java:17)
at b4a.example.main$WaitForLayout.run(main.java:82)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5307)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
What do you think is the problem?