Consultor Eletrônico



Kbase P21084: A large bmp IMAGE TRANSPARENT = TRUE slows the HIDE ALL sign
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/03/2003
Status: Unverified

SYMPTOM(s):

HIDE ALL takes a long time to clear the widgets on the screen.

window has a number of frames containing bmp images

CAUSE:

A large bmp image file has its TRANSPARENT Attribute set to TRUE.

FIX:

Set the TRANSPARENT Attribute of the IMAGE object to FALSE either during its initial definition or before the HIDE ALL statement executes:

DEFINE IMAGE myImage FILENAME "myImageFile":U TRANSPARENT SIZE 12 BY 3.

or

myImage:TRANSPARENT = FALSE.
HIDE ALL.