AlertDialog.Builder not showing items but when there is selection by
up-down key it shows

presently I am using

private ArrayAdapter<String> aa;
public Builder ab1;

aa=new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1,
mStrings);
ab1.setAdapter(aa,new DialogInterface.OnClickListener(){
                                public void onClick(DialogInterface dialog, int 
which){
                                        switch(which){
                                        case 0:
                                        helpM();
                                        }
                                }
                        });

It execute properly But it shows empty dialog.
and there is focus by using up and down key it shows only that item.

plz reply me as quick as possible

thank u
jagtap


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