Page 1 of 1

How to find trial Executions left and show in dialog?

Posted: Tue Jan 01, 2013 8:03 am
by YogiYang
I have observed that when we are protecting an app externally (envelop method) there is no provision to show the number of trial (be it days or execution). Like for example when we protect an app and this protected app is started it show a dialog with serial number. Here in this dialog if we want to show total number of trials available and number of trials available we cannot show.

On experimenting I found that we can show the total number of trial (when app is protected with trial executions count) available by using following:

Code: Select all

%TrialExecsTotal%
As a caption to a label and it works perfectly so I tried this out:

Code: Select all

%TrialExecsLeft%
to get trial executions left but we cannot get the number of trials left.

Any idea as to how we can get such info and show it to users in the registration dialog box?

TIA

Re: How to find trial Executions left and show in dialog?

Posted: Thu Jan 03, 2013 10:11 am
by Enigma
Hi YogiYang,

This is known problem. It happens because when the registration dialog is shown, the trial settings are still not initialized. Trial is initialized after registration dialog is shown (if the option Registration Features - Registration Dialog - Show If Unregistered is used). And so these variables have zero value.

Nothing can be done with this yet.

Re: How to find trial Executions left and show in dialog?

Posted: Fri Jan 04, 2013 7:38 am
by YogiYang
Can I get a list of all such variables that are used by envelop part of Enigma?

TIA

Re: How to find trial Executions left and show in dialog?

Posted: Fri Jan 04, 2013 8:57 am
by Enigma
Sure, there is a list of available variables that you can use: http://enigmaprotector.com/en/help/manu ... 54b8b433e9