[android-developers] Re: Asynctask and database lock

2010-09-13 Thread Kim D.
Yes thanks. I have disabled the search on my not cancelable alertdialog but I wanted to be sure It was the only way to get out from this modal window. Cheers Kim On 13 sep, 02:13, Zsolt Vasvari zvasv...@gmail.com wrote: You will have to disable all functionality where the database can be

[android-developers] Re: Asynctask and database lock

2010-09-12 Thread Zsolt Vasvari
You will have to disable all functionality where the database can be accessed while it's being updated. That means trapping the Search button. On Sep 12, 5:50 am, Kim D. kdame...@gmail.com wrote: Hello guys, My problem is about asynctask and database lock. I have an asynctask which does a