Licence Protector

ShowMessagePage

Hide Navigation Pane

ShowMessagePage

Previous topic Next topic  

ShowMessagePage

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

 

This command allows to display a message in a screen which uses the same design as EasyGo.

 

Tips

 

Use SetRegisterSettings to define the logo image
Use ShowStartErrorPage to display a standard error screen
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.

Sample

 

  << you want to inform the user about something >>

  ShowMessagePage(‘Attention’, ‘Something happened…’, ‘This happened:…’, false);

  ...

 

See also

SetRegisterSettings, PrepareAndCheck (EasyGo), ShowStartErrorPage

 

 

 

Customized screen