Try View.OnClickListener and not DialogInterface.OnClickListener which must be used for a dialogbox
On Feb 28, 6:41 pm, 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

