• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Ranch Hand
Posts: 252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Post some code of your activity.
 
reply
    Bookmark Topic Watch Topic
  • New Topic