On Aug 21, 2:49 pm, Gil <[EMAIL PROTECTED]> wrote: > 1) If I create the AlertDialog with a layout which contains simply the > EditText, the problem I'm having is that I can't get hold of the OK > button widget to enable/disable it. Maybe you can suggest a way... > like calling findViewById( unknown_ok_button_id) for the dialog layout > which I don't know how to get :-)
A future SDK should have a public definition for the alert button IDs in android.R.id. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

