The buttons are generated on the fly so they do not have IDs. However, I can use setTag to tag them with unique numbers when they are created. However, I'm not sure how I would find the button from within the onDateSet. I'd need to get the content View of the activity from which the dialog was launched and then traverse that hierarchy to find the Button. That sounds complicated and brittle. Any better ideas?
-- 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

