Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Jim Lambert via use-livecode
Phil, Here’s some info on tsnet https://www.techstrategies.com.au/tsnet-resources/ Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Stephen Barncard via use-livecode
I had become aware of and long appreciated Tog, even in 1983 when I had a job at Datamost, and the first mac on my desktop. The single floppy and the horrible printer got in the way and I didn't again consider the machine for my hardware control development work over the Apple ][ until 1987 when I

Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Phil Davis via use-livecode
Hi Charles, Thanks for the response. Yes, my app is doing what is shown in the lesson (using FTP) and it's generally successful as long as the files aren't too large. Are you saying I can probably just change the protocol to HTTP and it will likely work? I'll try it when I'm not so

tsnetGetFile() example using HTTP?

2020-07-18 Thread Phil Davis via use-livecode
Does anyone have an working example stack you're willing to share where 'tsnetGetFile' or 'tsnetGetFileSync' is using HTTP (or HTTPS) to download a file? I have had limited success using FTP but it consistently fails (in my situation at least) when files are bigger than 200-300 MB (depending I

Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Charles Warwick via use-livecode
Hi Phil, Does this lesson help you? http://lessons.livecode.com/m/4071/l/853715-how-to-asynchronously-download-via-sftp-directly-to-a-file It uses SFTP with tsNetGetFile, so while the protocol used is different, the concept is the same. Regards, Charles > On 18 Jul 2020, at 5:17 pm, Phil

Re: Styled text on mobile

2020-07-18 Thread Terry Judd via use-livecode
Not if you are ok with using a LC field or a browser object to display it, but if you want to use a native single or multi-line text field - then yes. Terry... On 18/07/2020, 15:37, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: Am I dreaming the impossible dream?

Re: Styled text on mobile

2020-07-18 Thread J. Landman Gay via use-livecode
It's possible. For a LiveCode field, note that the font has to have a font variant for each style. Some time ago LC stopped supporting artificially altered font styles. The native system font on each mobile OS supports all styles. Or do you mean something else? -- Jacqueline Landman Gay |

Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Charles Warwick via use-livecode
Hi Phil, You can use the same command with HTTP, just make sure you set any HTTP headers accordingly (similar to tsNetGet). As for the issues with FTP, which version of LC are you using? Regards, Charles > On 18 Jul 2020, at 6:48 pm, Phil Davis via use-livecode > wrote: > > Hi Charles, >

text to speech android

2020-07-18 Thread Klaus major-k via use-livecode
Hi all, in 9.6 we have a new speech library for Mac, iOs and Android. In the dictionary "revspeak" is still listed as Mac and Windows only. Am I correct to presume that the syntax-> revspeak "what to speak" is still the same for this new speech library on Android? Thanks in advance! Best

Re: Styled text on mobile

2020-07-18 Thread Dan Friedman via use-livecode
Scriptable rich text in a native mobile text field? I second that! -Dan On 7/18/20, 9:01 AM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: J. Landman Gay wrote: > It's possible. For a LiveCode field, note that the font has to have > a font variant for

Re: tsnetGetFile() example using HTTP?

2020-07-18 Thread Phil Davis via use-livecode
Thanks Charles. I probably won't get all the way back into this until Monday, just FYI. Also, HostM support has just given me an HTTPS tsnetGetFile download example stack. I tried it and my initial test worked! I still have some experimenting to do with it to find out which tsnetGetFile()

Re: Styled text on mobile

2020-07-18 Thread Richard Gaskin via use-livecode
J. Landman Gay wrote: > It's possible. For a LiveCode field, note that the font has to have > a font variant for each style. Some time ago LC stopped supporting > artificially altered font styles. The native system font on each > mobile OS supports all styles. > > Or do you mean something else?

Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Richard Gaskin via use-livecode
Stephen Barncard wrote: > If in 1975 I hadn't gotten pissed off at the Grateful Dead and > taken off to LA... Probably too off-topic for this list, but that sounds like a story worth hearing. Perhaps over a beer after the madness ends and travel resumes... -- Richard Gaskin Fourth World

Re: Tab Buttons Mac vs. Win

2020-07-18 Thread Stephen Barncard via use-livecode
I am off topic and off center. On Sat, Jul 18, 2020 at 09:28 Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Stephen Barncard wrote: > > > If in 1975 I hadn't gotten pissed off at the Grateful Dead and > > taken off to LA... > > Probably too off-topic for this list,