Re: iOS scrollers

2019-12-01 Thread J. Landman Gay via use-livecode
The bug number is the one Panos posted : https://quality.livecode.com/show_bug.cgi?id=21456 You could add yourself to the cc list to track it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 1, 2019 8:50:12 AM Sannyasin Brahmana

Re: iOS scrollers

2019-12-01 Thread J. Landman Gay via use-livecode
Thanks Alan, but it doesn't really. Some of my text fields already have a couple of carriage returns after them as an attempt to fix another issue and they also have the same problem. But if the bug is what scrollerDidScroll returns, the length of the field probably doesn't matter. I do appre

Re: Remote Debugger 9.6dp1?

2019-12-01 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, same local network, via wifi, but it is also plugged into an external dock with multiple ports. The dock itself goes into the new USB "C" ports on the Mac Book Pro. (The only way I can see it among the test targets) Is the iPhone on the same local network as IDE? > On 1 Dec 2019, at 1:27

Re: iOS scrollers

2019-12-01 Thread Alan Stenhouse via use-livecode
Hi Jacque, Does putting a CR at the end of the field contents help? Before making the mobile scroller etc. I think that was a workaround I came up with ages ago for the same (/similar?) problem. But could be that I'm misunderstanding your issue... cheers Alan On 2 Dec 2019, at 3:30 am, J. La

Re: put img into img after import snapshot

2019-12-01 Thread Alan Stenhouse via use-livecode
Hi Dan Try putting a wait 50 millisecs (more or less?) after the import - pretty sure that's what I ended up with on mobile for the same issue. Not sure if it'd be device-dependent though - probably would be...? HTH cheers Alan > On 2 Dec 2019, at 3:30 am,Dan Friedman wrote: > This works pe

Re: Remote Debugger 9.6dp1?

2019-12-01 Thread Monte Goulding via use-livecode
Is the iPhone on the same local network as IDE? > On 1 Dec 2019, at 1:27 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > I have Remote Debugger in the inclusions for making a mobile standalone > The Development Menu has checked "Script Debug Mode" > > I put an explicit "breakpoint

Re: iOS scrollers

2019-12-01 Thread J. Landman Gay via use-livecode
That's exactly it, thanks Panos. I'd searched for formattedHeight and only found my older bug so I added a comment there, but the one you've referenced is more accurate. I didn't realize the problem was in the scrollerDidScroll parameters. I need a workaround in the next 2 weeks if there isn't

Re: iOS scrollers

2019-12-01 Thread panagiotis merakos via use-livecode
Hi all, @Jacque This sounds like bug https://quality.livecode.com/show_bug.cgi?id=21456 Kind regards, Panos -- On Sun, 1 Dec 2019 at 17:13, Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > Perhaps I misunderstand you, but IMHO, "it not rocket science" > > Re

Re: iOS scrollers

2019-12-01 Thread Sannyasin Brahmanathaswami via use-livecode
Perhaps I misunderstand you, but IMHO, "it not rocket science" Regardless of the device or fullscreenmode. I use (and I think jacque uses) the card rect… If we set a scroller to the "formatterHeight", in any model or "mode" context, the user should be able to scroll right to the bottom, and se

Re: iOS scrollers

2019-12-01 Thread Colin Holgate via use-livecode
It would be good to have a simple stack to test that only is for showing the problem. One thing I would look at is how you are measuring coordinates when using ShowAll. With ShowAll and Portrait, of a card that is iPhone 4 sized, zero Y is not at the top of the iPhone 5 screen. If you are findin

Re: iOS scrollers

2019-12-01 Thread Sannyasin Brahmanathaswami via use-livecode
Bug: QA ticket #...? I believe you will use the previously confirmed number? Agreed, it’s has become "a blocker." Not that you cannot build the app. But any TOC and Indices you will have in the app don't work, from the user point of view. The last line will appear if you use scroll up, (keep yo

Re: iOS scrollers

2019-12-01 Thread Erik Beugelaar via use-livecode
I am still wondering to read issues dealing with rendering layout issues on mobile devices anno 2019 (almost 2020!). In my opinion this should be an integrated part in the LiveCode engine. From my own experience writing your own geometric routines is never perfect and it has given me a lot of h