890 results found
I having issues similar to those described at https://wyday.com/forum/t/3724/trial-extensions-not-working/. I'm just testing my Xojo app on a new Mac with the latest version of TurboActivate.
Yes, 5.x is coming for all platforms: https://wyday.com/forum/t/31229/network-adapters-all-solutions-tried/#post-52447 It’ll be out when it’s out.
Addressed in the blog and multiple times on the forum. To be notified of when 5.0 is released for the other platforms, again the blog says that they'll be a new post about it.
This paired with a faq, forum page, 50+ tutorials, my friends helping, etc.
This has been asked numerous times on the forum: https://wyday.com/forum/t/188/menuitem-devexpress-ribbon/#post-919 >> "4.
I searched for topics on this forum and the general Internets and came up with this idea ...
Also, feel free to post any questions, suggestions, or bug-fixes on this forum. (No forum registration is required.) What's new in wyBuild, wyUpdate, and the AutomaticUpdater We always recommend using the latest version of wyBuild, wyUpdate, and the AutomaticUpdater.
Hi guys, You may have solved the issue my client was having this morning in the forum post https://wyday.com/forum/t/502/bug-in-automaticupdater/ , however I would like to check the situation with you: Here's the situation which occurred: 1) The client starts our application on their computer.2) On the first screen of the application there is the updater control.
If you post in both places (forum & email) we will always answer on the forum (it's a better format to have discussion because it's linear whereas emails are at best a fragmented-spam-filtered-linear, at worst a branching tree format).
Did a quick search and couldn't find anything. I have added the automatic Updater to my program, I have also added a manual toolstripitem to check "now" and a progress bar to show the action.If I click the manual update... the control shows the checking progress (0 to 100) in like less than a second, the ajax rotary then shows and it seems to stall.
If you use limelm.pkey.find with an email, it will correctly search within the version id you provide.>> **** But that's exactly what I did in the example in my First Post above, and it searched through ALL LimeLM Versions, and not only the one indicated by the version_id parameter!
Here are a couple that I found in a quick search: Stop and Start a service via batch or cmd file?
The procmon trace shows other instance of the .accdb file being opened successfully. When I search the code for File.OpenRead, only the instances in the above file show up (and a couple of instances in InstallUpdate.selfupdate.cs).
> <rsp stat="ok"> <pkeys pages="1" total="1"> <pkey acts="1" acts_used="0" allow_vm="no" created="2020-10-19 13:43:40" deac_limit="unlimited" email="joe.bloggs@somewhere.com" for_tfs="false" id="4227480" key="XXXX..." total_deacts="0" version_id="7483"> <features> <feature name="FeatureName" value="Professional"/> </features> </pkey> </pkeys> </rsp> I am unable to push the ExpirationDate, it always stays blank/ignored in the portal, and only the single string-type custom feature is returned on search. I've checked the exact date or date-time format, and copy-pasted from other manually generated keys, without success.
When I look at the LimeLM admin console for a given LimeLM TurboActivate license in “View Mode”, all I see are the following choices: You can search for the product key in LimeLM (the interface or the web API).
from https://wyday.com/forum/t/3112/automatic-update-not-firing-on-form-load/#post-15186" added the Automatic Updater control to my C# Winform, set the properties I want (including guid.)
Send the example to support@wyday.com and reference this forum post and we'll take a look at it next week.
I wonder what your thoughts are about a special administrator-mode TA_* function that encapsulates the desired behavior, like this: https://answers.microsoft.com/en-us/windows/forum/windows8_1-networking/script-to-disable-enable-network-interface/8eb15e24-7d85-4a16-b42a-a874b9bb3a28
I've been scouring the forum to see if there's any more information I can provide that might be helpful.
Inside my code, I'm using the following code in order to get the textual messages translated:AutomaticUpdaterFlashManagerPlus.Translation.TryAgainNow = "Sper nochmals versuchen"; The problem is that the button to which this text belongs to does not adjust its size to its textual content, so parts of the text are clipped (I wanted to upload a screenshot to the forum, but I don't see a way to do so). Is there a way to overcome that deficiency?