Hi all,
Does anyone know how to access ( using findViewById() for example)
buttons created by a Dialog Builder. Specifically the Positive button
created by the code below:
builder.setPositiveButton(R.string.dialog_button_save, new
DialogInterface.OnClickListener() {
public void
onClick(DialogInterface dialog, int item){
....
....
}});
I have tried: android.R.id.button1, android.R.id.button2,
android.R.id.button3 with no luck. Maybe they havnt got an id at
all?
Many thanks for any help.
Andy
--
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