Re: native scroller cuts off parts of last line in a field

2021-04-21 Thread Klaus major-k via use-livecode
Hi andrew, > Am 21.04.2021 um 20:10 schrieb Andrew at MidWest Coast Media via use-livecode > : > > Sorry to chime in late, but do you have the fullscreenMode of the stack set? yes, sure! :-D > This sounds like a problem that I noticed @ > https://quality.livecode.com/show_bug.cgi?id=21456 Th

Re: native scroller cuts off parts of last line in a field

2021-04-21 Thread Andrew at MidWest Coast Media via use-livecode
ler cuts off parts of last line in a field > Message-ID: <518e9b4c-bbfa-4067-aebe-fd15a7320...@major-k.de> > Content-Type: text/plain; charset=us-ascii > > Hi all, > > FYI, I created a report: > <https://quality.livecode.com/show_bug.cgi?id=23177> > > >

Re: native scroller cuts off parts of last line in a field

2021-04-21 Thread Klaus major-k via use-livecode
> Am 20.04.2021 um 18:43 schrieb Klaus major-k via use-livecode > : > > Hi all, > > FYI, I created a report: > since this is a basic and VERY important feature, please add a comment. Especially if this is also the case on iOS, thanks! Be

Re: native scroller cuts off parts of last line in a field

2021-04-20 Thread Klaus major-k via use-livecode
Hi all, FYI, I created a report: Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: native scroller cuts off parts of last line in a field

2021-04-20 Thread J. Landman Gay via use-livecode
There's a thread here on the list somewhere when I had the same problem. I did need to add some pixels to the height of the scroller. I wonder if formattedHeight is miscalculated on mobile. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: native scroller cuts off parts of last line in a field

2021-04-20 Thread e.beugelaar--- via use-livecode
e on behalf of Klaus major-k via use-livecode Sent: Tuesday, April 20, 2021 1:56:37 PM To: How to use LiveCode Cc: Klaus major-k Subject: Re: native scroller cuts off parts of last line in a field Hi Brian, > Am 20.04.2021 um 13:48 schrieb Brian Milby via use-livecode > : > > I think t

Re: native scroller cuts off parts of last line in a field

2021-04-20 Thread Klaus major-k via use-livecode
Hi Brian, > Am 20.04.2021 um 13:48 schrieb Brian Milby via use-livecode > : > > I think that is just a bug. wonderful! :-( > See here for workaround idea: > https://github.com/Himalayan-Academy/Siva-Siva-App/blob/nightly/behaviors/behavior_mobileScroller.livecodescript > Basic idea is to add

Re: native scroller cuts off parts of last line in a field

2021-04-20 Thread Brian Milby via use-livecode
I think that is just a bug. See here for workaround idea: https://github.com/Himalayan-Academy/Siva-Siva-App/blob/nightly/behaviors/behavior_mobileScroller.livecodescript Basic idea is to add 60 or so px to content region and then adjust a bit when not at the top. Requires adjustments in scrol

native scroller cuts off parts of last line in a field

2021-04-20 Thread Klaus major-k via use-livecode
Hi all, see subject... I have a field, I grouped it and in the IDE I show the vscrollbar of that group. I added two extra EMPTY lines at the end of that field AFTER the last line, and in the IDE I can read the last line and see the bit of white space below. Then I created a native scroller acco