Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Thierry Douez via use-livecode
2017-09-15 11:19 GMT+02:00 Charles Warwick : > Hi Theirry, > > On 15/09/2017 7:08 PM, Thierry Douez wrote: > >> ​I guess both methods are safe? >> or is there some advantages with one or the other? >> >> I'm using it within a Livecode Mail Composer. >> Based on an export of my server DB, I'm

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Thierry Douez via use-livecode
2017-09-15 10:57 GMT+02:00 Charles Warwick Hi Thierry, > > On 15/09/2017 6:31 PM, Thierry Douez: > >> Hi all, >> >> I've worked hard with tsNetSmtpSync() these last days, >> on macOS Sierra with the latest LC 8.1.6 >> and have 2 questions which bothers me: >> >> - from time to time (no recipe

Re: Android Audio Playback & Recording

2017-09-15 Thread Ali Lloyd via use-livecode
Hi All, Firstly thanks to Peter Reid for discovering that the foreign bindings in that blog post were out of date! I have updated the blog accordingly. I took the liberty of tidying up the LCB code, and adding docs and a sample stack - you can check them out here (for now)

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Charles Warwick via use-livecode
Hi Theirry, On 15/09/2017 7:08 PM, Thierry Douez via use-livecode wrote: ​I guess both methods are safe? or is there some advantages with one or the other? I'm using it within a Livecode Mail Composer. Based on an export of my server DB, I'm scanning some address, build dynamically the

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Thierry Douez via use-livecode
2017-09-15 17:29 GMT+02:00 Bob Sneidar via use-livecode < use-livecode@lists.runrev.com>: > Spoke too soon those are the actual WORDS username and password, base64 > encoded, but some of the chars are not plain ascii not sure why. > > Bob S > ​:) Because​ I've typed silly character in these

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Bob Sneidar via use-livecode
BTW you should mask the 334 entries as these are only base64 encoded user and password. I could look it up and tell you what they are right now. Bob S > On Sep 15, 2017, at 01:57 , Charles Warwick via use-livecode > wrote: > > tsNet will try re-use an

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Thierry Douez via use-livecode
2017-09-15 16:40 GMT+02:00 Bob Sneidar via use-livecode < use-livecode@lists.runrev.com>: > BTW you should mask the 334 entries as these are only base64 encoded user > and password. I could look it up and tell you what they are right now. > > Bob S ​Oops, thanks​. Did change everything on the

Re: Script Editor Autocomplete Optional?

2017-09-15 Thread prothero--- via use-livecode
Me too. I'm going to use it. It will be a great reminder of what commands are available. It's great to see these new modern features get implemented! Great work! Bill P William Prothero http://es.earthednet.org > On Sep 14, 2017, at 10:57 PM, Scott Morrow via use-livecode >

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Bob Sneidar via use-livecode
Spoke too soon those are the actual WORDS username and password, base64 encoded, but some of the chars are not plain ascii not sure why. Bob S > On Sep 15, 2017, at 08:05 , Thierry Douez via use-livecode > wrote: > >> BTW you should mask the 334 entries as

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Thierry Douez via use-livecode
2017-09-15 17:35 GMT+02:00 Thierry Douez : > > > 2017-09-15 17:29 GMT+02:00 Bob Sneidar : > >> Spoke too soon those are the actual WORDS username and password, base64 >> encoded, but some of the chars are not plain ascii not sure why. >> >> Bob S >> > > ​:) > ​Ok, I've done a

Re: Script Editor Autocomplete Optional?

2017-09-15 Thread Mike Kerner via use-livecode
I agree that it will also be nice if more people use it because it will encourage more verbose, easier to read syntax use. Now...can we get code folding and block marking? Can we? Can we? PLEEEASE? On Fri, Sep 15, 2017 at 11:13 AM, prothero--- via use-livecode <

Re: Script Editor Autocomplete Optional?

2017-09-15 Thread J. Landman Gay via use-livecode
Having just read the blog post, which I didn't know existed until I saw the reference here, I may use autocomplete more than I thought. I didn't know it did all that stuff. Apologies, Monte. I'd still like the separate pane for when I'm not actively coding, but this does look pretty cool. I'm

Re: [tsNet] tsNetSmtpSync

2017-09-15 Thread Charles Warwick via use-livecode
Hi Thierry, On 15/09/2017 6:31 PM, Thierry Douez via use-livecode wrote: Hi all, I've worked hard with tsNetSmtpSync() these last days, on macOS Sierra with the latest LC 8.1.6 and have 2 questions which bothers me: - from time to time (no recipe yet), I've got an error when executing it.

[tsNet] tsNetSmtpSync

2017-09-15 Thread Thierry Douez via use-livecode
Hi all, I've worked hard with tsNetSmtpSync() these last days, on macOS Sierra with the latest LC 8.1.6 and have 2 questions which bothers me: - from time to time (no recipe yet), I've got an error when executing it. Executing it again (same code and context) and all is fine then. - about the

Commmunity widgets #47-50

2017-09-15 Thread hh via use-livecode
Just updated/upgraded community widgets #46-#50 to run from the same source. So that also these widgets, now 10 widgets in sum, will run your stacks UNCHANGED, but you have to use the correct version in the IDE. Currently available is by the newest hh-(un)-installer stack from "Sample stacks" or

Re: Android Audio Playback & Recording

2017-09-15 Thread Sannyasin Brahmanathaswami via use-livecode
Mahala Ali! OT a bit… but how do we do this on iOS ? use MergAV? I'm only seeing ref to Video recording… we should refer to this, mergAVAudioSessionSetCategory # and all the other mergMicrophone* # commands and functions, right? BR On 9/15/17, 1:53 AM, "Ali Lloyd via use-livecode"

Re: Need a MergAV for dummies guide

2017-09-15 Thread Mike Kerner via use-livecode
PINK: Any luck? What version of LC are you using? There was an issue and a special build for mergav a bit ago, but I think that's been fixed. I'm using mergAV in several apps, with no issues. On Wed, Sep 13, 2017 at 4:55 PM, panagiotis merakos via use-livecode < use-livecode@lists.runrev.com>