RE: TSNet hanging

2019-05-11 Thread Ralph DiMola via use-livecode
Now that you come to mention it... I had a PDF that did that once like 2 years 
ago. By the time I started looking into it the PDF was updated and I haven't 
seen that hang/crash since. I'm using "binfile". I wonder what combination of 
characters would give a binary transfer heart failure?

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
J. Landman Gay via use-livecode
Sent: Friday, May 10, 2019 4:04 PM
To: LiveCode Mailing List
Cc: J. Landman Gay
Subject: TSNet hanging

I have one particular file downloading from a server that hangs TSNet and 
freezes the IDE. It hangs on mobile too. In both, it requires a force-quit to 
get out. A similar file from another set loads without issues.

The files are saved in UTF8 with Mac carriage returns. They are not compressed. 
I textDecode them and replace the returns with LF. The file that fails has some 
weird characters that don't translate correctly using 
textDecode(,"UTF8"). Firefox has no problem getting the file and 
displaying it as text, but does show the strange characters. 
The same file opened in BBEdit doesn't have a problem, the characters are 
translated as curly quotes.

I don't know if these will come through on the list, but here are examples:

   “interlude.”  -- beginning and ending curly quotes
   name’ -- single curly quote

Would these hang a download? It's the only difference I can find between the 
one that works (no quotes at all) and this one.

BTW, after textDecoding, LC throws an errors for codepointToNum on the second 
example ("error in expression"), and says the curly quotes in the first example 
are either 0 or 1770 (an Arabic glyph.)

I'll ask the client to upload a zip file and see if that will download, but I 
don't think LC will translate the characters correctly anyway. If it helps, the 
original files were exported from FileMaker.

-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: TSNet hanging

2019-05-11 Thread J. Landman Gay via use-livecode
It might be related somehow, but my troublesome file is available. The same 
url in a browser (Firefox) loads it okay.


But the hang and freeze sound similar.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On May 11, 2019 6:47:40 PM Sannyasin Brahmanathaswami via use-livecode 
 wrote:



I have got a 'associated'  error with the browser in Android.

If a web page in not available it will provide an ugly error message on android
(I get the text tomorrow) and the UI is frozen. I don't know. They could be 
related...


BR

On 5/10/19, 11:14 AM, "use-livecode on behalf of J. Landman Gay via 
use-livecode" use-livecode@lists.runrev.com> wrote:


   On 5/10/19 3:04 PM, J. Landman Gay via use-livecode wrote:
   > I have one particular file downloading from a server that hangs TSNet
   > and freezes the IDE. It hangs on mobile too. In both, it requires a
   > force-quit to get out. A similar file from another set loads without
   > issues.
   >
   > The files are saved in UTF8 with Mac carriage returns. They are not
   > compressed. I textDecode them and replace the returns with LF. The file
   > that fails has some weird characters that don't translate correctly
   > using textDecode(,"UTF8"). Firefox has no problem getting the
   > file and displaying it as text, but does show the strange characters.
   > The same file opened in BBEdit doesn't have a problem, the characters
   > are translated as curly quotes.
   >
   > I don't know if these will come through on the list, but here are examples:
   >
   >“interlude.† -- beginning and ending curly quotes
   >name’ -- single curly quote
   >
   > Would these hang a download? It's the only difference I can find between
   > the one that works (no quotes at all) and this one.
   >
   > BTW, after textDecoding, LC throws an errors for codepointToNum on the
   > second example ("error in expression"), and says the curly quotes in the
   > first example are either 0 or 1770 (an Arabic glyph.)
   >
   > I'll ask the client to upload a zip file and see if that will download,
   > but I don't think LC will translate the characters correctly anyway. If
   > it helps, the original files were exported from FileMaker.
   >

   Update: the error is because there are actually three codepoints. When I
   decode them individually I get what came through on the list:

   226 - 8364 - 339
   Latin Small Letter A With Circumflex - Euro Sign - Latin Small Ligature Oe

   Which still isn't a curly quote.
   --
   Jacqueline Landman Gay | jac...@hyperactivesw.com
   HyperActive Software   | http://www.hyperactivesw.com


   ___
   use-livecode mailing list
   use-livecode@lists.runrev.com
   Please visit this url to subscribe, unsubscribe and manage your 
   subscription preferences:

   http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: TSNet hanging

2019-05-11 Thread Sannyasin Brahmanathaswami via use-livecode
I have got a 'associated'  error with the browser in Android.

 If a web page in not available it will provide an ugly error message on android
 (I get the text tomorrow) and the UI is frozen. I don't know. They could be 
related...

BR

On 5/10/19, 11:14 AM, "use-livecode on behalf of J. Landman Gay via 
use-livecode"  wrote:

On 5/10/19 3:04 PM, J. Landman Gay via use-livecode wrote:
> I have one particular file downloading from a server that hangs TSNet 
> and freezes the IDE. It hangs on mobile too. In both, it requires a 
> force-quit to get out. A similar file from another set loads without 
> issues.
> 
> The files are saved in UTF8 with Mac carriage returns. They are not 
> compressed. I textDecode them and replace the returns with LF. The file 
> that fails has some weird characters that don't translate correctly 
> using textDecode(,"UTF8"). Firefox has no problem getting the 
> file and displaying it as text, but does show the strange characters. 
> The same file opened in BBEdit doesn't have a problem, the characters 
> are translated as curly quotes.
> 
> I don't know if these will come through on the list, but here are 
examples:
> 
>“interlude.”  -- beginning and ending curly quotes
>name’ -- single curly quote
> 
> Would these hang a download? It's the only difference I can find between 
> the one that works (no quotes at all) and this one.
> 
> BTW, after textDecoding, LC throws an errors for codepointToNum on the 
> second example ("error in expression"), and says the curly quotes in the 
> first example are either 0 or 1770 (an Arabic glyph.)
> 
> I'll ask the client to upload a zip file and see if that will download, 
> but I don't think LC will translate the characters correctly anyway. If 
> it helps, the original files were exported from FileMaker.
> 

