[android-developers] Re: Exception Stacktrace

2009-08-21 Thread jz0o0z
Hi Dan, Did you get anywhere with this? I am getting this same error occasionally on my app. If it matters, I am adding/removing views. Thanks. -Jesus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Exception Stacktrace

2009-08-21 Thread Dan Sherman
I haven't. I've switched from using GONE to using INVISIBLE, which looks to have prevented the problem for me... If it acts up again, I'll be sure to let you know... - Dan On Fri, Aug 21, 2009 at 6:33 PM, jz0o0z floresje...@gmail.com wrote: Hi Dan, Did you get anywhere with this? I am

[android-developers] Re: Exception Stacktrace

2009-08-18 Thread Marco Nelissen
Are you dynamically adding/(re)moving views? On Tue, Aug 18, 2009 at 5:05 PM, Dan Shermanimpact...@gmail.com wrote: Getting a bunch of these errors logged on one of our apps... Not sure exactly whats causing it (doesn't show our app anywhere in the stacktrace)

[android-developers] Re: Exception Stacktrace

2009-08-18 Thread Dan Sherman
Shouldn't be adding/removing them. We are actively hiding/showing them (.setVisibility(GONE) and .setVisibility(VISIBLE)) - Dan On Tue, Aug 18, 2009 at 8:14 PM, Marco Nelissen marc...@android.com wrote: Are you dynamically adding/(re)moving views? On Tue, Aug 18, 2009 at 5:05 PM, Dan