Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWJQueryWidget: documentation and example
#1
Hi everybody!
I'm searching on the web about documentation and examples of TIWJQueryWidget but i find nothing.
I need to display a barcode in a intraweb page, and i found this:
http://codeverge.com/embarcadero.delphi....ev/1049775
but i'm not be able to use tiwjquerywidget

thanks in advance

ps. sorry everybody for my english

Stefano
Reply
#2
Hi Stefano. You can generate QRcode from google and put it in IWImageFile:
Code:
IWImageFile_QRCode.ImageFile.URL := 'https://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=L|0&chl=mygeneratedqrcodedemofromjosenilton';
Reply
#3
(10-16-2019, 07:28 PM)Jose Nilton Pace Wrote: Hi Stefano. You can generate QRcode from google and put it in IWImageFile:
Code:
IWImageFile_QRCode.ImageFile.URL := 'https://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=L|0&chl=mygeneratedqrcodedemofromjosenilton';
Thank you.
In my case i have to generate a code 39 and the client cannot access internet but only the local network.
Can it work the same if only the pc where server run get access to internet?

Thanks in advance
Reply
#4
You will need to use a different chart library and deploy the js files with your IW application.

Google charts cant be used offline:
https://stackoverflow.com/questions/6124...it-offline

There are quite a few others:
https://www.google.com/search?q=js+library+qr+codes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)