Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-13 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha, Charles: This connection speed feedback looks awesome. Does TSnet handle/monitor speed on all all the port 80/443 calls? set the url of widget "browser" to "https://www.himalayanacademy.com"; I created a "horrible hack" to ping our server every few milliseconds ala Apple's own web p

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-13 Thread Charles Warwick via use-livecode
Hi Dan, The resetAll command is very destructive, in that it closes all currently open connections. In certain circumstances it has been required when using the traditional libUrl library to work around network errors and in order to maintain feature parity, it does also work with tsNet. H

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Dan Friedman via use-livecode
Charles, Yes, I do have resetAll in my scripts. I use it when a communications error has occurred as a way to reset and try again. If tsNet is in play, I gather I should not call resetAll? If not, is there something else I should be doing? Also, is there a way (via a property) to determine

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Matthias Rebbe via use-livecode
You mean, you want to call that in the standalone? I am not sure. I would say this is a question either for Charles Warwick or the people at Livecode. > Am 12.07.2017 um 17:13 schrieb Dan Friedman via use-livecode > : > > Matthias, > > If I build the standalone with tsNet selected, could I c

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Dan Friedman via use-livecode
Matthias, If I build the standalone with tsNet selected, could I call: dispatch "revUnloadLibrary" to stack "tsNetLibUrl" at runtime to switch back to libURL? If so, this would give me the option to use either one. Thanks! -Dan On 7/11/17, 6:13 PM, "use-livecode on behalf of use-li

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-12 Thread Charles Warwick via use-livecode
Hi Dan, The error message "Not initialised" (the spelling is correct depending on where you live ;-) ) indicates that the tsNet external isn't running. If you are using libUrl which I am guessing you are, tsNet is initialised on startup, so this would indicate that it has either been shut do

Re: [ANN] Release 8.1.5

2017-07-11 Thread panagiotis merakos via use-livecode
Hi Ben, It is safer to those steps every time you have to use a different Xcode version (with older LC versions), since if you don't that, you *might* see some unexpected (and completely non-descriptive) errors when building iOS standalones. May I ask why you have to switch back to an older LC ve

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Matthias Rebbe via use-livecode
Hi Dan, reading my comment makes me think that it is confusing. What i wanted to say was, To use the “old” libURL unload tsNET as described, then create the standalone. The standalone then will use the old libURL. One little caveat. The created standalone still contains the tsNET external, alth

Re: [ANN] Release 8.1.5

2017-07-11 Thread Ben Rubinstein via use-livecode
Thanks Panos. But what happens when switching back to an older LC which references an older Xcode - do I have to redo the incantation below each time? Or should it always be set to the latest Xcode, regardless of which one LC is using to build with? Many thanks, Ben On 11/07/2017 18:00, pan

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Matthias Rebbe via use-livecode
Dan, before creating the standalone you can disable the tsNet external To unload: dispatch "revUnloadLibrary" to stack "tsNetLibUrl" To load again: dispatch "revLoadLibrary" to stack “tsNetLibUrl" Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu

Re: [ANN] Release 8.1.5 -- tsneterr

2017-07-11 Thread Dan Friedman via use-livecode
I am porting a large project from LC 7 to 8.1.5. Occasionally, I get this error when accessing the internet: “tsneterr: Not initialised” (misspelled, by the way). It works fine for a while, then it just fails. And, once it fails you have to completely restart. Sometimes LC even crashes! I

Re: [ANN] Release 8.1.5

2017-07-11 Thread panagiotis merakos via use-livecode
Hi Ben, Yes, this error means that still the old_path_to_xcode_command_line_tools is used (i.e. the /Applications/Xcode.app one). You can change it in two ways: 1) Open a terminal and type: sudo xcode-select -s path/to/new/xcode.app e.g. for me this is: sudo xcode-select -s /Users/panos/Builds

Re: [ANN] Release 8.1.5

