Widget TurnImage89_v100

2019-02-05 Thread hh via use-livecode
TurnImage is a pure LiveCode Builder widget, there is no essential script access and no use of JavaScript. The widgets lets you = turn an image horizontally or vertically with a 2D-perspective view, = switch from an image to a second image while turning or rotating. Thus it is essentially an anim

editing data grid column via scrip

2019-02-05 Thread Hershel F via use-livecode
Hi everyone, i searched high and low for this without success. Question, i have a data grid (trying to to set up an invoice form), columns, costumer_id, product_id, company_name, product_name, price. etc. option menus in product name and company name, Now when i use the options to select a product

AW: Re: How to tell if a field is "closed"?

2019-02-05 Thread Paul Dupuis via use-livecode
Thank you everyone especially Geoff and Mark. I ended up making some UI improvements, using a flag, and the focus tip from Mark so now the "Import" button is only enable when all fields are closed AND validated! I should have thought of most of this myself, but some days you have to write co

Re: How to tell if a field is "closed"?

2019-02-05 Thread dunbarxx via use-livecode
I think you had it right when you mentioned that you should redesign the interface. There are many threads, especially on the forum, debating the merits of live validation of user input as opposed to anything else at all. I always, always recommend never letting invalid data be typed or pasted, wh

Re: How to tell if a field is "closed"?

2019-02-05 Thread Mark Waddingham via use-livecode
On 2019-02-05 20:25, Paul Dupuis via use-livecode wrote: I have a problem for which I should probably redesign the user interface, but would rather not do so for many reasons. The problem is this: 1) There are some fields on a card. Each field has a "closeField" handler that checks the fields c

Re: How to tell if a field is "closed"?

2019-02-05 Thread Geoff Canyon via use-livecode
I'm sure someone else will come up with something better, but at the least, don't set a custom property for each field; instead, in the openField set one custom property for the card or group that the fields are in, something like "isOpen", with the long id of the open field; then empty that proper

RE: How to tell if a field is "closed"?

2019-02-05 Thread Clarence Martin via use-livecode
I think that you are on the right track. I would have a tPending variable with a true value that changes to false when the field is complete. "OnLeave" or "exitField". This variable would not allow any other task as long as the tPending variable is true. Sincerely, Clarence Martin Email: chi...@

How to tell if a field is "closed"?

2019-02-05 Thread Paul Dupuis via use-livecode
I have a problem for which I should probably redesign the user interface, but would rather not do so for many reasons. The problem is this: 1) There are some fields on a card. Each field has a "closeField" handler that checks the fields content for validity and presents appropriate error mess

Re: AW: weird video screenshot problem

2019-02-05 Thread Mark Waddingham via use-livecode
On 2019-02-05 17:06, Tiemo Hollmann TB via use-livecode wrote: Hello Hermann, that was my first idea also, when a customer came up with this. But that doesn't explains, why on my computer two different LC stacks show different results - beside of there is any "hidden" LC option, which interfer

Re: AW: weird video screenshot problem

2019-02-05 Thread J. Landman Gay via use-livecode
Did you set the resizeQuality maybe? Or the jpegQuality? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 5, 2019 10:11:41 AM Tiemo Hollmann TB via use-livecode wrote: Hello Hermann, that was my first idea also, when a cust

AW: weird video screenshot problem

2019-02-05 Thread Tiemo Hollmann TB via use-livecode
Hello Hermann, that was my first idea also, when a customer came up with this. But that doesn't explains, why on my computer two different LC stacks show different results - beside of there is any "hidden" LC option, which interferes with the video card drivers, which I have set differently in my

Re: Enhancement: transparently persist/retrieve large amounts of array data as JSON

2019-02-05 Thread Brian Milby via use-livecode
If you want to build from source, you can test it now.  It is in the develop-9.0 branch. Thanks, Brian On Feb 5, 2019, 12:34 AM -0500, Bernard Devlin via use-livecode , wrote: > As far as I can see, providing this enhancement is (in essence) no more > than the addition of one line to Livecode's

Re: weird video screenshot problem

2019-02-05 Thread hh via use-livecode
> This has nothing to do with LiveCode, is only influenced > by Windows and the user's graphics card. > > Did the user already try > Settings > Advanced settings > Let windows try to fix apps so > they're not blurry: ON ? > > You could also compare with system screenshots (win+print). Sorry, the

Re: weird video screenshot problem

2019-02-05 Thread hh via use-livecode
This has nothing to do with LiveCode, is only influenced by Windows and the user's graphics card. Did the user already try Settings > Advanced settings > Let windows try to fix apps so they're not blurry: ON ? You could also compare with system screenshots (win+print). __

weird video screenshot problem

2019-02-05 Thread Tiemo Hollmann TB via use-livecode
Hello, I am experiencing a very weird problem, taking a screenshot from a video on Windows. Perhaps anybody has an idea where to look for? I have two programs, where I am playing the same mp4 videos. The user can make screenshots from the paused video and store them as JPGs/PNGs. If the user h