Kbase P124422: AppBuilder does not display fonts properly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/01/2009 |
|
Status: Verified
SYMPTOM(s):
AppBuilder does not display fonts properly.
Extremely small fonts in the Application Compiler
Sizing errors occur
Error 6491 when opening the dialog to create a new object
**<widget id> does not fit in parent <parent widget id>. (6491)
**RECTANGLE RECT-3 does not fit in parent DIALOG-BOX d_newobj. (6491)
FACT(s) (Environment):
OpenEdge 10.x
Windows
.ini file is used
CAUSE:
The ini file has incorrect font parameters
FIX:
Make sure you always use the following default parameters:
[Startup] DefaultFont=MS Sans Serif, size=8 DefaultFixedFont=Courier New, size=8 [fonts] font0=Courier New, size=8 font1=MS Sans Serif, size=8 font2=Courier New, size=8 font3=Courier New, size=8 font4=MS Sans Serif, size=8 font5=MS Sans Serif, size=10 font6=MS Sans Serif, size=8, bold font7=MS Sans Serif, size=8 The ini file should also respect the following structure in sequence: [Startup] ... [Colors] ... [Default Window] ="font-size: 8pt; font-family: Tahoma;">... [Fonts] ... [WinChar Startup] ....