Re: anyone still using altMobileResizer?

2019-06-30 Thread JJS via use-livecode
LOL, no it's the pool indeed :) Op 29-6-2019 om 02:33 schreef doc hawk via use-livecode: jbied, . It's not so big but good enough (2x3mtr):) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Struggling to feel confident with LC mobile dev

2019-06-30 Thread Curry Kenworthy via use-livecode
Tom: > Can someone tell me if they have achieved a good scrolling > and rendering performance of text fields. When it comes to performance, LC text fields usually are not the problem. Quite the reverse! Good field performance in general (desktop and mobile) and no big trouble on Android

Re: Loading large files into browser widget

2019-06-30 Thread J. Landman Gay via use-livecode
I was wrong. I do get "browserFinishedLoading" in about 26 seconds, but it's lying. When I start to scroll down, it acts just like the widget. It isn't really all there. I guess that makes sense, assuming the widget is just a wrapper around the mobileControlCreate code. On 6/30/19 4:37 PM,

RE: Draw a line that follows an object

2019-06-30 Thread General 2018 via use-livecode
Great Guys , works a dream . Had to change back to line from polygon - I missed that. Thanks again Camm -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of dunbarxx via use-livecode Sent: 28 June 2019 21:31 To:

Re: Struggling to feel confident with LC mobile dev

2019-06-30 Thread Tom Glod via use-livecode
Thank you Brian, Jacqueline, Curry... A lot of good info here and I definitely feel a lot more confident about choosing LC. Thanks a lot for the info and vote of confidence. Here we go. On Sun, Jun 30, 2019 at 11:51 AM Clarence Martin via use-livecode < use-livecode@lists.runrev.com>

RE: Struggling to feel confident with LC mobile dev

2019-06-30 Thread Clarence Martin via use-livecode
This is a worthwhile posting. Thanks Jacque and Curry for keeping things in perspective. Sincerely, Clarence Martin Email: chi...@themartinz.com Phone: 636 6965561 -Original Message- From: use-livecode On Behalf Of Curry Kenworthy via use-livecode Sent: Sunday, June 30, 2019 3:42 AM

RE: Draw a line that follows an object

2019-06-30 Thread dunbarxx via use-livecode
If you add points to a line graphic, which of course starts off with only two lines of points (its endpoints) it will take on the attributes of a polygon. Is that what you did? But either ought to do, no? Craig -- Sent from:

Re: Loading large files into browser widget

2019-06-30 Thread J. Landman Gay via use-livecode
I did some timing tests comparing mobileControlCreate vs. a browser widget. Both loaded a 10-meg file from the documents folder on an Android Pixel running Android OS 9 (Pie.) mobileControlCreate: 26352 ms, 26610 ms (2 tries) browser widget: 785426 ms (13 minutes). While 26+ seconds is