Consultor Eletrônico



Kbase P37416: SmartWindow has height & width set equal to the virtual height & width, clicking maximize button max
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/22/2010
Status: Unverified

SYMPTOM(s):

SmartWindow has height & width set equal to the virtual height & width

Clicking the maximize button causes the window to resize to the whole screen

FACT(s) (Environment):

Dynamics 2.0A

CAUSE:

The problem is caused by containr.i which has code in it that tests for the following conditions:

1) MAX-HEIGHT = VIRTUAL-HEIGHT then set MAX-HEIGHT to screen height - 1

2) MAX-WIDTH = VIRTUAL-WIDTH then set MAX-WIDTH to screen width - 1

FIX:

To workaround the problem, set the VIRTUAL-HEIGHT and VIRTUAL-WIDTH to a slightly different value than the MAX-HEIGHT and MAX-WIDTH