Consultor Eletrônico



Kbase P21737: Dynamics Initial size of independent window cannot be set
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/05/2005
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A
Dynamics 2.1A
Dynamics 2.1B
OpenEdge 10.0A
OpenEdge 10.0B

SYMPTOM(s):

Dynamics: Initial maximum size of independent window cannot be set.

There are minwidth and minheight attributes, but no Maxheight or Maxwidth attributes.

If dynamic objects in the container are not resizable then the container can display redundant space around the contained objects that cannot be removed by manual resizing.

CAUSE:

Enhancement Request# 20030331-003

FIX:

Workaround:

Add override on initializeObject in container's custom super procedure.
In this override, set the MAX-HEIGHT-CHARS / MAX-HEIGHT-PIXELS and MAX-WIDTH-CHARS / MAX-WIDTH-PIXELS to appropriate values there.