what is this error?
can you help me?
thanks
B4X:
java.lang.RuntimeException: Unable to pause activity {aaaa.aaaa/aaaa.aaaa.main}: java.lang.IllegalArgumentException: View not attached to window manager
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3143)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3098)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3076)
at android.app.ActivityThread.access$800(ActivityThread.java:153)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1258)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5226)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalArgumentException: View not attached to window manager
at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:383)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:285)
at android.view.WindowManagerImpl.removeView(WindowManagerImpl.java:79)
at android.app.Dialog.dismissDialog(Dialog.java:323)
at android.app.Dialog.dismiss(Dialog.java:306)
at anywheresoftware.b4a.Msgbox.dismissProgressDialog(Msgbox.java:105)
at anywheresoftware.b4a.Msgbox.dismiss(Msgbox.java:71)
at aaaa.aaaa.main.onPause(main.java:182)
at android.app.Activity.performPause(Activity.java:5206)
at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1226)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3129)
... 12 more
thanks