Update: the error is because there are actually three codepoints. When I 
decode them individually I get what came through on the list:

226 - 8364 - 339
Latin Small Letter A With Circumflex - Euro Sign - Latin Small Ligature Oe

Which still isn't a curly quote.
-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: OT: Hotel suggestion or recommendation for San Jose

2019-05-11 Thread Kaveh Bazargan via use-livecode
I'm in.

Email: ka...@rivervalleytechnologies.com
Phone: +44 7771 824111

On Sat, 11 May 2019 at 18:33, Alex Tweedly via use-livecode <
use-livecode@lists.runrev.com> wrote:

> I'll be in the area from Thursday onwards - but busy Friday evening.
>
> How about a group dinner Saturday ?
>
> Place : TBD, but somewhere near downtown SJ
>
> Time : Sat 18th May,  7:00 ?   or thereabouts.
>
> Let me know directly, or let Kaveh know, or the list, or 
>
> -- Alex.
>
> P.S. cell: +44 77 66 55 53 85 but I will have a US number once I get
> there :-)
>
>
> On 07/05/2019 09:38, Kaveh Bazargan via use-livecode wrote:
> > AirBnB for me too, close to venue.
> >
> > I will be there from Friday night, so be good to know of others who are
> > around over weekend too. :-)
> >
> >
> > On Tue, 7 May 2019 at 03:45, J. Landman Gay via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> Me too, AirBnB. It wasn't as cheap as I'd like but it beat out all the
> >> hotels.
> >>
> >> --
> >> Jacqueline Landman Gay | jac...@hyperactivesw.com
> >> HyperActive Software | http://www.hyperactivesw.com
> >> On May 6, 2019 7:35:10 PM Mark Wieder via use-livecode
> >>  wrote:
> >>
> >>> On 5/6/19 5:08 PM, Alex Tweedly via use-livecode wrote:
>  So, I finally figured out a way to be able to come to the Livecode
>  conference in San Jose.
> >>> Yay.
> >>>
>  Where is everyone else staying ?
> >>> I picked up an AirBnB slot a few blocks away.
> >>>
> >>> --
> >>>   Mark Wieder
> >>>   ahsoftw...@gmail.com
> >>>
> >>> ___
> >>> use-livecode mailing list
> >>> use-livecode@lists.runrev.com
> >>> Please visit this url to subscribe, unsubscribe and manage your
> >>> subscription preferences:
> >>> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >>
> >>
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



-- 
Kaveh Bazargan PhD
Director
River Valley Technologies  • Twitter
 • LinkedIn

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: OT: Hotel suggestion or recommendation for San Jose

2019-05-11 Thread Alex Tweedly via use-livecode

I'll be in the area from Thursday onwards - but busy Friday evening.

How about a group dinner Saturday ?

Place : TBD, but somewhere near downtown SJ

Time : Sat 18th May,  7:00 ?   or thereabouts.

Let me know directly, or let Kaveh know, or the list, or 

-- Alex.

P.S. cell: +44 77 66 55 53 85 but I will have a US number once I get 
there :-)



On 07/05/2019 09:38, Kaveh Bazargan via use-livecode wrote:

AirBnB for me too, close to venue.

I will be there from Friday night, so be good to know of others who are
around over weekend too. :-)


On Tue, 7 May 2019 at 03:45, J. Landman Gay via use-livecode <
use-livecode@lists.runrev.com> wrote:


Me too, AirBnB. It wasn't as cheap as I'd like but it beat out all the
hotels.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On May 6, 2019 7:35:10 PM Mark Wieder via use-livecode
 wrote:


On 5/6/19 5:08 PM, Alex Tweedly via use-livecode wrote:

So, I finally figured out a way to be able to come to the Livecode
conference in San Jose.

Yay.


Where is everyone else staying ?

I picked up an AirBnB slot a few blocks away.

--
  Mark Wieder
  ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Question for LCB FFI workshop attendees at upcoming conference

2019-05-11 Thread Michael Muthmannn via use-livecode
Hi Trevor,

In the forums a couple of times there were some questions about MQTT 
integration into livecode.

I found  found a native Objective-C iOS library  here:

https://github.com/novastone-media/MQTT ... -Framework

> Am 07.05.2019 um 15:35 schrieb Trevor DeVore via use-livecode 
> :
> 
> This is for anyone who plans on attending my workshop on using FFI in LCB
> at the conference. Is there any code (a macOS Framework, Windows API, DLL,
> dylib, etc.) that is written in Objective-C or that has a C wrapper that
> you are interested in wrapping with LCB in order to make it available to
> LiveCode?
> 
> If so, let me know in a response to this thread and I can take a look at it
> before the workshop to see if I can include it.
> 
> -- 
> Trevor DeVore
> ScreenSteps
> www.screensteps.com
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode