> Thanks Mark. I will try this. > > Also, I just came across a multiple choice Dialog option in API Demos > - App - Dialog - Repeat Alarm. But I don't see the supporting code for > this anywhere. Would you or anyone have any idea on this? I think this > is a better way to do it than Context Menu.
http://developer.android.com/reference/android/app/AlertDialog.Builder.html#setMultiChoiceItems(java.lang.CharSequence[],%20boolean[],%20android.content.DialogInterface.OnMultiChoiceClickListener) (or http://bit.ly/5i7s7M for short) -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

