[android-developers] Re: Problem with setExtra

2009-06-26 Thread Doug
It would also be handy to know what exactly you mean by 'try catch block'. The immediate assumption here is it must have been throwing an exception Could you please give more code - including the try-catch part. Also, you should have some logging from logcat that actually shows the exception -

[android-developers] Re: Problem with setExtra

2009-06-23 Thread Will
Thank you, fine people. I'm just going to hack my way around it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Problem with setExtra

2009-06-23 Thread Peli
Did you make sure the first argument of putExtra(..), that is your variable intStringName, is not null? Peli www.openintents.org On Jun 23, 4:24 am, Will wbc...@gmail.com wrote: Sorry, I wasn't clear. That putExtra call actually crashes the program, which is why I'm so stumped. Why would a

[android-developers] Re: Problem with setExtra

2009-06-22 Thread Sujay Krishna Suresh
by doesnt work do u mean that u r unable to read the extra in ur target activity? if so plz post d code tat u r usin for this purpose... so tat we can find d actual mistake.. On Mon, Jun 22, 2009 at 1:40 PM, Will wbc...@gmail.com wrote: I am trying to setExtra(string, int) in an Intent which

[android-developers] Re: Problem with setExtra

2009-06-22 Thread Tsai stanly
http://developer.android.com/reference/android/content/Intent.html#putExtra(java.lang.String,%20int ) 2009/6/22 Sujay Krishna Suresh sujay.coold...@gmail.com by doesnt work do u mean that u r unable to read the extra in ur target activity? if so plz post d code tat u r usin for this

[android-developers] Re: Problem with setExtra

2009-06-22 Thread Will
Sorry, I wasn't clear. That putExtra call actually crashes the program, which is why I'm so stumped. Why would a putExtra() call crash the app? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Problem with setExtra

2009-06-22 Thread Alexey Volovoy
logs ? On Jun 22, 9:24 pm, Will wbc...@gmail.com wrote: Sorry, I wasn't clear. That putExtra call actually crashes the program, which is why I'm so stumped. Why would a putExtra() call crash the app? --~--~-~--~~~---~--~~ You received this message because you