Kbase P50346: Loading the ctSchedule OCX after the frame is visible causes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/10/2003 |
|
Status: Unverified
GOAL:
Progress 9.1x
GOAL:
Windows
SYMPTOM(s):
Loading the ctSchedule OCX after the frame is visible causes 100% CPU use.
Works fine with another OCX from the same company, e.g.: ctDate
FIX:
Development is aware of this issue. The following workaround currently exists:
Hide the frame before running the internal control_load procedure in the internal enable_UI procedure, or just before the LoadControls method in the internal control_load procedure. After this make the frame visible again.