Hello,
Application type: mobile. Titanium SDK: 3.2.3.GA
I got following exception from my app. Unable to understand from the log trace, apparently the problem is caused by creating a Ti.UI.createTableView then filled with a Ti.UI.createTableViewRow the problem is that sometimes when you scroll the app crash displaying the following log:
[WARN] : dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x418adda0) [ERROR] : TiApplication: (main) [1806742,1822256] Sending event: exception on thread: main msg:java.lang.IllegalArgumentException: parameter must be a descendant of this view; Titanium 3.2.3,2014/04/22 10:17,b958a70 [ERROR] : TiApplication: java.lang.IllegalArgumentException: parameter must be a descendant of this view [ERROR] : TiApplication: at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:4746) [ERROR] : TiApplication: at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:4683) [ERROR] : TiApplication: at android.view.ViewRootImpl.scrollToRectOrFocus(ViewRootImpl.java:3026) [ERROR] : TiApplication: at android.view.ViewRootImpl.draw(ViewRootImpl.java:2591) [ERROR] : TiApplication: at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2534) [ERROR] : TiApplication: at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2108) [ERROR] : TiApplication: at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1201) [ERROR] : TiApplication: at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6404) [ERROR] : TiApplication: at android.view.Choreographer$CallbackRecord.run(Choreographer.java:803) [ERROR] : TiApplication: at android.view.Choreographer.doCallbacks(Choreographer.java:603) [ERROR] : TiApplication: at android.view.Choreographer.doFrame(Choreographer.java:573) [ERROR] : TiApplication: at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:789) [ERROR] : TiApplication: at android.os.Handler.handleCallback(Handler.java:733) [ERROR] : TiApplication: at android.os.Handler.dispatchMessage(Handler.java:95) [ERROR] : TiApplication: at android.os.Looper.loop(Looper.java:157) [ERROR] : TiApplication: at android.app.ActivityThread.main(ActivityThread.java:5293) [ERROR] : TiApplication: at java.lang.reflect.Method.invokeNative(Native Method) [ERROR] : TiApplication: at java.lang.reflect.Method.invoke(Method.java:515) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1265) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081) [ERROR] : TiApplication: at dalvik.system.NativeStart.main(Native Method)
any idea?
regards