Seems like some reading on OOP would be a good thing to do in this case... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware
On Mon, Mar 21, 2011 at 1:58 PM, guillaume benats < [email protected]> wrote: > You do not have to redefine it, it is non-sense as it is a private method, > made to be called inner class. You have to call it inside your object. > > On Mon, Mar 21, 2011 at 8:52 PM, trans <[email protected]> wrote: > >> Ah, I see. I'm used to Ruby and it doesn't have this kind of restriction. >> >> So I do have to redefine all this stuff. Gets to the point that I think I >> might as well just copy the whole class instead of extending it. Ugh. >> >> Thanks. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > Benats Guillaume. (Computer Sciences, FUNDP, Namur) > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

