Kbase P114742: Architect: AppBuilder designer error message goes behind the IDE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/28/2009 |
|
Status: Verified
SYMPTOM(s):
Architect: AppBuilder designer error message is not visible
Error message from AppBuilder goes behind the IDE and so is not visible until you minimize the IDE or select the AppBuilder itself.
Alert should be displayed in front of the IDE, not behind
When an error is triggered in AppBuilder by modifying the code in other views (editor view)
To see the issue
0) open the AppBuilder standard perspective.
From the AppBuilder Designer view:
1) Create a new window.
2) Add a button in the window and save it.
3) Add a new trigger for the button:
ON CHOOSE OF BUTTON-1 IN FRAME FAULT-FRAME /* Button 1 */
DO:
MESSAGE 'test' .
/* new trigger */
END.
3) Select the new created button and Press CTRL+S to position the editor to the trigger code for the button.
4) In the Editor, on first blank line above "&Scoped-define SELF-NAME BUTTON-1" of the BUTTON-1 trigger enter "Something"
5) Right click in the editor and select SAVE.
6) Minimize the Architect, you will see behind it the error message.
FACT(s) (Environment):
OpenEdge 10.1A
All Supported Operating Systems
CAUSE:
Bug# OE00127674
FIX:
Upgrade to OpenEdge 10.1B or later