Consultor Eletrônico



Kbase P110945: Setting WINDOW-STATE attribute to WINDOW-MINIMIZED is not minimizing the window
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/11/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1E

SYMPTOM(s):

Setting WINDOW-STATE attribute to WINDOW-MINIMIZED is not minimizing the window

When first window of application is minimized code is executed which loops through all child windows and minimizes each one

When window says it is minimized but in fact is not the contents of the window disappear except for the window frame and the menu bar

CHANGE:

Migrated from 9.1C to 9.1E

CAUSE:

The code which loops through all child windows in order to minimize them was setting the HIDDEN attribute to true before setting the WINDOW-STATE to WINDOW-MINIMIZED

FIX:

Modify the code to set the WINDOW-STATE to WINDOW-MINIMIZED before setting the HIDDEN attribute to true