Kbase P149761: 4GL/ABL: MDI child's Ribbon doesn't show after undocking it from the MDI parent.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2009 |
|
Status: Unverified
SYMPTOM(s):
4GL/ABL: MDI child's Ribbon doesn't show after undocking it from the MDI parent.
Child form contains UltraToolbarsManager with Ribbon enabled
Setting MDIParent to unknown in the child form
FACT(s) (Environment):
Windows
OpenEdge 10.2A01 32-bit Service Pack
CAUSE:
Bug# OE00188583
FIX:
Workaround: Call RecreateToolbarsManager when the child form gets undocked.
Example:
form1:MDIParent = ?.
form1:RecreateToolbarsManager().