Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Getting evaluation popup even after defined the key Collapse All
Subject Author Date
Mujtaba Ali Panjwani Aug 2, 2008 - 11:32 AM

Hi


 


I am using version 2.1 of Elegant Ribbon, I have entered the license key in the Form_load event as following:


        Elegant.Ui.RibbonLicenser.LicenseKey = "KEY"


But I am still getting evaluation popups. Please help me asap so I can get through this. I am using VB.NET 2008.


 


Regards,


Mujtaba Panjwani


 

Technical Support Aug 5, 2008 - 8:35 AM

You are still getting the evaluation popup because you may have set the license key after the ribbon control has been created. You should better move the license key initialization code to a static method before the first use of Elegant Ribbon. Please, read this FAQ to get detailed information: How to disable the evaluation pop-up?