Annoying pop-up message

2021-11-17 Thread David Squance via use-livecode
This may be off-topic, but I don’t know if it’s related to my Mac OS or LC. Lately I get a periodic pop-up that says “The ‘C++filt’ command requires the command line developer tools. Would you like to install the tools now?” I have no knowledge of doing anything that uses the above command. I’m

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
Ahhh, That explains why the app is failing now. I lost the pro-features in the transition to the new business model. Thanks! Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread matthias rebbe via use-livecode
According to Livecode's website https://livecode.com/pro-features/ Complete Advanced Networking Layer: - Non-blocking, asynchronous operations on SFTP, SMTP, SMTPS and SMTP/TLS - SFTP authentication via public key authentication giving the best possible security - SMTP(S/TLS) / SFTP downloads

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
What is the "pro version" of tsNet the Charles refers to in that thread? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode

Re: Error when creating Android APK

2021-11-17 Thread Jim At Consensus via use-livecode
Strange. Clarification. My error is occurring during stand-alone build. I include a folder in the “Copy Files” section. In the folder are files “to be filled” recording user choices, etc. The build process fails on the first “empty” file. Will be chasing workarounds today so will see. Many

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
J, Thanks to you and Charles! I wonder what changed to start this? Was tsNet or the mobile OSs not strict enough before and these errors were dropping on the floor or is it a bug introduced by either tsNet or the mobile OSs? Inquiring minds want to know... Ralph DiMola IT Director Evergreen

Re: LC Clipboard Polling Hang: Reported yet?

2021-11-17 Thread Tom Glod via use-livecode
hmmm...I use my clipboard tool everyday and i routinely have 7-10 days uptime, during which I think I would have come across this. My guess is that this one is new. But thats not to say there are not other bugs in the clipboard. Thanks for the heads up about this before I decide to rebuild

Re: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread J. Landman Gay via use-livecode
On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. I am doing several synchronous operations in the form "put url (some-url) into tVar". I do 1 or 2 and then every request after that fails. Played with the various timeouts with

Re: LC Clipboard Polling Hang: Reported yet?

2021-11-17 Thread matthias rebbe via use-livecode
Curry, are you experiencing this on Windows or macOS? Regards, Matthias > Am 17.11.2021 um 20:19 schrieb Curry Kenworthy via use-livecode > : > > > I'm seeing a hang in LC 9.x when > accessing the clipboard repeatedly. > (Including LC 9.6.5 RC 2.) > > No precise recipe yet; that comes

LC Clipboard Polling Hang: Reported yet?

2021-11-17 Thread Curry Kenworthy via use-livecode
I'm seeing a hang in LC 9.x when accessing the clipboard repeatedly. (Including LC 9.6.5 RC 2.) No precise recipe yet; that comes next, if this hasn't been reported yet. I accessing clipboardData["text"] maybe 1800 times, with the data on the clipboard changing 200 times. Finally LC breaks

Re: Android: Play App Signing

2021-11-17 Thread Mark Wieder via use-livecode
On 11/17/21 4:41 AM, Heather Laine via use-livecode wrote: Yes unfortunately that is correct, there is no way to delete this. Its out there. You probably should change your signing key... "probably" Heh. -- Mark Wieder ahsoftw...@gmail.com ___

Re: Error when creating Android APK

2021-11-17 Thread panagiotis m via use-livecode
Thanks for the update Klaus :) Glad the lesson is still valid :) Cheers, Panos -- On Wed, 17 Nov 2021 at 17:46, Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Panos, > > > Am 17.11.2021 um 16:40 schrieb panagiotis m via use-livecode < >

Re: Error when creating Android APK

2021-11-17 Thread Klaus major-k via use-livecode
Hi Panos, > Am 17.11.2021 um 16:40 schrieb panagiotis m via use-livecode > : > > Hello Klaus, > > It sounds like you have this in the Copy Files section in the standalone > settings of this stack: > /Users/klaus2/Desktop/de.lproj > and this resource cannot be found by the standalone builder,

Re: Error when creating Android APK

2021-11-17 Thread panagiotis m via use-livecode
Hello Klaus, It sounds like you have this in the Copy Files section in the standalone settings of this stack: /Users/klaus2/Desktop/de.lproj and this resource cannot be found by the standalone builder, because it is not there. Is it the case? Kind regards, Panos -- On Wed, 17 Nov 2021 at

Re: Error when creating Android APK

2021-11-17 Thread Klaus major-k via use-livecode
Hi Jim, > Am 17.11.2021 um 16:16 schrieb Jim At Consensus via use-livecode > : > > I just started getting a similar error when building a stand-alone for iOS. > All of a sudden, the stand-alone builder is failing to find files when > building and fails. Haven’t started troubleshooting in

Re: Error when creating Android APK

2021-11-17 Thread Jim At Consensus via use-livecode
I just started getting a similar error when building a stand-alone for iOS. All of a sudden, the stand-alone builder is failing to find files when building and fails. Haven’t started troubleshooting in detail BUT it only happens when the file is empty (e.g. a text file with no data). Might be

Re: Xcode and Catalina **NEW MBP**

2021-11-17 Thread Mike Kerner via use-livecode
For anyone else who gets to fight through this before a new LC comes out: This is not an OS upgrade, this is a new box, with monterey preinstalled. I used the Time Machine method for setting up this box That brought over multiple copies of XCode, including 12.5 and 12.5.1 Building with LC throws

Error when creating Android APK

2021-11-17 Thread Klaus major-k via use-livecode
Hi friends, until yesterday I could create Android APK packages without problems. Today I tried the lesson: Worked fine so far, Android Studio worked for a couple of minutes and finally

RE: Xcode and Catalina **NEW MBP**

2021-11-17 Thread Ralph DiMola via use-livecode
Did you point the build tools to 12.5.1? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mike Kerner via use-livecode Sent: Wednesday, November 17, 2021

Re: Xcode and Catalina **NEW MBP**

2021-11-17 Thread Mike Kerner via use-livecode
just to follow up on this some more, I have tried launching XC 12.5.1 manually. You can do it, but something happened with the command-line tools, which causes builds from within LC to bork with an error. On Tue, Nov 16, 2021 at 9:51 PM Jim MacConnell via use-livecode <

Re: Xcode and Catalina **NEW MBP**

2021-11-17 Thread Mike Kerner via use-livecode
link, please. It isn't working for me. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android: Play App Signing

2021-11-17 Thread Heather Laine via use-livecode
Yes unfortunately that is correct, there is no way to delete this. Its out there. You probably should change your signing key... Best Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 16 Nov 2021, at 20:56, J. Landman Gay via use-livecode > wrote: