Kbase P22468: How to avoid the "not responding" event in windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/26/2005 |
|
Status: Unverified
GOAL:
How to avoid the "not responding" event in windows
FACT(s) (Environment):
WINDOWS
FIX:
When applications require a lot of processing Windows may indicate that they are not responding. This may cause end users to think the application has crashed.
By using the PROCESS EVENTS and the SET-WAIT-STATE we can give focus back to the UI and stop user input. This will help to avoid abnormal termination of an application.