u need to set onItemClickListener for the listview or onClickListeners for
the checkboxes (individually).




Regards,
Saurav Mukherjee.



On Tue, Sep 29, 2009 at 2:25 PM, ragavendran s <[email protected]>wrote:

> I m Having ListView With Checkboxes ...but if i Click the Checkbox ther is
> no response....
> can u tel me what to add to my code.....
>
> Thanks in advance,
>
> Raghav.S
>
>
> Her is My Code:
>
>  final String[] options1 = new String[] {"My Wedding To Do
> List","Categories","My Wedding Day"
>                  ,"Organizer","My Wedding"};
>
>   setListAdapter(new ArrayAdapter<String>(this,
>                 android.R.layout.simple_list_
>>
>> item_multiple_choice,s));
>>
>>        getListView().setTextFilterEnabled(true);
>>
>>          final ListView list=getListView();
>>          list.setItemsCanFocus(false);
>>          list.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
>>
>>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to