Re: How to create a QR Code Version 14 (73x73modules)

2018-07-18 Thread Bob Sneidar via use-livecode
And the Brits thought THEY were the clever ones! Bob S > On Jul 17, 2018, at 17:47 , J. Landman Gay via use-livecode > wrote: > > He's my hero too. He just fixed a JSON crasher that only happened on Android > 6.x. Clever. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperAc

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-18 Thread Matthias Rebbe via use-livecode
I´ve filed an enhancement request now and attached the patched library file and an updated api.lcdoc with 2 additional examples to the request. Matthias > Am 18.07.2018 um 02:13 schrieb Matthias Rebbe via use-livecode > : > > Monte, >

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread J. Landman Gay via use-livecode
He's my hero too. He just fixed a JSON crasher that only happened on Android 6.x. Clever. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 17, 2018 7:15:04 PM Matthias Rebbe via use-livecode wrote: Monte, you are my hero. :)

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread Matthias Rebbe via use-livecode
Monte, you are my hero. :) I´ve changed line 1486 to command qrCreate pImg, pData, pECC, pSize, pMask, pMinVersion, pMaxVersion and changed the line 1525 from repeat with tVersion = 1 to 40 to if pMinVersion is empty then put 1 into pMinVersion if pMaxVersion is empty then put 40 into pMaxV

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread Monte Goulding via use-livecode
Hi Matthias This looks like a relatively easy patch to make. Probably adding min version and max version optional parameters which default to 1 and 40 then using those in the loop to find the min version at line 1525 of the script. Then you just use 14,14 for the parameters. It would be great

How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread Matthias Rebbe via use-livecode
Hi. My app needs to create qr codes. This is not a problem so far, as Splash21´s qrCode library is now included in Livecode. My problem is that i need to create qr Codes with exact version 14, which has a matrix size of 73 x 73. The customer needs exact that kind of code. The codes are scanne