How to remove demo notification in TLL 2.0

How to remove demo notification in TLL 2.0

First, you have to purchase license of TLL. When you receive your license, you have two options:
  1. Use TLL Init Chunk and put your license into it.
  2. Put your license string into TreeksLicensingLibrary2.DeveloperLicense.DeveloperLicenseContent property.
    1. To use  this "older approach" simply open "About" tab and click "Copy my license button".  Then use copied value in your code to set DeveloperLicenseContent property
In TLL 2.0 we recommend the init chunk. As we typically provide you with license file, the approach should be following:
  1. Save your developer license file anywhere in your computer.
  2. Open TLL Toolbox and goto Developer license tab.
  3. Select "Use license file" and browse for file.
  4. Click "Apply developer license".
  5. Now load (or create) license signing keys of your application.
  6. Click "Generate init chunk file" .
  7. Your license will be prefilled in TLL License field.
  8. You can copy the license string or generate and integrate TLL 2.0 using init chunk.
 

Did this answer your question?