Kbase 17395: Using the abMsgBox class
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Using the abMsgBox class
abMsgBox is a class that displays a standard message dialog box.
The syntax for this class has changed from the documented syntax
in the on-line help.
You first need to instantiate the abMsgBox class. You can do so
with the following syntax:
abMsgBox msgBox = new abMsgBox("title string", "text");
To display the dialog box you need to explicitly call the show
method of abMsgBox, e.g.
msgBox.show();
Progress Software Technical Support Note # 17395