Re: [android-developers] AlertDialog Timeout

2010-04-22 Thread Liviu Ungureanu
Hi! You have to create a thread which count until 3 and when counter is 3 you have to call - via an handler - yourDialogObject.cancel(). Hope this help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] AlertDialog Timeout

2010-04-22 Thread Shekhar
Hi, I have to create an alert dialog which will timeout after 3 seconds.How can I use timer for it? In AlertDialog class i am not seeing any member function to set it. Thanks, Shekhar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos