Hi, I am always searching for a solution...after several tests, I can conclude that it is when I add an adapter to my GridView that the problem arises.
The method "onItemClick" of my ListView is never called anymore after this instruction : "gridView.setAdapter(imageAdapter);" And it works fine if my gridview has no adapter... Very strange...any help ? Thanks, Antoine On Nov 26, 11:00 am, Buddy <[email protected]> wrote: > Hi, > > In fact, to sumarize my problem : my ListView contains rows with a > grid View (each row has agridView). I add an "ItemClickListener" on > my ListView. But when I click on a row, and in particular on theGridView, > nothing is done... > > If you can help... > > Thanks, > Antoine -- 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

