Feedback on: Licence Protector - Display custom messageseg-Display_Error_PagesImplementing Licence Protector using default workflow > Function Reference EasyGo - complete licensing with ready to go screens > Display custom messages /Dear Support Staff,
Display custom messages
You can display own messages and error messages using the EasyGo design.
•Use SetCustomerText to change the wording on default screens
Name
ShowMessagePage
Purpose
Shows a message in an EasyGo-like screen
Params
Parameter
Type
Example
Note
Title
String
‘Attention’
The title of the message.
Header
String
‘Something happened…’
The header of the message.
Text
String
‘This is a sample text’
The text of the message.
ShowLicViewer
Boolean
True
A link to open Licence Protector’s licenseViewer can be displayed if true.
Returncode
Returncode
Type Integer
Note
0
Ok
8194
Function is not implemented in this type of Licence Protector
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.
This command allows displaying an error message in a screen which uses the same design as EasyGo. The error number must be a valid error code - see list of error codes.
Use SetCustomerText to change the wording on default screens
Shows a Licence Protector error message in an EsayGo-like page.
Params
Parameter
Type
Example
Note
ErrorNo
Integer
16
Errornumber
Returncode
Returncode
Type Integer
Note
0
Ok
8194
Function is not implemented in this type of Licence Protector
Usage
ShowStartErrorPage should be used to display error messages in an EasyGo environment. SetRegisterSettings should be used to set properties like the image on the side.
The user can terminate the screen only with the END button. The error code is always 0 (and not 4) to indicate, that the message was displayed properly.
Use SetCustomerText to change the wording on default screens