Show/Hide Toolbars

Licence Protector 5

 

Turn On / Off the following screen during the activation process.

 

 

or with EasyGo, the screen would look like this

 

Activation in progress

Activation in progress

 

Name

ShowWAProgressPage                                                                        

Purpose

Property to get or set the information if the Progress page on the Web Activation communication mask will be displayed

Params

None

Returncode

Returncode

Type Boolean

Note

True

The Progress page will be shown

False

The Progress page will not be shown. The information and possibility to change proxy settings is done by the application

Usage

Possibility to change the deployment settings.

Sample

 

  bShowPage := lic.ShowWAProgressPage;

  if not bShowPage then

  begin

    << The page will not be displayed. >>

     ...

  end

  else

    << The page will be displayed. >>

     ...

See also

ShowWAStartPage, ShowWAResultPage

 

The setting is stored in the license file and will be used again for all following activation commands

 

A default value can be defined in the project template <ShowWASProgressPage>

See also
 
ShowWAResultPage
ShowWAStartPage