2017-07-11 Thread Ben Rubinstein via use-livecode
Hi Panos, On 10/07/2017 18:20, panagiotis merakos via use-livecode wrote: @MIke I guess that Xcode8.3.3 is the one in /Applications/Xcode.app? BTW I would suggest to have separate folders for each Xcode version, to avoid problems where the Xcode version is updated automatically (the one in /Appl

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
I'm getting the same error with XC 8.3. Interesting, though, I think I may have stumbled on the problem. Every time I launch XC and go into my account and the certs/profiles list, XC creates a new cert for development and a new one for distribution. I just went into my keychain, removed all of the

Re: [ANN] Release 8.1.5

2017-07-10 Thread panagiotis merakos via use-livecode
Thanks David, good to know. So Sierra 10.12.5 does not seem to be the culprit. Best, Panos -- On Mon, Jul 10, 2017 at 9:12 PM, Dave Kilroy via use-livecode < use-livecode@lists.runrev.com> wrote: > @Panos > > LC 8.1.5 builds OK for iOS here: > OS X: 10.12.5 > Xcode: 8.3.3 > > Dave > > > > @Paul

Re: [ANN] Release 8.1.5

2017-07-10 Thread Dave Kilroy via use-livecode
@Panos LC 8.1.5 builds OK for iOS here: OS X: 10.12.5 Xcode: 8.3.3 Dave > @Paul > Thanks for the feedback > > @Mike > After the LiveCode Global on Thursday, I'll update my Mac to Sierra > 10.12.5, to see if this is related. > > > > On Mon, Jul 10, 2017 at 6:39 PM, Paul Hibbert via use-

Re: [ANN] Release 8.1.5

2017-07-10 Thread panagiotis merakos via use-livecode
@Paul Thanks for the feedback @Mike After the LiveCode Global on Thursday, I'll update my Mac to Sierra 10.12.5, to see if this is related. On Mon, Jul 10, 2017 at 6:39 PM, Paul Hibbert via use-livecode < use-livecode@lists.runrev.com> wrote: > I just saw the Link Arm error, but the dialogue a

Re: [ANN] Release 8.1.5

2017-07-10 Thread Paul Hibbert via use-livecode
I just saw the Link Arm error, but the dialogue also suggested updating the path to the Xcode tools, I did this with [ sudo xcode-select -r ] in terminal and all works correctly now. This is with Xcode 8.3 installed in the default Applications folder. I haven’t tried updating Xcode to 8.3.3 just

Re: [ANN] Release 8.1.5

2017-07-10 Thread panagiotis merakos via use-livecode
I do not expect an older Xcode version to make the difference, but anyway. Just a clarification, can you build your app using the same setup in 8.1.5 rc3? On Mon, Jul 10, 2017 at 6:32 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I did clear the PP's. I'll try downlo

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
I did clear the PP's. I'll try downloading an older xcode to see if that helps, since right now I'm stopped. On Mon, Jul 10, 2017 at 1:20 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > @MIke I guess that Xcode8.3.3 is the one in /Applications/Xcode.app? BTW I >

Re: [ANN] Release 8.1.5

2017-07-10 Thread panagiotis merakos via use-livecode
@MIke I guess that Xcode8.3.3 is the one in /Applications/Xcode.app? BTW I would suggest to have separate folders for each Xcode version, to avoid problems where the Xcode version is updated automatically (the one in /Applications/Xcode.app), but LC not yet supports this Xcode version. I have a fol

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
10.12.5 8.3.3 /Applications/Xcode.app/Contents/Developer I've also run into another weird thing with this version of xcode. Thinking that I had a cert or provisioning profile problem, I went in to prefs and pulled up the certs. Every time I do that, xcode creates a new one - both developer and di

Re: [ANN] Release 8.1.5

2017-07-10 Thread Richmond Mathewson via use-livecode
That's moderately exciting. Richmond. On 7/10/17 4:23 pm, panagiotis merakos via use-livecode wrote: Dear List Members, We are pleased to announce the release of LiveCode 8.1.5 Stable. By "Stable", we mean that no reported regressions have been introduced in 8.1.5, compared to the previous Sta

Re: [ANN] Release 8.1.5

2017-07-10 Thread panagiotis merakos via use-livecode
hmm, I have not seen that before. Which Sierra version are you using? I am on Sierra 10.12.4. Are you using Xcode 8.3.3? What is the terminal output if you type "xcode-select -p"? On Mon, Jul 10, 2017 at 5:46 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I was able

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
I was able to get the build to get further by switching the ios version to the latest one (10.3), but now I'm getting a codesigning failed, segmentation fault 11 error. Bug 20030. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
nope, that doesn't fix it every time, either, so ignore that suggestion. I'm on attempt 6 for this app... On Mon, Jul 10, 2017 at 12:00 PM, Mike Kerner wrote: > I've been fighting with it all morning. The only thing that MIGHT be > fixing it is if I switch the build-for devices to something els

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
I've been fighting with it all morning. The only thing that MIGHT be fixing it is if I switch the build-for devices to something else and then back, and then if I switch the min ios version to 10.3 and then back. I say Might, because I've tried many times, today, across several apps, and finally

Re: [ANN] Release 8.1.5

2017-07-10 Thread panagiotis merakos via use-livecode
Hi Mike, I get that occasionally, not sure why and I cannot pin down a reliable recipe. The error goes away if I retry to build. http://quality.livecode.com/show_bug.cgi?id=19080 Best Panos -- On Mon, Jul 10, 2017 at 4:18 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote:

Re: [ANN] Release 8.1.5

2017-07-10 Thread Mike Kerner via use-livecode
Anyone else getting a persistent "linking for arm" error when trying to build with 8.1.5? On Mon, Jul 10, 2017 at 9:23 AM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Dear List Members, > > We are pleased to announce the release of LiveCode 8.1.5 Stable. By > "St

Re: [ANN] Release 8.1.5 RC-1

2017-06-15 Thread Richmond Mathewson via use-livecode
On 6/15/17 2:06 am, Curry Kenworthy via use-livecode wrote: Richmond: > The whole discussion is becoming a "pane" and I for one am "board". > "a real Windows machine" is almost as meaningful as phrases such as > "real men stand up to pee". It was clear; you confirmed your own understanding i

Re: [ANN] Release 8.1.5 RC-1

2017-06-14 Thread Phil Davis via use-livecode
On 6/14/17 4:06 PM, Curry Kenworthy via use-livecode wrote: But on that subject, which I never imagined seeing here, I would advise males to pee in the most manly way possible TMI... for me it's triggering that scene in "About Schmidt". Moving on now. Phil -- Phil Davis ___

Re: [ANN] Release 8.1.5 RC-1

2017-06-14 Thread Curry Kenworthy via use-livecode
Richmond: > The whole discussion is becoming a "pane" and I for one am "board". > "a real Windows machine" is almost as meaningful as phrases such as > "real men stand up to pee". It was clear; you confirmed your own understanding in that very first post, so I saw the objection as more of an a

Re: [ANN] Release 8.1.5 RC-1

2017-06-14 Thread Richmond Mathewson via use-livecode
The whole discussion is becoming a "pane" and I for one am "board". "a real Windows machine" is almost as meaningful as phrases such as "real men stand up to pee". Richmond. On 6/14/17 7:33 pm, Mark Wieder via use-livecode wrote: On 06/14/2017 08:38 AM, Dr. Hawkins via use-livecode wrote: O

Re: [ANN] Release 8.1.5 RC-1

2017-06-14 Thread Mark Wieder via use-livecode
On 06/14/2017 08:38 AM, Dr. Hawkins via use-livecode wrote: On Tue, Jun 13, 2017 at 10:20 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: What does "a real Windows machine" mean? I'm not sure whether that would be using X, or POKEing addresses 32 to 35 on and

Re: [ANN] Release 8.1.5 RC-1

2017-06-14 Thread Dr. Hawkins via use-livecode
On Tue, Jun 13, 2017 at 10:20 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > What does "a real Windows machine" mean? > I'm not sure whether that would be using X, or POKEing addresses 32 to 35 on and Apple ][ to define the scrolling window . . . -- Dr. Richa

Re: [ANN] Release 8.1.5 RC-1

2017-06-13 Thread Matthias Rebbe via use-livecode
I thought with “real windows machine” Curry wanted to express that he is not running Windows in a virtual machine. Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 13.06.2017 um 19:31 schrieb Richard Gaskin via use-livecode > mailto:use-liv

Re: [ANN] Release 8.1.5 RC-1

2017-06-13 Thread Richmond Mathewson via use-livecode
I wasn't trying to be "deep", it was the word "real" that threw me off balance. Richmond. On 6/13/17 8:31 pm, Richard Gaskin via use-livecode wrote: Richmond Mathewson wrote: > What does "a real Windows machine" mean? A machine running Windows. Much like a "Linux machine" is a machine runni

Re: [ANN] Release 8.1.5 RC-1

2017-06-13 Thread Richard Gaskin via use-livecode
Richmond Mathewson wrote: > What does "a real Windows machine" mean? A machine running Windows. Much like a "Linux machine" is a machine running Linux. It's not that deep. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web _

Re: [ANN] Release 8.1.5 RC-1

2017-06-13 Thread Richmond Mathewson via use-livecode
What does "a real Windows machine" mean? I've never heard of Windows machines. I've heard of Macintosh machines, that run Mac OS (and other operating systems). I've heard of IBM compatible machines that run Windows (and other operating systems). I've heard of Archimedes machines that run R

Re: [ANN] Release 8.1.5 RC-1

2017-06-13 Thread Curry Kenworthy via use-livecode
> LiveCode 8.1.5 RC-1 contains 72 bug fixes, new features, as well as > security and stability improvements: > - Several crashes have been fixed. Thanks, I'm liking this version! The crashes, hangups, funky cursors, and other glitches in 813/814 had been a hindrance. I'm on a real Windows mach

Re: [ANN] Release 8.1.5 RC-1

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
got it tks… I had forgotten the structure there… only stable versions at the top… yep… 8_1_5-rc-1 is there below. On 6/12/17, 8:41 AM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote: Hi Brahmanathaswami, The offline activation file is available for 8.1.5

Re: [ANN] Release 8.1.5 RC-1

2017-06-12 Thread panagiotis merakos via use-livecode
Hi Brahmanathaswami, The offline activation file is available for 8.1.5 rc1, as usual (I just checked). This is needed for *activating* a commercial license, not for getting the 8.1.5 rc1 release. Best, Panos -- On Mon, Jun 12, 2017 at 6:58 PM, Sannyasin Brahmanathaswami via use-livecode wrote:

Re: [ANN] Release 8.1.5 RC-1

2017-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
No offline activation file available? On 6/12/17, 7:09 AM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote: Dear list members, We are pleased to announce the release of LiveCode 8.1.5 RC-1. Getting the Release === You can ge