1900 results found
https://www.spreadsheet1.com/unviewable-vba-project-app-for-excel.html#buy
It's the default lease-issuance: https://wyday.com/limelm/help/licensing-types/#fine-grained-control
Hello, I have been completely following the example for adobe air from https://wyday.com/limelm/help/using-turboactivate-with-adobe-air/ The event ta.addEventListener(TurboActivateEvent.USE_TRIAL, onUseTrial); is definitely added along with ta.addEventListener(TurboActivateEvent.IS_GENUINE_EX, onIsGenuineEx); ta.addEventListener(TurboActivateEvent.TRIAL_DAYS_REMAINING, onTrialDaysRemaining); This is why I am getting an error 'Connection to the server failed' from inside function onUseTrial(evt:TurboActivateEvent):void when there is no internet.
As always, read the FAQ: https://wyday.com/limelm/help/faq/#useful-reports You're using a particularly ancient version of TurboActivate.
We have read the thread: https://wyday.com/forum/t/3799/wyupdate-error-downloading/ which pointed out to certificates.
It seems like you missed the point of our article (its long, for sure) but worth a re-read: https://wyday.com/limelm/features/why/ Honestly dont know where to begin.
For starters, use our unmodified payment example from the web API: https://wyday.com/limelm/api/#web-api-pack Run it on your server without touching any of the files.
Deactivate from the original device and activate on the new device: https://wyday.com/limelm/help/activations/#deactivate My hunch is that a handful of more vocal customers will complain, but by-and-large most customers won't care.
> > In the meantime use wyUpdate in standalone mode:> https://wyday.com/wybuild/help/silent-checking.php Will this error ever be fixed?
See: https://wyday.com/limelm/help/api/limelm.trialExtension.generate/ Does that make sense?
Download TurboActivate 4.0.3.0, from here: https://wyday.com/limelm/api/ 3. Extract the files TurboActivate.exe and TurboActivate.dll files somewhere, put your TurboActivate.dat in the same folder.
See: https://wyday.com/limelm/api/ta-changes/ Let me know if that makes sense, or if you have any trouble using the latest version.
> > It's not -- it's used completely from memory Hum that might explain it: I didn't call it at each application run thinking it was saved somewhere.I believe this line in your documentation is misleading:- "To clear a previously set custom proxy" => https://wyday.com/limelm/help/proxies-in-turboactivate/ Also, regarding the Delphi unit, it says "Sets the custom proxy to be used by functions that connect to the internet." for the TurboActivate.SetCustomProxy method.
There are a few ways to do it, but the best way is likely using node-ffi: https://github.com/node-ffi/node-ffi That way you can use the native functions in TurboActivate and TurboFloat in your JS app.
Post by Wyatt O'Day on Mar 13, 2017It's not object oriented -- it's all functional: https://wyday.com/limelm/help/using-turboactivate-with-c-plus-plus/ >> "If it wouldn't be a huge hassle a few starting functions would be great, if it is a hassle then let me give it a bit more of a bash myself first and then get back to you."
If it's for subscriptions or renewals, we have a method for that: custom license fields: https://wyday.com/limelm/help/license-features/ With custom license fields a customer can use their single product key and you can update their expiration date (either manually or as part of an automated process).
https://wyday.com/forum/t/806/automaticupdater/#post-4076************************Our code has a mutex at startup to prevent starting our program two times.
Just as a reference, we took your advice from this post (https://wyday.com/forum/t/1189/error-downloading-client-net4-wys-wyday-com-from-a-locked-down-machine/) to host wyUpdate self-updates and modified clients' hosts file to resolve the updates site name to a known IP.
Hey Chris, I've just published a blog post describing our rationale for this policy shift, how to properly implement security in your company, and what the future holds: https://wyday.com/blog/2019/when-in-conflict-security-supersedes-usability/ Contact Zapier and tell them to fix their integration with LimeLM.
Again, from: https://wyday.com/limelm/help/api/response.json/ When a request is successful, the following JSON is returned:jsonLimeLMApi({...})