IntelliJ Java IDE
The moose likes Android and the fly likes Unable to call webservice more than once. Window already focused eoor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Unable to call webservice more than once. Window already focused eoor" Watch "Unable to call webservice more than once. Window already focused eoor" New topic
Author

Unable to call webservice more than once. Window already focused eoor

UdayK Kumar
Greenhorn

Joined: Aug 05, 2009
Posts: 26

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
Post some code of your activity.
 
 
subject: Unable to call webservice more than once. Window already focused eoor
 
Threads others viewed
Kill a process
Response Contained No Data Exception
restore minimized window
Dialogs
Authentication web services
IntelliJ Java IDE