java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=63.74283, y[0]=25.806656, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=13894859, downTime=13894665, deviceId=2, source=0x1002 } recycled twice!
at android.view.MotionEvent.recycle(MotionEvent.java:1660)
at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:2921)
at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:2912)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2471)
at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:849)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2480)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
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:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(Native Method)
Sub adtCustomer_ItemClick (Value As String)
TabViewCreated = False
SelectedCustomer = adtCustomer.Text
FillTab
End Sub
Sub FillTab
ProgressDialogShow(Main.WaitText)
For i = 1 To 3
DoEvents
Next
lblOverview.Text = "Overview per Customer (" & SelectedCustomer & ")"
ClearAll
CreateScrollView
CreateTotalView
CreateMaterialView
If SelectedFY >= DateTime.GetYear(DateTime.Now) Then
CreateInOrderView
End If
TabViewCreated = True
tbhSub2.CurrentTab = NumberOfScv
If CheckBox1.Checked = True Then
adtCustomer.Text = ""
End If
ProgressDialogHide
End Sub
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?