Atozed Forums
TIWJQueryWidget: documentation and example - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: TIWJQueryWidget: documentation and example (/thread-1323.html)



TIWJQueryWidget: documentation and example - lillux82 - 10-16-2019

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.intraweb/display-a-barcode-on-a-mobile-dev/1049775
but i'm not be able to use tiwjquerywidget

thanks in advance

ps. sorry everybody for my english

Stefano


RE: TIWJQueryWidget: documentation and example - Jose Nilton Pace - 10-16-2019

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';



RE: TIWJQueryWidget: documentation and example - lillux82 - 10-16-2019

(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


RE: TIWJQueryWidget: documentation and example - kudzu - 10-16-2019

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/6124930/google-chart-api-is-it-possible-to-download-the-js-and-work-on-it-offline

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