[android-developers] Re: ImageView can't be clicked... help!

2010-03-02 Thread Kofa
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

[android-developers] Re: ImageView can't be clicked... help!

2010-02-28 Thread arnouf
Try View.OnClickListener and not DialogInterface.OnClickListener which must be used for a dialogbox On Feb 28, 6:41 pm, Kofa elk...@gmail.com 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

[android-developers] Re: ImageView can't be clicked... help!

2010-02-28 Thread HeHe
did you set it clickable? On Feb 28, 9:41 am, Kofa elk...@gmail.com 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