On 7/15/2015 12:16 PM, Ralph DiMola wrote:
The Dictionary says the socketTimeoutInterval is not supported on
mobile but I tried it anyway. To my joy it works on mobile!!
I want to pass this little gem along and find out what is the best
way to report errors in the LC Dictionary.
Use the QCC to
I was having a problem with timeouts using ==>put
url("https://fdsfsd.on-rev.com/test.lc";)<==. Some of these request took some
time to complete.
I found even in the IDE the socketTimeout message does not get sent when a web
request times out. I set the socketTimeoutInterval to 2 and on the
Information Services
rdim...@evergreeninfo.net
Phone: 518-636-3998 Ex:11
Cell: 518-796-9332
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of
Pierre Sahores
Sent: Monday, July 06, 2015 7:30 PM
To: How to use LiveCode
Subject: Re: put url web
Should this sendmail script helps ?
function emailLC7 pTo, pSub, pMsg, pFrom, pFromName
local tMsg
put "From:" && pFromName && "<" & pFrom & ">" & cr & "To:" && pTo & cr &
"Subject:" && pSub & cr & "Content-Type: text/html; charset=" &
setQuote("utf-8") & cr & cr & pMsg into tMsg
put th