Unable to call webservice more than once. Window already focused eoor
UdayK Kumar
Greenhorn
Joined: Aug 05, 2009
Posts: 26
posted
0
Hi,
I have one text box and one search button in my activity, below that one table layout. So when I call the webservice first time, it is woring fine and showing the results on UI perfectly.
But the problem is when I call second time, I am getting the error like,
"window already focused ignoring focus gain of com.android.internal.view.iinputmethodclient"
Web service is calling using thread. So how to solve the above problem. Please suggest me.
Thanks
Uday
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
posted
0
Post some code of your activity.
subject: Unable to call webservice more than once. Window already focused eoor