Re: [android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-25 Thread Live Happy
yeh but what to do in it , i try to remove the super from it but it is not work coz i didnt implement it in my code On Sun, Nov 25, 2012 at 3:23 AM, Jonathan S xfsuno...@gmail.com wrote: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState Look in the

[android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-24 Thread Live Happy
this is the error i got wish that someone can help with it 11-24 07:09:48.269: E/AndroidRuntime(19294): java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState 11-24 07:09:48.269: E/AndroidRuntime(19294): at

Re: [android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-24 Thread keler...@gmail.com
Sent from my HTC - Reply message - From: Live Happy livehap...@gmail.com To: android-developers@googlegroups.com Subject: [android-developers] Re: Fragment transaction between 2 FragmentActivity Date: Sat, Nov 24, 2012 4:34 am this is the error i got wish that someone can help

[android-developers] Re: Fragment transaction between 2 FragmentActivity

2012-11-24 Thread Jonathan S
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState Look in the onSaveInstanceState methods On Saturday, November 24, 2012 5:36:57 AM UTC-5, Live Happy wrote: this is the error i got wish that someone can help with it 11-24 07:09:48.269: