Hi,

The CheckBox widget is not set to be focusable in touch mode in the m5 SDK.
Can you please file a bug in the issue tracker for this. You can try doing
this explicitly by calling setFocusableInTouchMode(true) explicitly. This is
a workaround till this issue is fixed, its not recommended way of doing
this. The OnClickListener should be invoked when you use mouse. Can you
please double check if you are setting the listener correctly?

Thanks,
Megha
On Mon, May 5, 2008 at 4:20 AM, Ramesh <[EMAIL PROTECTED]> wrote:

>
> Hi Guys,
>
>               In my activity has two CheckBox and two EditText. while
> i try to click check box for select or unselect the  check box focus
> will move to another EditText.


if i try to use Keyboard(Soft Key) it
> was working fine. and also i am not able to get onClick listener when
> i am using mouse. if i am using keys it's working fine.
>
> please any one know idea please post the concept
>
>
> thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to