Google Play SDK problem

2020-07-29 Thread scott--- via use-livecode
I have an app (Windows, Mac, iOS and Android… thank you LC!) that is aimed at children. It does not contain advertising. I recently submitted an update to Google Play and although it was accepted into the store a few weeks ago, today I received the notice below. I am suspicious that this is not

Re: Help me understand infinity

2020-07-29 Thread J. Landman Gay via use-livecode
The bug list is infinite, ergo, all others are secondary to this one. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 29, 2020 6:13:39 PM Mark Wieder via use-livecode wrote: On 7/29/20 3:17 PM, Ali Lloyd via use-livecode

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 5:31 PM, Brian Milby via use-livecode wrote: This change first appeared in 9.5 DP 1, so it isn’t really new. Right. I don't think anyone accused this change of popping up in the latest release though. -- Mark Wieder ahsoftw...@gmail.com

Re: Help me understand infinity

2020-07-29 Thread Brian Milby via use-livecode
This change first appeared in 9.5 DP 1, so it isn’t really new. Sent from my iPad > On Jul 29, 2020, at 7:12 PM, Mark Wieder via use-livecode > wrote: > > On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote: > >> Now you can do: >> local tMin, tThisResult >> put infinity into tMin >>

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 3:17 PM, Ali Lloyd via use-livecode wrote: Now you can do: local tMin, tThisResult put infinity into tMin repeat for each element tElement in tList -- perform some computation on tElement to get tThisResult put min(tMin, tThisResult) into tMin end repeat Well, yes, that's

Re: Help me understand infinity

2020-07-29 Thread Ali Lloyd via use-livecode
I wonder if I can persuade the team to let me add a constant for the first uncountable strongly inaccessible cardinal. Regarding use-cases, I like the following one which is implicit in the above observations about comparisons between infinity and integers. Previously I would do the following a

Re: [ANN] Release 9.6.1 RC-1

2020-07-29 Thread Pi Digital via use-livecode
Yay HTML5 fixes. I’ll be testing this to the max tonight. :D Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 29 Jul 2020, at 17:54, panagiotis merakos via use-livecode > wrote: > > Dear list members, > > We are pleased to announce the release of LiveCode 9.6.1 RC-1. > > >

Re: Help me understand infinity

2020-07-29 Thread Alex Tweedly via use-livecode
On 29/07/2020 20:17, Dr. Hawkins wrote: On Jul 29, 2020, at 12:08 PM, Alex Tweedly via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Any number compared to positive infinity (other than itself) *will* be less than it. Bah, *ℵ*_2 > floating point infinity (which is *ℵ*_1 )

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 12:17 PM, Dr. Hawkins via use-livecode wrote: Bah, ℵ2> floating point infinity (which is ℵ1) Outside of the axiom of choice (or actually even with it) that's not something provable. OTOH, Kant's proofs of aleph null and aleph one are brilliant. -- Mark Wieder

Re: Help me understand infinity

2020-07-29 Thread Mark Wieder via use-livecode
On 7/29/20 12:08 PM, Alex Tweedly via use-livecode wrote: On 29/07/2020 18:57, Richard Gaskin via use-livecode wrote: In the v9.6.1RC1 Release Notes there's this:    Infinity constant    The constant infinity has been added to the language in this release.    As a result, theunquoted literal

Re: Help me understand infinity

2020-07-29 Thread Dr. Hawkins via use-livecode
On Jul 29, 2020, at 12:08 PM, Alex Tweedly via use-livecode wrote: > > Any number compared to positive infinity (other than itself) *will* be less > than it. Bah, ℵ2> floating point infinity (which is ℵ1) (I took that class from Halmos himself . . .) — Richard E. Hawkins, Esq. The

Re: Help me understand infinity

2020-07-29 Thread Alex Tweedly via use-livecode
On 29/07/2020 18:57, Richard Gaskin via use-livecode wrote: In the v9.6.1RC1 Release Notes there's this:    Infinity constant    The constant infinity has been added to the language in this release.    As a result, theunquoted literal infinity is now reserved. Any    existing uses of it should

Help me understand infinity

2020-07-29 Thread Richard Gaskin via use-livecode
In the v9.6.1RC1 Release Notes there's this: Infinity constant The constant infinity has been added to the language in this release. As a result, theunquoted literal infinity is now reserved. Any existing uses of it should be quoted, as otherwiseit will resolve to the floating

[ANN] Release 9.6.1 RC-1

2020-07-29 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.6.1 RC-1. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.6.1 RC-1 comes with more

Re: Object naming

2020-07-29 Thread Martin Koob via use-livecode
Stop dave. https://www.youtube.com/watch?v=ibfQX11aPmg > On Jul 28, 2020, at 4:57 PM, Jerry Jensen via use-livecode > wrote: > > Dave’s not here. > https://www.youtube.com/watch?v=rtDAK7Umk7A > >> On Jul 27, 2020, at 10:24 PM, Richard Gaskin via use-livecode >> wrote: >> >> Consider a