Hi, In my android application i used 3 imageView objects. for performing the touch action i set the touch listener and implement the opereations. when running the application it works for some touches of the imageview, after that the application hangs and finally i saw an error "keydispatching timeout". Then i implement asyncTask for the operations of imageView touch. but the problem still arises. Anybody please help me to solve this problem
A:
Apparently you have some long or even blocking operation in your QueueAdderZoom class's constructor or execute.
but, QueueAdderZoom is an asyncTask. how will it affect the key dispatching??
asifkt
2010-10-21 09:52:21
i removed the execution of QueueAdderZoom. but still it shows error. what is the meaning of this message??? 10-22 11:34:37.725: WARN/WindowManager(95): No window to dispatch pointer action 110-22 11:34:37.776: WARN/WindowManager(95): No window to dispatch pointer action 110-22 11:34:37.776: WARN/WindowManager(95): No window to dispatch pointer action 010-22 11:34:37.776: WARN/WindowManager(95): No window to dispatch pointer action 1
asifkt
2010-10-22 06:07:28
the key dispatching error occurs in sometimes only. and shows one more error 10-22 14:30:24.109: WARN/ActivityManager(95): Activity idle timeout for HistoryRecord{44e226b8 com.ars.application/.LightVas}. Is this the reason for key dispatch error??
asifkt
2010-10-22 09:07:29