[android-developers] Re: Error with custom made popup marker

2010-02-27 Thread eyedol
Solved. I was referencing the class with the MapActivity at the wrong method. I had to do that in the constructor. Now it works. Thanks for the pointers. On Feb 26, 12:13 am, eyedol wrote: > Still throws that same exception. > > On Feb 25, 6:34 pm, TreKing wrote: > > > > > On Thu, Feb 25, 2010 a

Re: [android-developers] Re: Error with custom made popup marker

2010-02-25 Thread TreKing
On Thu, Feb 25, 2010 at 6:13 PM, eyedol wrote: > Still throws that same exception. Which is what? What's the full stack trace? Have you tried using your debugger and stepping through the code in question to see what's null at that point?

[android-developers] Re: Error with custom made popup marker

2010-02-25 Thread eyedol
Still throws that same exception. On Feb 25, 6:34 pm, TreKing wrote: > On Thu, Feb 25, 2010 at 11:27 AM, eyedol wrote: > > The issue is, I haven't extended the Activity class. > > My class extends another class. > > Well, I'm assuming you're using MapActivity at some point since you > mentioned

Re: [android-developers] Re: Error with custom made popup marker

2010-02-25 Thread TreKing
On Thu, Feb 25, 2010 at 11:27 AM, eyedol wrote: > The issue is, I haven't extended the Activity class. > My class extends another class. > Well, I'm assuming you're using MapActivity at some point since you mentioned popup markers. So you have that Activity. Find some way to pass a reference to

[android-developers] Re: Error with custom made popup marker

2010-02-25 Thread eyedol
TreKing, thanks. The issue is, I haven't extended the Activity class. My class extends another class. On Feb 25, 3:02 pm, TreKing wrote: > On Thu, Feb 25, 2010 at 2:08 AM, eyedol wrote: > >  I created a new object of > > the Activity class and used that to call the various methods that > > needs