Re: serial speed

2019-05-03 Thread Richmond via use-livecode
Well, in spite of appearing to logroll hereabouts, my initial point should not be overlooked: "As someone who is engaged on a long, drawn-out refactoring on my main codebase; a process that involves uncovering old code (max 9 years) that ranges from 'slightly clunky' to 'utter crap' I have NO

Re: How big is a nanosecond?

2019-05-03 Thread Stephen Barncard via use-livecode
I love this woman. -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Fri, May 3, 2019 at 6:47 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > https://www.youtube.com/watch?v=JEpsKnWZrJ8 > > -- > Mark Wieder > ahsoftw...@gmail.com > >

How big is a nanosecond?

2019-05-03 Thread Mark Wieder via use-livecode
https://www.youtube.com/watch?v=JEpsKnWZrJ8 -- 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:

Re: serial speed

2019-05-03 Thread runrevlist--- via use-livecode
Hi Mark, Thanks for the quick reply. It kind of sounds promising. I am on Mac so apparently I got obstructed by some old ‘artificial’ limit of old days. Can this 'simple engine patch’ you mention be implemented and ….preferably soon. It would really give LC a world of possibilities,

Re: serial speed

2019-05-03 Thread Mark Wieder via use-livecode
On 5/3/19 10:38 AM, Richmond via use-livecode wrote: Err: slightly wooden after a long day at work . . . Richmond. On 3.05.19 20:26, Mark Wieder via use-livecode wrote: On 5/3/19 10:06 AM, Richmond via use-livecode wrote: As someone who is engaged on a log !!! Must have been lumbering

Re: Is Anyone using the XPDFViewer?

2019-05-03 Thread Matthias Rebbe via use-livecode
Thanks Paul, for whatever reason it still does not work. I´ve found a sample stack XPDF.livecode in the Livecode bundle in LiveCode Business 9.0.4 (rc 2).app/Contents/Tools/Ext/XPDF-1.0.31 The sample stack works, so it´s my code and i might be missing something. Unfortunately the script of the

RE: Android needs 64 bit builds

2019-05-03 Thread Ralph DiMola via use-livecode
You can have more than one apk in production as long as they target different devices. In LCs case that would be 4 apks one for each architecture. The apk for the user's device will be automatically selected when installing from PlayStore. The size decrease comes from building 4 apks. Each of

Re: Is Anyone using the XPDFViewer?

2019-05-03 Thread Paul Dupuis via use-livecode
I looked at my working code. Every where I set the rect, I do so by:   XPDFViewer_Set "pdfViewer","RECT", rect of grc "pdfRect" of grp "pdfViewer" of me where the graphic "pdfRect is a rectangle that is used to to map the area the pdf viewer appears in. Try creating a graphic called

Re: Android needs 64 bit builds

2019-05-03 Thread JJS via use-livecode
@Monte. I only see Atom x64 ARM for Android 7.1.1 in the SDK list in Android Studio. For all the higher Android versions i only see x86 and no ARM. I don't know if there are phones sold which have Android 8.x.x based on ARMx64. Do you know any details? @Ralph, i did not see that (the

Is Anyone using the XPDFViewer?

2019-05-03 Thread Matthias Rebbe via use-livecode
Hi, i am using the following script to open a selected PDF file in the xpdf viewer, but i am not successful. answer file "PDF..." if it is empty then exit top put it into tFilename XPDFViewer_Open "pdfviewer", the windowID of this stack XPDFViewer_Set "pdfviewer", "filename",tFilename

Re: serial speed

2019-05-03 Thread Richmond via use-livecode
Err: slightly wooden after a long day at work . . . Richmond. On 3.05.19 20:26, Mark Wieder via use-livecode wrote: On 5/3/19 10:06 AM, Richmond via use-livecode wrote: As someone who is engaged on a log !!! ___ use-livecode mailing list

Re: serial speed

2019-05-03 Thread Mark Wieder via use-livecode
On 5/3/19 10:06 AM, Richmond via use-livecode wrote: As someone who is engaged on a log !!! -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: [ANN] Release 9.0.4 RC-3

2019-05-03 Thread Sannyasin Brahmanathaswami via use-livecode
I took the release notes at "face value" and they did not include iOS 12.2 But, I tried it. It works! (aside)... I been doing testing an Android and rarely plug in my iPhone, because of the long build time and also due the debacle Apple created using a dongle to Mac Pro...my powered USB hub

Re: serial speed

2019-05-03 Thread Richmond via use-livecode
"when that code was written" As someone who is engaged on a log, drawn-out refactoring on my main codebase; a process that involves uncovering old code (max 9 years) that ranges from 'slightly clunky' to 'utter crap' I have NO sympathy with phrases such as "when the code was written" when

Re: serial speed

2019-05-03 Thread Mark Waddingham via use-livecode
On 2019-05-03 17:01, runrevlist--- via use-livecode wrote: LC is ver well suited for all kinds of programs communicating with robots, 3D printers, milling machines etc. if only we could have a decent speed. I am not even asking for the preferred speed of 22….. The arduino IDE can easily

Re: mobilePickPhoto on Android

2019-05-03 Thread Dan Friedman via use-livecode
Panos, Here’s an update… I met in person with my client with his Samsung Galaxy S9+ running Android 9. My standalone built with 9.0.4 rc3 is failing on his device. I call mobilePickPhoto "camera", and the camera does come up. I take the picture, the screen flashes, and then the camera is

serial speed

2019-05-03 Thread runrevlist--- via use-livecode
Quite a few years ago I got the connection between LC and arduino properly working. Unfortunately, then the highest speed LC was capable of was 57600 Baud. Besides 3D printing, I developed quite a big delta printer, I am now also into laser engraving and of course I printed all the parts to

Re: Android needs 64 bit builds

2019-05-03 Thread Richmond via use-livecode
Time to dust off my Intel chip Android tablet Richmond. On 3.05.19 г. 1:38 ч., Monte Goulding via use-livecode wrote: On 3 May 2019, at 4:07 am, J. Landman Gay via use-livecode wrote: Wow. X86 too! Now we can use the faster emulator. :) Yes that was the main reason for us doing x86