Re: Mobile Check Bandwidth Function

2017-07-03 Thread Monte Goulding via use-livecode
> On 4 Jul 2017, at 6:50 am, Richard Gaskin via use-livecode > wrote: > > >> And iOS only? What do we do for the other 80% of the world? > > > > Android: > > https://developer.android.com/reference/android/net/ConnectivityManager.html > > > >

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Mark Wieder via use-livecode
On 07/03/2017 01:50 PM, Richard Gaskin via use-livecode wrote: I figured there was a parallel API for Android. I guess my question was when we might see feature completion on the script access for that in LC. ...and thus my snarky comment about the "iphone" naming. -- Mark Wieder

Re: [OT] Renewing Apple Developer ID Installer Certificate

2017-07-03 Thread Marty Knapp via use-livecode
Thanks Colin. It is a bit different than iOS (and I'm not selling in the Mac App Store either). What I've done at this point is to generate new certificates for both the Developer ID Application and Developer ID Installer. There appears to be no renewal capability. I use AppWrapper to codesign

Release 9.0.0 DP7 / SVG / The book of the film of the poem

2017-07-03 Thread Alejandro Tejada via use-livecode
Hi Frans, > Many thanks for your assistance! Glad to help! but SVG file format inherent problems will remain problematic for some time to come: "Allowing JavaScript within SVG sounds like a “Wouldn’t that be neat” idea that someone threw in without much thought about the security consequences.

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: > On 07/03/2017 09:35 AM, Richard Gaskin via use-livecode wrote: > >> "reachability"? Whiskey Tango Foxtrot? I'd love to hear the >> backstory on that name choice. It has the scent of things like >> "srcBic", adopted from the arbitrary choices of neckbeards who >> define OS

Re: Snapshot of computer desktop

2017-07-03 Thread Tom Glod via use-livecode
cool thanks Richmond. On Sat, Jul 1, 2017 at 5:34 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Frankly just a rehash and a tart-up of something I made in about 2002; > maybe useful: > > https://www.dropbox.com/s/okypdc1f9sx0ghu/STS.livecode.zip?dl=0 > > Love,

Re: [OT] Renewing Apple Developer ID Installer Certificate

2017-07-03 Thread Colin Holgate via use-livecode
I would think that it’s the same as with iOS. When you go back to https://developer.apple.com/account/mac/certificate/ after renewing your subscription it will most likely have an expired certificate. You make a new one, then go to the

[OT] Renewing Apple Developer ID Installer Certificate

2017-07-03 Thread Marty Knapp via use-livecode
I sell and distribute Mac apps from my own website and have the Apple Developer ID Application Certificate and the Developer ID Installer Certificate. I've been notified that they will both expire in a couple of days. According to the Apple web site, if the Developer ID Installer Certificate

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Mark Wieder via use-livecode
On 07/03/2017 09:35 AM, Richard Gaskin via use-livecode wrote: "reachability"? Whiskey Tango Foxtrot? I'd love to hear the backstory on that name choice. It has the scent of things like "srcBic", adopted from the arbitrary choices of neckbeards who define OS APIs. Maybe there's an API for

Re: Pinch and Zoom in Browser Widget

2017-07-03 Thread Colin Holgate via use-livecode
It also fails in Mac desktop, so you could save some time checking into why that is (if you have a trackpad that is). Where is the code for a widget stored? > On Jul 3, 2017, at 10:48 AM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > We can to go a

Pinch and Zoom in Browser Widget

2017-07-03 Thread Sannyasin Brahmanathaswami via use-livecode
We can to go a web page in Safari in iOS or Chrome on Android and pinch and zoom in. The same web page, shown in the browser widget is non-responsive to pinch and zoom out Is there a solution for this? BR ___ use-livecode mailing list

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Bob Sneidar via use-livecode
+5 > On Jul 3, 2017, at 09:35 , Richard Gaskin via use-livecode > wrote: > > Thanks. > > "reachability"? Whiskey Tango Foxtrot? I'd love to hear the backstory on > that name choice. It has the scent of things like "srcBic", adopted from the > arbitrary

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: >> On Jul 3, 2017, at 07:48 , Richard Gaskin wrote: >> >> I could have sworn there was a message named something like >> networkConnetionChanged or mobileNetworkChanged or >> mobileNetworkInterfaceChanged or whatever, but searching through >> the Dictionary for every part of

Re: sorting algorithms

2017-07-03 Thread Mark Wieder via use-livecode
On 07/03/2017 06:26 AM, Ben Rubinstein via use-livecode wrote: I think this series of videos may be what you're looking for: https://www.youtube.com/user/AlgoRythmics/videos !!! That's great !!! And the comments... "This is... by a wide margin... the nerdiest thing... I've ever seen... in my

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Bob Sneidar via use-livecode
Here is where a C applet would come in handy. Is it possible to have a C applet running that would be able to tell the LC engine that the network had changed? Otherwise, it would be REALLY USEFUL for a database application to "know" this. Bob S

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Bob Sneidar via use-livecode
reachabilityChanged (for iOS only???) Bob S > On Jul 3, 2017, at 07:48 , Richard Gaskin via use-livecode > wrote: > > I could have sworn there was a message named something like > networkConnetionChanged or mobileNetworkChanged or >

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Bob Sneidar via use-livecode
Ping will not work. Some firewalls will prevent ICMP packets to and or from a source. If this library is to be used universally, you need a better method to determine if a device is responding on a known port. The tried and true method for doing this is telnet. Unfortunately, Microsoft

Re: OT: Mandelbrot set deep dive

2017-07-03 Thread Bob Sneidar via use-livecode
Last time I felt like that, kids had yet to adopt the habit of calling other guys "dude". Bob S > On Jun 30, 2017, at 16:35 , Stephen Barncard via use-livecode > wrote: > >> After watching a couple minutes of this, I started getting light-headed >> and felt

Re: Cross-platform app containers

2017-07-03 Thread Bob Sneidar via use-livecode
Well the better part would be running Windows apps in Chrome. I have me doubts like Mark. How this can come to fruition without the entire computing industry rising up to smoosh it or buy it out is the real question. Think about it. No more need to buy a Dell laptop, just get a Chromebook! Of

Re: Mobile Check Bandwidth Function

2017-07-03 Thread Richard Gaskin via use-livecode
Peter Bogdanoff wrote: > Can anyone share their "test bandwidth" library? I could have sworn there was a message named something like networkConnetionChanged or mobileNetworkChanged or mobileNetworkInterfaceChanged or whatever, but searching through the Dictionary for every part of that I can

Re: sorting algorithms

2017-07-03 Thread Ben Rubinstein via use-livecode
I think this series of videos may be what you're looking for: https://www.youtube.com/user/AlgoRythmics/videos On 30/06/2017 17:39, Bob Sneidar via use-livecode wrote: I thought it was going to explain the different sort methods. I suppose which one you use depends on the nature of the data

Re: Advice on copying and pasting in mobile

2017-07-03 Thread Jonathan Lynch via use-livecode
Oh - I will buy the licensed one. Can I get it now? Sent from my iPhone > On Jul 3, 2017, at 7:01 AM, Thierry Douez via use-livecode > wrote: > > 2017-07-02 14:54 GMT+02:00 Jonathan Lynch > > : > > Hello, >> >> I really need to be able to paste text in an LC

Re: Advice on copying and pasting in mobile

2017-07-03 Thread Thierry Douez via use-livecode
2017-07-02 14:54 GMT+02:00 Jonathan Lynch ​ : Hello, > > I really need to be able to paste text in an LC field on mobile. > > I can do it for iOS with the sunny text to speech external, ​Great! ​ > but that external has an audio message that comes on when the app first > opens > ​... >

[ANN] This Week in LiveCode 89

2017-07-03 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #89 here: https://goo.gl/fpUKv7 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Release 9.0.0 DP7 / SVG / The book of the film of the poem/ Alejandro solved it.

2017-07-03 Thread Frans Schoffelen via use-livecode
Hi Alejandro, sorry for the delayed answer. Busy times. I tried to write a script to adapt some of the SVG files at hand according to your instructions but that got me into a lot of offset problems and the widget ran into a lot of “exceeds boundary “ or something similar in rendering. I have

Re: Mobile Check Bandwidth Function

2017-07-03 Thread axwald via use-livecode
Hi. Peter Bogdanoff via use-livecode wrote > Can anyone share their "test bandwidth" library? Found it difficult & time consuming to test the actual bandwidth, so I'm testing the latency now. Bad latency usually relates to bad bandwidth ;-) On my server I have a php script: