On Wed, Jul 21, 2010 at 1:19 AM, Andy <[email protected]> wrote: > I want to access the buttons for validation purposes so I can enable the > 'save' button but only when correct input has been entered in EditText View. >
Ah. Well, you could step through the debugger and navigate the view of the dialog to see if you can find the button ids that way. If that doesn't work, you can always create your own view with your own ID'ed buttons that you can control as you wish. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

