Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-10 Thread Paul Hibbert via use-livecode
Thank you for the quick response Monte, the fix works well! Paul > On 10 Dec 2017, at 13:36, Monte Goulding via use-livecode > wrote: > > http://quality.livecode.com/show_bug.cgi?id=20759 > > >> On 11 Dec

Re: mergBLE?

2017-12-10 Thread Monte Goulding via use-livecode
The mac side could certainly be done with mergBLE. The iOS side would require a Call Directory Extension using CallKit and CoreBluetooth then add that into the LC app when building. I think you would be breaking new ground doing that though so it would be worthwhile discussing with LC Business

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-10 Thread Monte Goulding via use-livecode
http://quality.livecode.com/show_bug.cgi?id=20759 > On 11 Dec 2017, at 8:29 am, Monte Goulding via use-livecode > wrote: > > Hi Folks > > It turns out this crash is caused by the need for a new plist entry >

TSNet error (18)

2017-12-10 Thread J. Landman Gay via use-livecode
A user is getting TSNet error 18 (transfer closed prematurely) when downloading a stack from a server on AWS. The same stack is working fine for virtually everyone else, so it's something on her end. We'd like to point her in the right direction, does anyone know why this might happen to a

Re: LC V8.1.8 IDE has brought new problems

2017-12-10 Thread Mark Wieder via use-livecode
On 12/10/2017 12:09 PM, Pyyhtiä Christer via use-livecode wrote: 1. When starting, the different windows still get placed somewhat in random places 2. The tools window disappears; you have to switch it off, and switch it on to see it again 3. The IDE just dies, doesn't quit from menu, you

Re: MergPop error on iOS 11.2 & LC 8.1.8

2017-12-10 Thread Monte Goulding via use-livecode
Hi Folks It turns out this crash is caused by the need for a new plist entry `NSPhotoLibraryAddUsageDescription`. Cheers Monte ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: LC V8.1.8 IDE has brought new problems

2017-12-10 Thread hh via use-livecode
Your criticism is, TMHO, too general and by that wrong. Certainly there are certain scenarios where this occurs. (1) Never ever one of my stack window appeared in a wrong place. Not on Mac, nor on Win, nor on linux. What's sometimes wrong are the rects of some IDE windows. Tools: No, SE: often,

LC V8.1.8 IDE has brought new problems

2017-12-10 Thread Pyyhtiä Christer via use-livecode
1. When starting, the different windows still get placed somewhat in random places 2. The tools window disappears; you have to switch it off, and switch it on to see it again 3. The IDE just dies, doesn't quit from menu, you have to use Activity Monitor to kill it. 1 was a problem in 8.1.7;

Re: libUrl tsNet and socketTimeoutInterval

2017-12-10 Thread Sannyasin Brahmanathaswami via use-livecode
@ Charles It would appear that perhaps there is a possible global approach that could cover a wide variety of net access conditions. am I being naïve or could it be this simple? if we just have this running and available all the time tsNetSetTimeouts… [add your params here]