Kbase P32628: Cannot change dynamically font of FLAT or NO-FOCUS buttons
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/12/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Cannot change dynamically font of FLAT button
Cannot change dynamically font of NO-FOCUS button
Progress 9.1D06
CAUSE:
Bug# 20020922-002
CAUSE:
NO-FOCUS buttons (which includes FLAT buttons as they are always NO-FOCUS) were not repainted after a font change, thus the new font was not shown immediately.
FIX:
Upgrade to OpenEdge 10.0B or later.
Workaround:
After changing the font, do a dummy update of the label:
MyButton:LABEL = MyButton:LABEL.
This forces a repaint of the button with the wanted new font.