AVFoundation crash on codesigned application

2020-03-05 Thread Giovanni via use-livecode
Hi everybody, we are currently experiencing a problem with an LC application that is simply trying to catch a picture from a webcam. The executable works properly if it’s not code signed. After I sign the application it crashes at the very first camera access attempt (when the application should

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Bob Sneidar via use-livecode
And again, I must caution that any local folders set to sync with a nextCloud device, if you then uncheck a subfolder, it will REMOVE THE LOCAL SUBFOLDER! The NextCloud people figured that the NextCloud device must become the master, and your own local files the slave. Bob S > On Mar 4, 2020

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > And again, I must caution that any local folders set to sync with a > nextCloud device, if you then uncheck a subfolder, it will REMOVE THE > LOCAL SUBFOLDER! The NextCloud people figured that the NextCloud > device must become the master, and your own local files the slave.

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Mike Kerner via use-livecode
@Kaveh what are you using to connect to it? are you using the sheets api or something else? On Thu, Mar 5, 2020 at 2:34 PM Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Bob Sneidar wrote: > > And again, I must caution that any local folders set to sync with a > > ne

Re: LivecodeServer for ARM Cortex-A7 (Richard Gaskin)

2020-03-05 Thread Heriberto Torrado via use-livecode
Hi Richard, Thanks a lot for your rapid response. I have some glitches with our email server spam system, so I'm checking the email list on the web page. I downloaded the Raspberry Pi source code last week, but I got the same error. I think that's because Raspberry Pi runs on a differe

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Kaveh Bazargan via use-livecode
This is where I started, Mike: https://andregarzia.com/2018/11/reading-google-sheets-data-from-livecode.html Then I had to do a lot of work to get unicode imported properly. Somehow got it to work. :-) On Thu, 5 Mar 2020 at 19:58, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrot

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Mike Kerner via use-livecode
ok, that's what i thought. On Thu, Mar 5, 2020 at 3:47 PM Kaveh Bazargan via use-livecode < use-livecode@lists.runrev.com> wrote: > This is where I started, Mike: > > https://andregarzia.com/2018/11/reading-google-sheets-data-from-livecode.html > > Then I had to do a lot of work to get unicode im

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Richard Gaskin via use-livecode
And for writes? -- Richard Gaskin Fourth World Systems Mike Kerner wrote: ok, that's what i thought. On Thu, Mar 5, 2020 at 3:47 PM Kaveh Bazargan via use-livecode < use-livecode at lists.runrev.com> wrote: This is where I started, Mike: https://andregarzia.com/2018/11/reading-google-sheet

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Kaveh Bazargan via use-livecode
I am only reading now, Richard. I would like to be able to write too, and any hints appreciated. But currently people go to Google Sheets and update data. I realise Google Sheets is not a true database, but the attraction is that everyone is familiar with them and are not intimidated. On Thu, 5 M

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-05 Thread Ben Rubinstein via use-livecode
On 04/03/2020 20:37, Mike Kerner via use-livecode wrote: is anyone using anything besides mergGoogle to work with google sheets? care to share, if you are? I'm just using the Google Sheets API directly from LiveCode - just pushing JSON back and forth. The API is limited, but what's there is ve

Targeting iOS 5.1

2020-03-05 Thread Ben Rubinstein via use-livecode
We've got some first generation iPads, which can't be updated past iOS 5.1. I think I could find useful roles for them around the office, if I could build to them. The essential https://livecode.com/docs/9-5-0/faq/faq/ doesn't go back as far as 5.1. But I know that LiveCode could in the past b

Re: Targeting iOS 5.1

2020-03-05 Thread Monte Goulding via use-livecode
Panos is the oracle for this kind of detail (he would be asleep right now I think) but basically you will need an old version Xcode which you will only be able to run on an old version of macOS and then the version of LiveCode that matches said Xcode/macOS combo. The information is in the releas

Re: New Apple Developer iOS requirements beginning April 30

2020-03-05 Thread JB via use-livecode
Didn’t Apple say a while ago they were going to make the ios compatible with the desktop? It seems they both use Objective-C the same way. JB > On Mar 4, 2020, at 10:28 PM, Mark Waddingham via use-livecode > wrote: > > We replaced UIWebView with WKWebView in 9.6-DP-1. > > Sent from my iPhone

StackSize limit on iOS

2020-03-05 Thread Dan Friedman via use-livecode
I am trying to produce a landscape PDF on a iPhone… open inv stack "printingStack" set the width of stack "printingStack" to (11*72) set the height of stack "printingStack" to (8.5*72) answer the width of stack "printingStack" //--- this returns 414 ??? // I am using LC Business 9.6

Re: Targeting iOS 5.1

2020-03-05 Thread panagiotis merakos via use-livecode
Hello Ben, You can definitely build an app for the iPad 1st Gen in 7.1.4, and probably (Ι don't remember now) in some early versions of LC 8.x. Just make sure you choose "5.1.1 or later" in the iOS standalone settings, and check the checkbox "build 32bit slice only" The version of Xcode you'll n