|
<< Click to Display Table of Contents >> Navigation: Telegram > 2024 > 05 > 13 > Telegram_2024-05-13T22 |
2024-05-13T22:16:48
Hello, how can I implement the SignaturePad component in a Template file? I get the error \Callback method not found: MYPAD.DoAsyncReceiveDataURL\. This error occur executing MYPAD.UploadJpgImage(100), thanks for the help.
2024-05-13T22:21:46
if I register the callback DoAyncReceiveDataURL to assign it to a procedure, the error disappear and the callback fire my procedure, however I don't know how to read the parameters since I don't know which parameters comes in the call.
2024-05-13T22:24:44
By the way, the example IWSignaturePad from the Intraweb demos works fine, but it doesn't use Templates.
2024-05-13T22:50:36
Nevermind, it works fine with Png, I was trying to use Jpg