Re: [android-developers] Re: Null pointer exception

2009-12-30 Thread Stephen @ gmail.com
(i); > > > > return true; > > } > > > > return super.onContextItemSelected(item); > > } > > > > public void fillArmorList(){ > > > > Cursor c = db.getAll(Sheet.char

Re: [android-developers] Re: Null pointer exception

2009-12-30 Thread Stephen @ gmail.com
Sorry if this sounds silly: you might want to set a breakpoint on line: startActivity(i); when you hit that point, examine "i" carefully. From your log, I wonder if the act of starting the activity invokes your current code, inducing an infinite loop. Also, if it were my code, I would want to e

Re: [android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-10 Thread Stephen @ gmail.com
t to exit the application to restore > the > >device's normal behavior? > Exiting the application works fine. If I restart the application > sometimes it will work sometimes not... > > On 10 Dez., 22:54, "Stephen @ gmail.com" > wrote: > > On the

Re: [android-developers] Re: help needed with project: preview image on a opengl texture

2009-12-10 Thread Stephen @ gmail.com
sing Android 1.6. > > where do I get the revision from? > > On 10 Dez., 22:00, "Stephen @ gmail.com" > wrote: > > Could you please answer the following? > > > > What's your platform? (Eclair/Droid/Donuts/Magic ... etc) > > Also, what revisio

Re: [android-developers] help needed with project: preview image on a opengl texture

2009-12-10 Thread Stephen @ gmail.com
Could you please answer the following? What's your platform? (Eclair/Droid/Donuts/Magic ... etc) Also, what revision of the software (e.g. ESD20)? Thanks! On Thu, Dec 10, 2009 at 11:47 AM, tdom...@googlemail.com < tdom...@googlemail.com> wrote: > hi, > I'm trying to get the preview images of th