Re: signature widget

2023-06-22 Thread G.W.Gaich via use-livecode
Mike, in one of my applications I use this code: command saveSign    show grc "UnterschriftRect"  -- lies behind the widget for a white background    show widget "Unterschrift"    lock screen    if the pathData of widget "Unterschrift" is empty then exit to top    thickenSignature "Unterschri

Re: signature widget

2019-07-31 Thread JJS via use-livecode
Yes indeed. That was my intention too to use it for such idea. But probably that's where it only will be used for, a proof of sign. Op 31-7-2019 om 18:23 schreef Tom Glod via use-livecode: Oh ok thanks, so the person can use their finger stylus to sign in the field. So its literally

Re: signature widget

2019-07-31 Thread Tom Glod via use-livecode
Oh ok thanks, so the person can use their finger stylus to sign in the field. So its literally what it says . a signature widget.lol...thats useful. On Wed, Jul 31, 2019 at 12:01 PM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Ups, should have been "...

Re: signature widget

2019-07-31 Thread Matthias Rebbe via use-livecode
Ups, should have been " left there." Matthias Rebbe free tools for Livecoders: InstaMaker WinSignMaker Mac > Am 31.07.2019 um 17:59 schrieb Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>>: >

Re: signature widget

2019-07-31 Thread Matthias Rebbe via use-livecode
I am not JJS, but i am working on a mobile app for craftsman. After finishing their work at the customers place, they let the customer sign a paper to confirm they´ve done work for them. The paper lists all work they´ve done, all materials they used and any product they left their. The mobile

Re: signature widget

2019-07-31 Thread Tom Glod via use-livecode
How and why would you use this widget? On Tue, Jul 30, 2019 at 5:28 AM hh via use-livecode < use-livecode@lists.runrev.com> wrote: > Dictionary > widget.signature > (use Bernd's tinyDict): > > The pathData is a numerically indexed array of path info elements. > Each path info element contains thr

Re: signature widget (solved)

2019-07-30 Thread JJS via use-livecode
Ah thanks Hermann. no wonder it's not answering data, it's an array. i have to specify a key. Nice! Op 30-7-2019 om 11:27 schreef hh via use-livecode: Dictionary > widget.signature (use Bernd's tinyDict): The pathData is a numerically indexed array of path info elements. Each path info eleme

Re: signature widget

2019-07-30 Thread hh via use-livecode
Dictionary > widget.signature (use Bernd's tinyDict): The pathData is a numerically indexed array of path info elements. Each path info element contains three keys: - path - SVG path instructions - color - the color to paint the path with - width - the line width of the path It is now part of In