Kbase P90247: Starting Dynamics Container Builder get errors 5905 and 6491
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics
SYMPTOM(s):
Starting Dynamics Container Builder get errors:
**All or part of <widget id> is being placed outside of <parent widget id> by setting <attribute>. (5905)
**All or part of RECTANGLE rctContainerTemplate is being placed outside of FRAME frMain by setting COL. (5905)
**<widget id> does not fit in parent <parent widget id>. (6491)
**RECTANGLE rctQuickLink does not fit in parent FRAME frMain. (6491)
The Progress session DefaultFont is MS Sans Serif, size=8 Script=CentralEurope
CAUSE:
Windows MS Sans Serif font has only one script: Western.
So Progress fails to load the CentralEurope script, and will use the first available font. The used font has a different size than MS Sans Serif which will cause the widgets to be wrong displayed and eventually to get above errors.
FIX:
Use Microsoft Sans Serif as default font: It has multiple scripts, including the CentralEurope script:
DefaultFont = Microsoft Sans Serif, size=8 Script CentralEurope