890 results found
You can email at the address associated with my forum account here (I assume you can see my email) and I will intro you in the thread with the next message.
https://wyday.com/forum/t/1775/settings-trial-days-to-zero-rental-license/ To ensure that the local clock is not tampered with, we need to implement ourselves some validations, by contacting e.g. a known ntp server.
Hi,I can see that from articles on the forum installing a Turbo Float Server on a VM is not recommended for various reasons.
I sent an email first, but last time it took 10 days to get a reply, so I post on the forum as well (to check if some other people also had the same issue).Also, in the email, you got the exact code to invoke that isn't working on my machine.
Seems like the reverse problem of: https://wyday.com/forum/t/1538/incorrect-exit-code-from-wyupdate-via-command-line/ Using: ForceCheckForUpdate(true);And this.cmpAutomaticWY_Updater.UpdateAvailable += UpdateAvailable triggers, and the gui element for the AutomaticUpdater states an update is available.
The same for the IsDateValid() problem (https://wyday.com/forum/t/1980/isdatevalid-not-working/). If I read you, these bugs have been fixed ages ago ...
I found this in the forum: call the CheckAndSavePKey(0, TA_SYSTEM); function in your installer that you'll know will be elevated.
To be more specific the project setup is the following:- Xcode 6.2, Apple LLVM 6.0- Base SDK: 10.10, Deployment target: 10.8- C++ Language Dialect: c++11- C++ Standard Library: LLVM libc++- Added references to Frameworks and libraries ( https://wyday.com/limelm/help/using-turboactivate-on-mac-os-x/#static-lib)- Added libstdc++.6.dylib (https://wyday.com/forum/t/2916/mac-static-linking-error/#post-14376).
Also, feel free to post any questions, suggestions, or bug-fixes. (No forum registration is required.) ➡ Download InstantUpdate 1.0 RC2 now.
Just wanted to say thank you for your support on the forum when I've had issues. Also if anyone is considering this tool I can testify that my complicated app seems to work as expected with this updater utility.
The reason we don't (and won't) release the roadmap publicly is twofold: Our competitors read this site and this forum. Although we don't compete on features, but rather providing the easiest experience, it's still never a good idea to give your competitors a head start.
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?
I have sucessfully created my update process following the tutorial, but one thing I have noticed is that my application does not restart after the update is complete. From reading the forum it seems this is a bug. I do have an exe file running after the update finishes and I have the wait for execution to complete flag set, so maybe that has something to do with it?
The solution to the TLS problem has been described in detail multiple times and linked to multiple times (searching the forum will take you to any of a dozen of the exact same discussion).
There's not a whole lot of use copying-and-pasting the exact same reasoning we already spent a lot of time designing, documenting, and editing, but just in a forum post. Unverified trials are a dead-end technologically.
We only remove death threats and spam (which we've received both, unfortunately -- some people are awful). You can search this forum for tons of criticism of us, our products, how we release them, how we manage them, etc.
\ client1 \ Updates \ Client2 \ Updates \ cliente3 \ Updates depending on where I put the update when the customer clicks search updates from my application I only update that customer One last thing, if I release the update version 1 general, while a custom client release update version 1.2, to another customer release version 1.3, when I finally release a general update version 2 will involve some problem to update all customers even if they have different versions?
---------------------------Response from advancedsearch------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => ok ) [pkeys] => SimpleXMLElement Object ( [@attributes] => Array ( [pages] => 1 [total] => 4 ) [pkey] => Array ( [0] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405786 [key] => ***** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no => riddhesh_raval@yahoo.com ) ) [1] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405089 [key] => ****** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [2] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1405088 [key] => ********** [acts] => 1 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) [3] => SimpleXMLElement Object ( [@attributes] => Array ( [id] => 1404916 [key] => ********* [acts] => 2 [acts_used] => 0 [version_id] => 1779 [total_deacts] => 0 [deac_limit] => unlimited [for_tfs] => false [allow_vm] => no [email] => riddhesh_raval@yahoo.com ) ) ) ) ) --------------------------------------------FindKey------------------------------------------InputVersion ID :https://wyday.com/limelm/version/1779/Email :riddhesh_raval@yahoo.comResponseSimpleXMLElement Object ( [@attributes] => Array ( [stat] => fail ) [err] => SimpleXMLElement Object ( [@attributes] => Array ( [code] => 1 [msg] => Product key not found. ) ) ) -------------------------------------------------------------Code----------------------------------FindKey--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKey($version_id, $_POST['email'])); ----------------------------------Advanced search--------------------------------------------------------$xml = new SimpleXMLElement(LimeLM::FindPKeyAll($version_id, $_POST['email'])); LimeLM function -------------public static function FindPKey($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.find', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } public static function FindPKeyAll($version_id, $email) { $post_data = array( 'method' => 'limelm.pkey.advancedSearch', 'version_id' => $version_id, 'email' => $email ); return self::PostRequest($post_data); } Thanks
Here's what a quick google search shows up: Launching GUI App from Windows Service.
To find crashed networkadapter, open windows device manager by typing "DeviceManager" in the windows search bar. In the device manager,click "Network Adapters" to expand the dropdown and if anadapter isnt functioning it will have a yellow triangle with anexclamation point inside it.