Re: Time-outs in LC Server?

2019-07-19 Thread Alex Tweedly via use-livecode
On 19/07/2019 14:28, Rick Harrison via use-livecode wrote: The following is a link to the javascript stuff I had referred to before. I just want a clean LC way to do the same thing. https://stackoverflow.com/questions/9564602/how-to-know-browser-idle-time?noredirect=1=1 Sorry to be the

Quote for Signing & Notarizing a LC built application for Windows & Apple

2019-07-19 Thread Tom Glod via use-livecode
Hey, Would love to know what it will cost me to sign an notarize my windows and apple standalone. I will provide application files and digital signature certificate from: https://www.ksoftware.net/code-signing-certificates/ You do the rest, and return signed and submitted applications. Please

RE: Downloading apk

2019-07-19 Thread J. Landman Gay via use-livecode
Thanks, that settles it. I'll just direct the user to the web site where they can click a link and it installs. After I posted I did find the download in Chrome's download folder but I think that would generate too many support calls, especially since I couldn't find it immediately myself.

RE: Downloading apk

2019-07-19 Thread Ralph DiMola via use-livecode
This is harder than I thought.. You need to create intents(different ones for various Android OS versions), add REQUEST_INSTALL_PACKAGES in your manifest and make sure you have permission to external storage. The Browser method will only allow you to download the apk to the download folder and

Downloading apk

2019-07-19 Thread J. Landman Gay via use-livecode
I'm trying to download an apk update from a server without success. What is the correct URL format? This fails: launch url ("https://www.mydomain.com/myapp.apk;) This launches Chrome but stops at whatever web page was previously open. It doesn't even go to the designated domain. The goal is

Re: New lesson about codesigning an app, creating codesgined DMG and Notarize it for distribution outside of the Mac App Store

2019-07-19 Thread scott--- via use-livecode
Matthias, Thank you so much for this timely work! Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com booth 1-800-615-0867 mobile 360-920-0715

Re: SE crash possible vector

2019-07-19 Thread Bob Sneidar via use-livecode
The question then becomes, does the SE populate all the tabs even if they are not showing or are not currently selected? For example, when does the Documentation tab populate? If it does so whenever a dev clicks a command or keyword, regardless whether or not it is visible, then any bug present

Re: New lesson about codesigning an app, creating codesgined DMG and Notarize it for distribution outside of the Mac App Store

2019-07-19 Thread Rick Harrison via use-livecode
Hi Matthias, I did the first cursory look at your lesson. Nicely done! It really is starting to make me dread writing any future macOS apps though. What a pain in the …! I miss the good old days when I could finish my program, zip it, and upload it. Life was so easy by comparison then. Oh

Re: SE crash possible vector

2019-07-19 Thread J. Landman Gay via use-livecode
Oh, and btw, I haven't crashed while editing a script. Only when debugging and stepping through one. But yours may be related. The editor seems fragile right now. On 7/19/19 1:04 PM, Bob Sneidar via use-livecode wrote: I may have a possible vector for the script editor crash bug. I was

Re: SE crash possible vector

2019-07-19 Thread J. Landman Gay via use-livecode
I thought I'd narrowed it down to the tree view in the variable watcher pane. I've been leaving LC set to show the Documentation tab just in case, but that doesn't help because when you debug, LC switches to the Variables tab automatically. So I tried pulling down the divider until the

Re: New lesson about codesigning an app, creating codesgined DMG and Notarize it for distribution outside of the Mac App Store

2019-07-19 Thread Tom Glod via use-livecode
Thank you Matthias I will be checking that out very soon. On Fri, Jul 19, 2019 at 3:24 PM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi, > > some days ago i´ve published a lesson to Livecode´s Lesson area. > The lesson can be found here < >

New lesson about codesigning an app, creating codesgined DMG and Notarize it for distribution outside of the Mac App Store

2019-07-19 Thread Matthias Rebbe via use-livecode
Hi, some days ago i´ve published a lesson to Livecode´s Lesson area. The lesson can be found here . The lesson covers how to prepare an app/dmg for

Re: source of a socket error message

2019-07-19 Thread Douglas Ruisaard via use-livecode
I *REALLY* appreciate the responses! Beyond where (exactly) LC actually generates this message (I can see it in the LC executable in a large "look-up" table), I was hoping I could find it in a "read-able" script so I could trace the logic. I'm trying NOT to exceed the scope of a subject

SE crash possible vector

2019-07-19 Thread Bob Sneidar via use-livecode
I may have a possible vector for the script editor crash bug. I was editing a script but had the Documentation tab open. I clicked somewhere at or towards the end of a line and it immediately crashed to the desktop. I'm wondering if the dictionary lookup is getting some bad data at the click?

Re: source of a socket error message

2019-07-19 Thread Dar Scott via use-livecode
It might be we are overcomplicating things. Maybe this just needs a support note to check the Internet connection. I am having a little trouble picturing the situation here. And like you, I wonder about the description. Since one city was mentioned, I thought there was a possibility of a

Re: Time-outs in LC Server?

2019-07-19 Thread Rick Harrison via use-livecode
Hi Alex, > On Jul 18, 2019, at 6:55 PM, Alex Tweedly via use-livecode > wrote: > > You should never use 'send in time' or 'wait with messages' in LCServer. > > Each http request starts up your LC server script anew - and you need that > request to be handled and the server-instance shut