not-responding

Android Service makes Activity not responding

Hi, anybody knows what can be the reason for when i start a service from an Activity, the emulator shows a message "the activity is not responding?" Inside my Service i start 2 threads in order to make some tasks. can be this the cause of the problem? Thanks ...

WPF Application Hang

Hi, I'm using Windows 7 Professional (x64) and having installed .NET 4.0 RTM on my machine. Since 2 days I'm noticing that every WPF application that I'm trying to run hangs and becomes non responsive (a not responding text is appended to it's title bar) and it's painted white. There is no info regarding any exception, no error messag...

Avoid application becoming unresponsive on download

Hi I have an application which downloads a file from a network location and then displays that files information. It uses WebClient.DownloadFile to achieve this. The problem is, when the user clicks a button to start the download, the application becomes unresponsive until the file has downloaded. This gives the impression the applicat...

DidselectRowAtIndexPath does not respond when UITableViewCell is not fully shown.

Hi guys, I have a simple UITableView and I used a UITableViewCell to customize my cells. Everything runs perfect but there is one minor problem, When i try to touch a cell that is not fully visible -which hangs in the middle of tableview frame bounds-, it does not respond properly. (to check, I NSLogged it in the didSelectRowAtIndexP...

Matplotlib window 'Not Responding'/hangs/stops updating when out-of-focus

Hello All, Running: Windows Vista Python 2.6 Matplotlib 0.99.3 The following script using draw() in matplotlib seems to work all right until almost anything momentarily interferes with the plot window. import pylab as p import time try: p.ion() fig = p.figure() subplt = fig.add_subplot(111, aspect='equal') subplt.s...

My Visual Studio 2010 IDE is often hung when run unit tests, how to get rid of it?

Hi every one, I often have to restart my IDE when trying to run a test set from within Visual Studio 2010 since it keeps being hung/not-responding very often. Do you have the same problem? If you do, do you have a work-around for that? Please share. ...