Re: HTML5 deployment: progress comes into sight

2017-05-30 Thread Dan Brown via use-livecode
JavaScript via the browser would be huge. There are tens of thousands of JavaScript libraries that could be used by livecoders to add bleeding edge UI elements & websockets to their applications via lc script. It would allow livecode to communicate with the real-time web without lcb ( which only

Re: HTML5 deployment: progress comes into sight

2017-05-30 Thread Sannyasin Brahmanathaswami via use-livecode
mark Waddington wrote: We've also been looking at how to abstract the FFI work we've done as part of the Infinite LiveCode campaign to allow LCB to bind to JavaScript APIs (which will allow greater type fidelity than is possible using 'do as javascript' from LCS). BR: I

Re: forcing a number to be interpreted as a field name

2017-05-30 Thread Dr. Hawkins via use-livecode
On Tue, May 30, 2017 at 5:47 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > When you say "forms" do you mean "web forms" or PDF forms? PDF forms. Particularly badly written pdf . . . I actually recreate them (though, at some point, if people start paying me, I'll

Re: insanely long delays when moving several selected objects

2017-05-30 Thread Monte Goulding via use-livecode
> On 31 May 2017, at 10:42 am, Bob Sneidar via use-livecode > wrote: > > I think anything that is displaying properties of any controls will cause > this. It has to intercept the engine and update the displayed settings each > time anything changes. Otherwise

Re: forcing a number to be interpreted as a field name

2017-05-30 Thread Bob Sneidar via use-livecode
When you say "forms" do you mean "web forms" or PDF forms? It may not matter much. I wrote an interface which allows the user to associate a database column with a PDF form control. Much the same thing could be done which would allow you to call your form fields anything you like. Populating

Re: insanely long delays when moving several selected objects

2017-05-30 Thread Bob Sneidar via use-livecode
I think anything that is displaying properties of any controls will cause this. It has to intercept the engine and update the displayed settings each time anything changes. Otherwise you would not get real time updates to these properties in any open windows. Bob S > On May 30, 2017, at

Re: forcing a number to be interpreted as a field name

2017-05-30 Thread Dr. Hawkins via use-livecode
On Tue, May 30, 2017 at 5:12 PM, Mark Schonewille via use-livecode < use-livecode@lists.runrev.com> wrote: > You shouldn't use numbers and constants as names for fields. One and 1 are > identical and field "one" as well as field "1" may be interpreted as the > first field rather than the field

Re: forcing a number to be interpreted as a field name

2017-05-30 Thread Mark Schonewille via use-livecode
You shouldn't use numbers and constants as names for fields. One and 1 are identical and field "one" as well as field "1" may be interpreted as the first field rather than the field with name "one" or "1". Instead always start control names with a letter or a symbol that isn't a number. For

forcing a number to be interpreted as a field name

2017-05-30 Thread Dr. Hawkins via use-livecode
I have, due to the government's wisdom, checkboxes I have to use to display numeric values. I've created my own to make them the right size, and to function as parts of groups. But looping through, with the fields in these things named for the possible values (usually text), I have to refer to

Re: insanely long delays when moving several selected objects

2017-05-30 Thread Devin Asay via use-livecode
On May 30, 2017, at 5:39 PM, Dr. Hawkins via use-livecode > wrote: On Tue, May 30, 2017 at 2:51 PM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: The workaround might

Re: insanely long delays when moving several selected objects

2017-05-30 Thread Dr. Hawkins via use-livecode
On Tue, May 30, 2017 at 2:51 PM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: > The workaround might be to close the property inspector- however that of > course depends on whether the PI is open while you are experiencing this > currently. > !!! I'd never noticed a

Re: insanely long delays when moving several selected objects

2017-05-30 Thread Bob Sneidar via use-livecode
That happens to me as well. Closing the PI definitely fixes that. Bob S > On May 30, 2017, at 14:34 , Dr. Hawkins via use-livecode > wrote: > > I few minutes ago, I selected about three dozen fields in two groups, and > tapped up-arrow several times. > > I

Re: insanely long delays when moving several selected objects

2017-05-30 Thread Ali Lloyd via use-livecode
The workaround might be to close the property inspector- however that of course depends on whether the PI is open while you are experiencing this currently. On Tue, May 30, 2017 at 10:34 PM Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > I few minutes ago, I selected about

insanely long delays when moving several selected objects

2017-05-30 Thread Dr. Hawkins via use-livecode
I few minutes ago, I selected about three dozen fields in two groups, and tapped up-arrow several times. I had *thought* that the slowmove bug was long gone, but apparently not. Simply groping them to move isn't a viable workaround; the point was that I needed space in the middle of the group.

OT: Back to the future

2017-05-30 Thread Richmond Mathewson via use-livecode
Yum! https://archive.org/details/computer-programme A lot of what is said in these TV programmes is still relevant today. Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: HTML5 deployment: progress comes into sight

2017-05-30 Thread Mike Kerner via use-livecode
Any ETA on dp-7? I have a sort-of urgent need that I hope is addressed in 7. On Tue, May 30, 2017 at 1:25 PM, Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2017-05-18 16:09, hh via use-livecode wrote: > >> [Excerpt from thread 'LC core team', now with a more

Re: HTML5 deployment: progress comes into sight

2017-05-30 Thread Mark Waddingham via use-livecode
On 2017-05-18 16:09, hh via use-livecode wrote: [Excerpt from thread 'LC core team', now with a more approriate title.] That being said, recently we are a hair's breadth away from getting widgets working in HTML5 (hopefully running a little quicker than they did before too):