Kbase P24853: Is it possible with 4GL to scale the whole windows and its widgets depending to this display resolut
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/09/2009 |
|
Status: Verified
GOAL:
Is it possible with 4GL to scale the whole windows and its widgets depending to this display resolution?
GOAL:
Is there a way to make widgets to proportionally grow or shrink depending if the windows is maximazide or not?
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)
FIX:
4GL doesn't have such function.
You may implement it manually by changing the windows and widget size attribute. For example you can get the resolution using WIDTH-PIXEL and HEIGHT-PIXEL session system handle attributes. By knowing these you can set (or change) the size and the position of your window and of the widget contained on it.