Re: HTML entity escaping?

2019-01-09 Thread David Bovill via use-livecode
Hi Devin, yes that would work for an app - but this is for Livecode server - I'm not sure but is there a way to do that with revIgniter - ie create a field by script and use the functionality that way - this is the old hack I'm using / found - if anyone finds it useful / can improve on it ( i

Re: HTML entity escaping?

2019-01-09 Thread Richard Gaskin via use-livecode
David Bovill wrote: > yes that would work for an app - but this is for Livecode server You can use a stack with a field in it for converting to htmlText, or run the html through the templateField. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop,

Re: LC-apps for HC

2019-01-09 Thread Ingar Roggen via use-livecode
Richmond, «If I were a rich man…» But I am not, I am just an old (soon 85) lover of HC living here up North — but this is love eternal… What I c o u l d try to do is to get some rich and generous Norwegian idealist (RICH + GENEROUS + IDEALIST = an unbelievable value-combination in Scotland,

Checking xml string

2019-01-09 Thread jbv via use-livecode
Hi list, Does anyone has a function that would remove "ghost tags" from an xml string, for instance a tag when there's no tag before ? More generally, a script that checks the consistency of an xml string and points errors would do perhaps ? Thanks in advance. jbv

Re: windows defender issues? & other AV issues?

2019-01-09 Thread Matthias Rebbe via use-livecode
I meant I have just tested it here with LC9.0.2 Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de https://winsignhelper.dermattes.de > Am 09.01.2019 um 10:33 schrieb Matthias Rebbe via

Re: Get RGB color of a specific screen location

2019-01-09 Thread Beat Cornaz via use-livecode
Thanks everyone for the many suggestions. I will try them out and see which one will work best. Appreciate the multitude of ideas. Cheers, Beat ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: windows defender issues? & other AV issues?

2019-01-09 Thread Matthias Rebbe via use-livecode
The whole discussion made me remembering that on my Mac i noticed a really significant performance loss in SE when outputting large data in message box. When this is happening i can hear my fans boosting and the cpu temperature is increasing. As soon as i close the message box or empty it the

Re: Checking xml string

2019-01-09 Thread Malte Pfaff-Brill via use-livecode
Sorry, Was thinking Going into submarine mode again… Nothing to see here. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Checking xml string

2019-01-09 Thread Malte Pfaff-Brill via use-livecode
Hi JBV, actually is valid in XML and is the short form of Do you get parsing errors? Cheers, Malte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: TestInStandalone v_100

2019-01-09 Thread hh via use-livecode
> Bernd N. wrote: > At times it is hard to believe that it is "just" a HTML5 stack, it > seems like a little IDE in its own. It is in fact an interesting question how much of the IDE can be "ported" to a HTML5 standalone. Currently we are at the level of a non-debugging message box. If somebody

Re: Get RGB color of a specific screen location

2019-01-09 Thread Beat Cornaz via use-livecode
I have used the export snapshot and then the averaging. Works great. I had forgotten about the export function (have been away from coding for 3 years). I also had to implement Phil Davis' "set the screenMouseLoc to globalLoc(tLocWithinMyStack)". The average I got first (with only the mouseLoc)

Re: TestInStandalone v_100

2019-01-09 Thread Niggemann, Bernd via use-livecode
Hello Hermann, this is a super HTML5 stack. It lets one easily test what works and does not work in HTML5 stacks. Anyone interested in HTML5 stacks should at least have a look at it. At times it is hard to believe that it is "just" a HTML5 stack, it seems like a little IDE in its own. And

Re: Get RGB color of a specific screen location

2019-01-09 Thread hh via use-livecode
Looking again at your problem my experiences with both statistics and images say that the *median* would be a better average than the *arithmeticMean*. So you could try and compare both averages (more exactly: location parameters of your WxH-color-distribution). local t="temp" -- hL,vL is the