How Can I Run The Topaz SigWeb Demo? - topaz-signatures

I am using Topaz e-signature and Im trying to append it in my web application. When I tried to test it on this link: https://www.sigplusweb.com/sigweb_httptest.htm, unfortunately it doesnt work. No signature has appeared on the web but when I tried testing it on DemoOCX.exe, it works fine there.
This is my signature pad model:
Topaz Siglite 1x5 - USB
T-S460-HSB-R
Im using Windows 7 and 32 bit operating system.
Can anyone point me, somewhere on the web, which is a working demonstration of Topaz signature.And if none exist, a bit of working code that can initiate or sign on the web, would be very much appreciated. Thanks.

Did you install the appropriate driver for the Topaz model you have? I'm working on a Topaz project as well and the demos work fine for me. Download the drivers here: https://www.topazsystems.com/sigweb.html
Good luck.

I think the issue here is you have to put your code on server not local html file. I have met the same issue before and contacted with Topaz tech support, they said if it's on server, then it should work.

Related

Cannot Resolve PortableDeviceToHostImpl32 in jmtp library

I am using jmtp library and most of the code is working fine like device read , device file read and write. But when i used PortableDeviceToHostImpl32 for copy From Portable Device To Host show Cannot resolve "PortableDeviceToHostImpl32".
I have Download library from https://code.google.com/archive/p/jmtp/downloads. and successfully run the most of the things but stuck in copy From Portable Device to desktop and not known why this problem occurred.
OR what is the alternative of the issue?
This looks like a very old abandoned project, nevertheless, going through project's known issue it seems implementation for PortableDeviceToHostImpl32 was not done by the original developer and someone have provided "some sort" of solution so I would highly recommend to read through the issue and you might be able to use the code shared by commenter over there.
That being said it's never a good idea to use library that is not maintained, use alternatives such as:
usb4java
lib-javax-usb3

Firebase and Swift 3

I have searched around and have not found the particular answer that I am seeking for. I just went and updated my App to a Swift 3 Language from swift 2. It obviously threw out a host of errors which I went through and fixed to the best of my abilities and now I do not have any errors. I can run the app but I cant tell if anything else is working because the Login or Auth sections of the app are not working. I know that I can just bypass to test but I have been working on it a lot and trying to get this feature to work that worked well before the language was changed..
Very simple my question is this:
I upgraded to Swift 3. Do I need to upgrade the cocoa pods to support the change in language? If not is it just an issue with the way that my code is and because of the change to swift 3 that i need to keep tinkering with?
Thanks for any help
sorry posted that about 12 hours to early. After doing a lot of research it looks like I found the answer. have not tested yet but I think I am getting the same errors in the compiler.
"We've noticed what seems to be an issue with the latest iOS 10 simulators (up to beta 6 at the time of this writing) that causes Firebase Auth to throw an error due it to not being able to write values to the keychain. This issue does not affect real devices." This is from a Firebase Blog
Hello I got this problem on the device and not on simulator, my device is iOS 9.3.3 and the strange thing is that when run from xcode it works just fine
But when I open from device after stopping debug from xcode, the error will occur
And after some digging, I found out that if pod is only using firebase, it connect just fine even opening from the device
But if I add just 1 pod, it will error like above, so I don't really understand what is going on
And yes already try using keychain sharing
Any tips?
Edit: it works fine on other devices running iOS 8.1

RSS 2.0 - How to verify it's working without uploading to website

This will be a very basic question!
I'm wondering a bit about how RSS 2.0 works. I've made a quick document (with help from Wc3 of course), given it the .xml extension - but when I try to open it with Firefox it only gives me the document tree, because it apparently lacks style information. All I want to do is to learn about RSS 2.0 through trial and error, but I can't do that if I can't see the results of what I've written.
The document is copy-pasted from Wc3's tutorial; so the code shouldn't be significant.
Any ideas how I could go about this?
Thanks!
You can try deploying it on local server. Setting up apache on windows/linux or wamp on windows should suffice. If you are using win, you can install iis express to try it.

Patch plupload on W7 64 bit

Some of you may have already read my unanswerd question "Node Gallery won't show images with Plupload" AND this query is a follow on, because I think if I solve this issue, I will have found the solution to my previous one, as I missed out a step!
I am trying to patch the Plupload module with the plupload_url.patch, on my laptop running a 64 bit version of Windows 7, but every method I try fails; I think it says the file format isn't supported! So far I have tried GnuWin32 (but I think the clues in the name there), and also the JDiff Plugin for jEdit! So, has anyone been in this situation, or do of a working solution? Any advice would be greatly appreciated!
I do have a VirtualBox installation of Ubuntu if there are no other alternitives, but I'd prefer not to use that because transfering files from the Guest OS is a pain in the ass!
If I understand correctly, the problem is that you can't apply the patch and want to know how to do so.
Here's an explanation of path files which may help: http://drupal.org/node/367392
Also see if http://drupal.org/node/14231#comment-22770 and http://drupal.org/node/100527#comment-176252 helps.

getting QSslError::CertificateNotYetValid on embedded device?

I implemented a https downloader,
I am getting QSsl error, QSslError::CertificateNotYetValid on embedded device, if I call ignoreErrors() from there download is working fine, but Same downloader is working fine from my ubuntu 9.04 without any sslerror().
I guess is,
--> Qt for embedded linux is not configured with openssl support, does anybody knows how to check it?
In case you think my guess is not correct, please provide your own.
Incase you want to take a look at code, It is over here,
http://pastebin.com/ffMFXxeW
Thanks.
First check that the system date and time on the device are correct.

Resources