[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-09-09 Thread Lucas
Hello, Do you know the issue ID that this fix has assigned? Thanks, Lucas On Aug 24, 4:12 am, Romain Guy romain...@google.com wrote: This issue is fixed in Donut but the source code available in the open is not the latest version. 2009/8/24 Justin chih.ting@gmail.com: This

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-09-02 Thread Steven Yi
Hi Justin, We are changing an activity after already using it the application. It is not a particular view that does it as we have many different views and the situation occurs when the virtual keypad is up and we touch a button that results in a setContentView. The call to setContentView is

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-31 Thread Justin
Do you know which view in your hierarchy cause this issue happened? Besides, is this your first time called 'setContentView' in activity? or you want to change the content view (not first time calling setContentView) in the same activity? On 8月28日, 下午10時39分, Steven Yi steve...@gmail.com wrote:

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-28 Thread Steven Yi
Hello, I am working on an application and have run into this problem when switching views with the virtual keyboard up. I looked and found this email that this a bug that is fixed in Donut, but is there any workaround for earlier releases since our app is targetting what everyone is currently

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-28 Thread Steven Yi
Hi All, We are building an app and have run into this problem when the virtual keypad is up and touch a button that ends up calling setContentView. We are targetting Cupcake since that is the current OS deployed. Are there any workarounds available? Thanks! steven On Aug 4, 4:52 pm, Romain

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-24 Thread Romain Guy
This issue is fixed in Donut but the source code available in the open is not the latest version. 2009/8/24 Justin chih.ting@gmail.com: This issue still happened in Donut. I want to describe my structure first. There are two main view in my Activity, one is Gallery another is a

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-24 Thread Justin
This issue still happened in Donut. I want to describe my structure first. There are two main view in my Activity, one is Gallery another is a FrameLayout, I named it FullSizeViewer which can show fit-to-screen photo. When tapping a photo in Gallery, the screen changes to FullSizeViewer.

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-24 Thread Justin
Could you kindly told me which version of Donut will have the solution of this issue? When can we download the Donut with the solution of this issue? On 8月24日, 下午3時12分, Romain Guy romain...@google.com wrote: This issue is fixed in Donut but the source code available in the open is not the

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-19 Thread Moxor
Thanks. I'll have to wait then :( On 4 ago, 17:52, Romain Guy romain...@google.com wrote: Known bug it's been fixed in Donut On Tue, Aug 4, 2009 at 1:48 PM, Moxormaxcambi...@gmail.com wrote: Hi, Did you manage to solve it? I have a similar problem. Every time I change the focus to a

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-19 Thread Yusuf Saib (T-Mobile USA)
Or you could git donut. ___ .- -. .' . ; `. /: . ' : \ | ` .-. . ' | | : ( ) ; ` | | : `-' : | \ .` ;

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-04 Thread Moxor
Hi, Did you manage to solve it? I have a similar problem. Every time I change the focus to a button, and then touch another button (I call setContentView()), the application crash with this Logcat: 08-04 17:12:00.251: ERROR/AndroidRuntime(880): Uncaught handler: thread main exiting due to

[android-developers] Re: IllegalArgumentException occur: parameter must be a descendant of this view in ViewGroup.java:2454

2009-08-04 Thread Romain Guy
Known bug it's been fixed in Donut On Tue, Aug 4, 2009 at 1:48 PM, Moxormaxcambi...@gmail.com wrote: Hi, Did you manage to solve it? I have a similar problem. Every time I change the focus to a button, and then touch another button (I call setContentView()), the application crash with this