[android-beginners] Re: Exception while calling setAdapter on Spinner

2009-07-02 Thread Jean-Sebastien Stoezel
Thanks for the quick reply. Switching to lower case did not fix the issue. Logcat does not show an exception... Am I suppose to enable the logging of exceptions? The debugger window shows: Thread[3 main] (Suspended (exception RuntimeException)) ZygoteInit$MethodAndArgsCaller.run() line: 788

[android-beginners] Re: Exception while calling setAdapter on Spinner

2009-07-02 Thread Mark Murphy
Jean-Sebastien Stoezel wrote: Logcat does not show an exception... Am I suppose to enable the logging of exceptions? No, but if you have breakpoints or something going in Eclipse, they can interfere with logcat getting the stack trace. Try letting it run to the force-close dialog and see if

[android-beginners] Re: Exception while calling setAdapter on Spinner

2009-07-02 Thread Jean-Sebastien Stoezel
Hum... It looks like it generated an exception because the spinner I was trying to display was not in the current view displayed. Thanks for your help Mark. Jean On 2-Jul-09, at 7:27 PM, Mark Murphy wrote: Jean-Sebastien Stoezel wrote: Logcat does not show an exception... Am I suppose