Consultor Eletrônico



Kbase P26160: Dynamic widgets cause display corruption
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/11/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

Dynamic widgets cause display corruption

Static frames are not properly repainted if parented to a dynamic frame that contains a dynamic image widget.

When the static frame is moved around, pieces of the image in the image widget are displayed instead of the widgets in the static frame.

CAUSE:

This is a known issue.
The order in which the objects are repainted gets corrupted, so graphics get painted at the incorrect position.

FIX:

Possible workarounds:

1) Use a static frame instead of a dynamic one to create the other dynamic widgets in

-OR-

2) Make sure the second frame is not parented to the same dynamic frame as the dynamic image widget