D
Deleted member 103
Guest
Hi,
I do not understand this error message. Which parent is all about?
The library IME has no parent, right?
I know that if the activity is FullScreen, the library will not work.
In my case, however, the activity has this property:
Everything worked fine in my previous app version. With this new app version I'm using "Appcompat" and "SlidingMenu" and now it does not work anymore.
I do not understand this error message. Which parent is all about?
The library IME has no parent, right?
I know that if the activity is FullScreen, the library will not work.
In my case, however, the activity has this property:
B4X:
#Region Activity Attributes
#FullScreen: false
#IncludeTitle: true
#End Region
Error occurred on line: 242 (Main)
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
at android.view.ViewGroup.addViewInner(ViewGroup.java:4466)
at android.view.ViewGroup.addView(ViewGroup.java:4307)
at android.view.ViewGroup.addView(ViewGroup.java:4247)
at android.view.ViewGroup.addView(ViewGroup.java:4220)
at anywheresoftware.b4a.objects.IME.AddHeightChangedEvent(IME.java:119)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runVoidMethod(Shell.java:755)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:345)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:249)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:139)
at fg.Crono4Timekeeper.pro.main.afterFirstLayout(main.java:104)
at fg.Crono4Timekeeper.pro.main.access$000(main.java:17)
at fg.Crono4Timekeeper.pro.main$WaitForLayout.run(main.java:82)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:173)
at android.app.ActivityThread.main(ActivityThread.java:6459)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:938)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:828)
Everything worked fine in my previous app version. With this new app version I'm using "Appcompat" and "SlidingMenu" and now it does not work anymore.