Changing trial days number

I am new in LimeLM Licensing software,I need a lot support from now on.Just tody I start the test period of LimeLM.So,I have created a simple win32 c++ application,just for test only purpose.I have created a new product in LimeLM,using turboActivate.I have setup the trial days number equal to 2 ( just to check!).I run the application and really,I check for 2 days remaining .Now , I decide to change the trial days number in LimeLM dashboard, so I put it to 21.I re-launch my win32 app,but it ,again, shows 2 days remaining .

I run my application on a different PC and it displays 21 days remaining !!So,why on first PC ,the app displays 2 days remaing ?Internet is on on both PC

Verified trials are started the first time you call TA_UseTrial() on the machine with the TA_VERIFIED_TRIAL flag. And TurboActivate gets the trial length from whatever you have it set to at that specific moment. So, on the first computer you had it set to 2. And on the second computer you had it set to 21.

This is all by design.

If you want to extend trials, see here: https://wyday.com/limelm/help/trials/#extensions

ok,I understand.Another question,pls, about TurboActivate dialog box.Currently,that shown in my application ,has two options:1) Activate "my product" now online2) Ask me laterHow to add more options ? for example:3)Buy online4)Re-type your key5)Require a trial extension

The other options are shown when necessary. If there are still trial days then Activate online and Ask me later are the only options shown. If there are no more trial days, then the other options are shown.

If you want to show different options, then the good news is that the TurboActivate Wizard is completely optional and is written using the TurboActivate library API (meaning you can make your own interface that meets your needs).