ABOUT US

|

SUPPORT

|

BLOG

DOWNLOADS    

 

 

 

 


 

 

WebRenderer: Introduction

 

 

 

 

 

 

License dialog (Expired license key)

 

 

 

 

 

When the WebRenderer license key expires (the trial download has a 30 day key), functionality within WebRenderer such as some Events (not all events) are disabled and a license dialog is shown. The purpose of the license dialog is to notify the user that the trial has expired and some WebRenderer functionality will be disabled within your application. If you require additional time to complete your trial of WebRenderer please contact us ([email protected]) and we will provide you with an extended trial license key.

 

 

 

 

 

 

 

 

 

 

 

Example of setting the license data:

 

 

 

 

 

// The username for the 30 day trial
String username = "30dtrial";
// Replace with the serial found in the main TestBrowser.java (found in the root directory of the SDK)
String serial = "";

BrowserFactory.setLicenseData(username, serial);

 

 

 Copyright � JadeLiquid Software - www.jadeliquid.com