FWIW, my solution is like this:

- subclass AlertDialog
- override onCreate
- after calling super.onCreate, call getButton to get the usual Button object.

After this, it's possible to set a click listener for the button, or disable it altogether, driven by data validation - while maintaining that coveted AlertDialog look.

-- Kostya

02.08.2011 18:36, Richard Diuk пишет:
OK. I just figured that this have been a problem from 2009. That this might have been changed. Oh well guess I'll have to write my own dialog box.
thanks for the help

--
Kostya Vasilyev

--
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

Reply via email to