This command allows to display a message in a screen which uses the same design as EasyGo.
Tips
• | Use SetRegisterHelpL, parameter HelpErrorMsg to also customize the left (white) area |
• | Use SetRegisterSettings to define the logo image |
• | Use ShowStartErrorPage to display a standard error screen |
Name |
ShowMessagePage |
||||||||||||||||||||
Purpose |
Shows a message in an EasyGo-like screen |
||||||||||||||||||||
Params |
|
||||||||||||||||||||
Returncode |
|
||||||||||||||||||||
Usage |
ShowMessagePage should be used to display messages in an EasyGo environment. SetRegisterSettings should be used to set properties like the image on the side. |
||||||||||||||||||||
Sample |
<< you want to inform the user about something >> ShowMessagePage(‘Attention’, ‘Something happened…’, ‘This happened:…’, false); ...
|
||||||||||||||||||||
See also |
SetRegisterSettings, PrepareAndCheck (EasyGo), ShowStartErrorPage |
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_showmessagepage.htm