views:

93

answers:

1

Hi I found all things working with alert box,dialog box but when i try creating things with my own custom dialog box it gives me problems. Though i followed the instructions as per the dev guide: http://developer.android.com/intl/de/guide/topics/ui/dialogs.html i could'nt reach with my results just it displays a force close with the following error message.

03-04 11:37:08.780: ERROR/AndroidRuntime(726): android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application

I have been trying to make my custom dialog box for many days but i couldnt bring it up. I even tried with the solutions that i got on forums but that too doesnt seems of working. Give me some piece of good code or some suggestion to work with... Any suggestions on this is appreciable.

A: 

http://stackoverflow.com/questions/3507076/android-dialog-confused/3507136#3507136 take a look on the question, looks similar to yours. Also you have to share a code which results in the error otherwise it is hard to help.

Konstantin Burov