Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Tue Dec 04, 2012 9:44 pm Post subject: How do I change the trial period for my application? |
|
|
The EvaluationDialog has two properties TrialDays and ExtendedTrialDays that control its behaviour. You can set these properties before displaying the dialog. Note that the dialog will still allow the user to continue the evaluation after TrialDays have expired - but with an increasing delay before the Continue button is enabled. Once ExtendedTrialDays is reached the button will no longer be enabled.
If you don't want the continue button to be enabled at all once the TrialDays period has expired then you can just set ExtendedTrialDays to the same value as TrialDays. _________________ Infralution Support |
|