[android-developers] AlertDialog and setMultiChoiceItems
Hi,
I am having some problems maintaining the checked state of items in a AlertDialog.
I want to show a dialog with a list of checkboxes that reflects the contents and states of items I have in a array in my activity.
In onCreateDialog I use:
builder.setMultiChoiceItems (int itemsId, boolean[] checkedItems, DialogInterface.OnMultiChoiceClickListener listener)
-- I can then supply checkedItems to decide what items that should be checked when the dialog is shown. However this can only be done when creating the dialog. If I cancel the dialog and show it again, onCreateDialog is not called. Instead only onPrepareDialog is called with a reference to the dialog. But I have no way to change the state of checkedItems from onPrepareDialog?
I hope somebody has some ideas?
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home