I found the error!! everything was fine, I will post it so if ever happens to anyone I was using onClickListener right.... the problem comes on the import, using ECPLISE i was using the ctrl+shift+o for adding the libraries..... so when do this with onClickListener, the program was adding automatic the DialogInterface libraries... so i solved it adding them manually and whala... everything working!
anyway thx arnouf!!! On 28 feb, 20:21, HeHe <[email protected]> wrote: > did you set it clickable? > > On Feb 28, 9:41 am, Kofa <[email protected]> wrote: > > > I tried several times to make it work... i tried searching on google > > but works for everyone but not for me.... > > > Can anyone tell me how to make an image clickable?? i mean, I tried to > > use onClickListener and onClick but nothing seems to work.... > > onClickListener is always underlined and the error says: > > "The type new DialogInterface.OnClickListener(){} must implement the > > inherited abstract method > > DialogInterface.OnClickListener.onClick(DialogInterface, int)" > > > thx! -- 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

