Hi all, I am trying to have two animations set to 2 views running parallel without any luck.I am getting error popup: " Application Error: ... an error occured in .... width and height must be > 0."
Parallel running animation is invoked like this: view1.startAnimation( .. ); view2.startAnimation( .. ); Its working fine when I only have 1 animation running. DEBUG/AndroidRuntime(3950): Shutting down VM WARN/dalvikvm(3950): threadid=3: thread exiting with uncaught exception (group=0x4000fdf8) ERROR/AndroidRuntime(3950): Uncaught handler: thread Main exiting due to uncaught exception ERROR/AndroidRuntime(3950): java.lang.IllegalArgumentException: width and height must be > 0 ERROR/AndroidRuntime(3950): at android.graphics.Bitmap.nativeCreate(Native Method) ERROR/AndroidRuntime(3950): at android.graphics.Bitmap.createBitmap(Bitmap.java:245) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

