Kbase P23562: Display issues after migrating from V6 to V8 Windows.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.3E
SYMPTOM(s):
GUI application displaying text past the FILL-IN fields.
GUI application wrapping menus and columns to the next line.
The Frame of the display window looks out of place.
CHANGE:
Migrated from v6 to v8 GUI.
CAUSE:
The FontNumber setting used to determine the layout grid used to compile frames is different under v8 then v6.
FIX:
Compiling with the v6frame option will maintain the look and feel of any Progress version 7 or later on Windows. This option uses the V6FontNumber setting in the [Startup] section of the current environment to calculate the height and width of a character unit and then set the layout grid used to compile frames for display in Progress Version 7 or later.
COMPILE procedure.p V6FRAME = TRUE.