[android-developers] About how to modify the frameworks/base/Android.mk

2009-06-08 Thread vincent Kor
Hi, All: I modified the codes in Frameworks/base directory, but the codes depend on another my own library named "A", so How should I modify the mk file to meet this so that I can compile the code successfully? Thanks a lot for your help in advance!! Vincent --~--~-~--~~-

[android-developers] Re: How to dismiss the AlertDialog without buttons after clicking on any item in the Alert Dialog

2009-03-16 Thread vincent Kor
help me !! Really appreciate your help !!! Vincent Hi, All: > > from the reference of SDK, AlertDialog information as below. > >I want to create an alert dialog without any buttons, but there are > 3 items(radio), then i hope to dismiss the dialog after i click any item in > the d

[android-developers] How to dismiss the AlertDialog without buttons after clicking on any item in the Alert Dialog

2009-03-15 Thread vincent Kor
Hi, All: from the reference of SDK, AlertDialog information as below. I want to create a dialog but i don't want to have any buttons in the dialog, then i hope to dismiss the dialog after i click any item in the dialog, how should i dismiss the dialog ? When the user click the "bac

[android-developers] How to dismiss the single select dialog in AlertDialog

2009-03-14 Thread vincent Kor
Hi, All: from the reference of SDK, AlertDialog information as below. I want to create a dialog but i don't want to have any buttons in the dialog, then i hope to dismiss the dialog after i click any item in the dialog, how should i dismiss the dialog ? When the user click the "bac

[android-developers] Re: How to dismiss the single select dialog in AlertDialog

2009-03-14 Thread vincent Kor
Thanks for your reminding me of that. JBQ. Hi, All: from the reference of SDK, AlertDialog information as below. I want to create a dialog but i don't want to have any buttons in the dialog, then i hope to dismiss the dialog after i click any item in the dialog, how should i dismiss