[android-developers] Re: Yes/No Dialog

2009-02-24 Thread Bob
Thanks, very helpful. It is a bit alarming that it is that difficult to display a simple dialog. Also, am I right that the logic only gets evaluated on the first with subsequent calls showing the same dialog as initially produced? On Feb 23, 12:40 am, dillirao malipeddi

[android-developers] Re: Yes/No Dialog

2009-02-22 Thread dillirao malipeddi
int DIALOG_YES_NO_MESSAGE = 999; protected Dialog onCreateDialog(int id) { switch (id) { case DIALOG_YES_NO_MESSAGE: return new AlertDialog.Builder(Visited_channels.this) .setTitle(title) .setPositiveButton(OK, new