[android-developers] Re: Send me the Code - Custom AdapterView and onItemClickListener

2009-10-06 Thread lf.hl
. The buttons' parent view, the view that is the actual item, will never see this click. On Sep 25, 5:56 pm, lf.hl flod...@googlemail.com wrote: Hi, so onItemClickListener does not fire on views inside one row? I would like to handle all UI events in a central point and expected to do

[android-developers] Re: Send me the Code - Custom AdapterView and onItemClickListener

2009-09-25 Thread lf.hl
Hi, so onItemClickListener does not fire on views inside one row? I would like to handle all UI events in a central point and expected to do this in onItemClickListener. Thanks and best, lf.hl On 24 Sep., 21:46, Streets Of Boston flyingdutc...@gmail.com wrote: Make all the views (that you

[android-developers] Send me the Code - Custom AdapterView and onItemClickListener

2009-09-24 Thread lf.hl
I have a custom AdapterAdapterMyObject and my onItemClickListener does not fire when other views(buttons, etc. ) are in a row. Who has working code. Thanks in advance and best, lf.hl --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: OnItemClickListener onItemClick in custom adapter not firing

2009-09-21 Thread lf.hl
Hi Joy, thanks for your response. I see the OnClickListeners for the button and edittext firing (the one i have registered in the adapter). I don't see the OnItemClickListener in the AdapterTest.class. Thanks again and best, lf.hl On 21 Sep., 02:17, Joy 3crownt...@gmail.com wrote: Hi, You

[android-developers] OnItemClickListener onItemClick in custom adapter not firing

2009-09-20 Thread lf.hl
see a bug/whats missing? Q3: How to seduce a clicked View in onItemClick? Any help is really really appreciated, lf.hl --This is the activity--- package org.rice; import android.app.Activity; import android.view.View; import android.view.View.OnClickListener; import