Re: Callbacks in HTML5

2018-10-06 Thread Peter Bogdanoff via use-livecode
Thanks, yes, please send me that info. Peter > On Oct 6, 2018, at 7:47 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Andre and I spend a long time tinkering with this last year. > > In the end I asked for a quote. It was ~$9,000.00 (or something like > that) for the basic

Re: Most Efficient Way To "Blink"

2018-10-06 Thread Mark Wieder via use-livecode
On 10/06/2018 07:38 PM, Sannyasin Brahmanathaswami via use-livecode wrote: I am recently switched to Thunderbird for mail, it is entering the asterisk in code. Sorry about that. Look in TBird Preferences at Account Settings | Composition & Addressing and make sure 'Compose messages in HTML

Re: Callbacks in HTML5

2018-10-06 Thread Sannyasin Brahmanathaswami via use-livecode
Andre and I spend a long time tinkering with this last year. In the end I asked for a quote. It was ~$9,000.00 (or something like that) for the basic implementation. If you wanted the IDE to report errors/debug another $7K $16,000.00 I don't have a budget for just this feature If you

Re: Most Efficient Way To "Blink"

2018-10-06 Thread Sannyasin Brahmanathaswami via use-livecode
On 10/6/18 10:47 AM, Mark Wieder via use-livecode wrote: > After much editing (can you possibly post text instead of lots of > asterisks?) I tried this and it works here, although if you really want > to see the blink you need another wait statement after the second > background color change.

Sharing groups between stacks

2018-10-06 Thread Geoff Canyon via use-livecode
In Navigator, I implemented functionality that was previously just a group that I "show"ed and "hide"ed in the Navigator mainstack, as a palette substack of Navigator. To do this, I created a substack, and copied over the group. All scripts are behaviors, so the code isn't duplicated, but the

Re: Most Efficient Way To "Blink"

2018-10-06 Thread Mark Wieder via use-livecode
On 10/06/2018 01:20 PM, Sannyasin Brahmanathaswami via use-livecode wrote: I just crashed 9.0.1. stable with the first recursion error I had in a long time. After much editing (can you possibly post text instead of lots of asterisks?) I tried this and it works here, although if you really

Callbacks in HTML5

2018-10-06 Thread Peter Bogdanoff via use-livecode
Hi, Does anyone know the availability of callbacks in LC HTML5? Some time ago the Company said that callbacks weren’t there yet, and adding that would be “expensive.” Has anything changed since? Peter Bogdanoff ArtsInteractive ___ use-livecode

Re: Most Efficient Way To "Blink"

2018-10-06 Thread Tom Glod via use-livecode
does this code crash it all the time or just one time? On Sat, Oct 6, 2018 at 4:21 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > I just crashed 9.0.1. stable with the first recursion error I had in a > long time. > > I was playing with to "blinking"

Most Efficient Way To "Blink"

2018-10-06 Thread Sannyasin Brahmanathaswami via use-livecode
I just crashed 9.0.1. stable with the first recursion error I had in a long time. I was playing with to "blinking" animation. using send "blinkStart true" to me in 500 milliseconds crashed the IDE. Now I have this, but color doesn't change. Anyone have a efficient recipe to "blink" any