Re: how do I get geoLocation on a Mac?

2021-03-01 Thread Paul Hibbert via use-livecode
I’m no Javascript expert, so I can’t answer the question about the error, but my best guess is that code needs to be run within a browser. However, considering that you need to be connected to the internet to access your geolocation on desktop, if you sign up for a free API with

Re: Version 1.2 of the mail stack

2021-03-01 Thread matthias rebbe via use-livecode
Hi Rick, if i recall it correctly i used the templatefield for that in LC server. So set the text of the templatefield and then use that in the mimeEncodeFieldAsMIMEMultipartDocument. e.g. put "test" into the templatefield put mimeEncodeFieldAsMIMEMultipartDocument(the long id of the

Version 1.2 of the mail stack

2021-03-01 Thread Rick Harrison via use-livecode
Hi Matthias, I tried it out and the stack works fine. Now I am in the process of trying to convert it so I can use the process directly in my LC Server. Of course field values now become variable values. Everything seems fine except: put mimeEncodeFieldAsMIMEMultipartDocument(the long id of

Re: S3 API vs AWS

2021-03-01 Thread Tom Glod via use-livecode
Hi Mark, I appreciate your interest in this. I agree that it would be interesting to have minio directly inside LC via widgets, What advantage would there be to that vs updating the aws library to work? Interested to hear your thoughts. Thanks, Tom On Sun, Feb 28, 2021 at 1:35 PM Mark Clark

Re: Parsing properties in Link- and Internet Shortcut files

2021-03-01 Thread Rick Harrison via use-livecode
Hi Matthias, Yes, I meant lcMailAndFtp.livecode. I’m looking at https://www.techstrategies.com.au/tsnet-resources/ now. I’ll get back to you later after absorbing what I can understand. Thanks! Rick > On Mar 1, 2021, at 12:38 PM,

how do I get geoLocation on a Mac?

2021-03-01 Thread kee nethery via use-livecode
How do I get latitude & longitude within a macOS LiveCode script? ——— I know iOS has a way to tell you latitude & longitude. It appears that capability is not available on macOS. I know that macOS browsers, with WiFi on and connected, can determine lat/long with a javascript command. At

xAPI in LiveCode Week #5

2021-03-01 Thread Brian K. Duck via use-livecode
Based on the feedback received last week, we’re scheduled for our second regular meeting: Mar 3, 2021 03:30 PM - 5:30 PM EST Topic: xAPI in LiveCode Week #5 Zoom Meeting, Session #1 Time: Mar 3, 2021 03:30 PM America/Detroit Join Zoom Meeting

Re: Parsing properties in Link- and Internet Shortcut files

2021-03-01 Thread matthias rebbe via use-livecode
Rick, do you mean the stack lcMailAndFtp.livecode? The original stack was created by Charles Warwick, the developer of the tsNet externals. If i remember correctly, i added the FTP part or so and put that modified stack as lcMailAndFtp.livecode online. You could look here for a newer version

[ANN] This Week in LiveCode 256

2021-03-01 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #256 here: http://bit.ly/3sGecjE This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Parsing properties in Link- and Internet Shortcut files

2021-03-01 Thread matthias rebbe via use-livecode
Hi Matthias, I ran into your send email stack with TSNet yesterday while looking for a solution to some of my livecode email problems. After filling in the test fields to send a message and hitting the send button, it told me the message was sent, but upon checking my email it was clear that it

Re: Parsing properties in Link- and Internet Shortcut files

2021-03-01 Thread Rick Harrison via use-livecode
Hi Matthias, I ran into your send email stack with TSNet yesterday while looking for a solution to some of my livecode email problems. After filling in the test fields to send a message and hitting the send button, it told me the message was sent, but upon checking my email it was clear that it

Re: iOS App just shows Splash Screen the quits

2021-03-01 Thread panagiotis merakos via use-livecode
Hello Matthias, Did you find the solution to this? If not, could you file a bug report, and attach (or send to us directly) a sample stack? Kind regards, Panos -- On Tue, 16 Feb 2021 at 19:16, matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Forgot to mention. I tried