Ok yes, i did not think about that.
Thanks Ralph for pointing me to that.
I will test it.
Kind regards,
Jerry
Op 13-8-2019 om 21:39 schreef Ralph DiMola via use-livecode:
If everything is in an array then "arrayEncode" the array and store it in a db.
Then arrayDecode it when retrieving it
If everything is in an array then "arrayEncode" the array and store it in a db.
Then arrayDecode it when retrieving it from the DB. You may also have to
base64Encode/base64Decode to eliminate any binary.
Ex: (not tested)
Put Base64Encode(arrayEncode(sigArray)) into DBdata
Put arrayDecode(Base64D
Hi,
i was wondering what the best way would be to store a signature of the
signature widget into mysql db, so i can recall it.
1. figure out how many keys/elements there are in the array, asĀ it will
be different per signature (serialize it as a single string, or create a
JSON and store it
QR-Reader runs with any edition of LC 8/9 (tested with 9.5/9.0.4/8.1.10)
on every platform that supports the browser widget.
It is a QR code *reader* which reads from static images that may be
slightly rotated/skewed/distorted.
You can make it to a QR code *scanner* by providing webCam/mobileCam
On 8/13/19 8:07 AM, Bob Sneidar via use-livecode wrote:
What I was trying to do was include dashes and the letter x but "-x" means
something in Regex!
Try "[0-9x /-]"
--
Mark Wieder
ahsoftw...@gmail.com
___
use-livecode mailing list
use-livecode@
What I was trying to do was include dashes and the letter x but "-x" means
something in Regex!
Bob S
> On Aug 13, 2019, at 08:02 , Bob Sneidar via use-livecode
> wrote:
>
> NVM I see what -x does. It's ALL ascii characters between 32 and 120!
>
> Bob S
>
>
>> On Aug 13, 2019, at 07:54 ,
NVM I see what -x does. It's ALL ascii characters between 32 and 120!
Bob S
> On Aug 13, 2019, at 07:54 , Bob Sneidar via use-livecode
> wrote:
>
> Hi all. I am using matchText to filter text on closeField. I use this
> extensively for all kinds of things, and for the most part it works fam
Hi all. I am using matchText to filter text on closeField. I use this
extensively for all kinds of things, and for the most part it works famously.
But for phone numbers it is allowing the characters "()" when the match string
is "[0-9 -x]". Not sure why.
Bob S
ah ok that's clears it up. and you are using the barcode library for it
i presume.
Op 12-8-2019 om 18:19 schreef hh via use-livecode:
My stack is a (simple) QR Code *reader* not a *scanner*.
It reads from static images.
That is, if you use a webcam on desktop or a built-in camera on mobile you
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #189 here: http://bit.ly/2Z4ML7C
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
Hi.
Mark Wieder via use-livecode wrote
> LOL. That's an utterly bizarre workflow, but I'm glad it works.
> I'm filing that away somewhere if I ever have to record the screen on
> Windows.
That's actually the most nasty method I ever read of. You may as well:
1. Press "Print" on your keyboard, op
11 matches
Mail list logo