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

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

2021-04-21 Thread Andrew at MidWest Coast Media via use-livecode
Sorry to chime in late, but do you have the fullscreenMode of the stack set? This sounds like a problem that I noticed @ https://quality.livecode.com/show_bug.cgi?id=21456 —Andrew Bell > > Date: Tue, 20 Apr 2021 18:43:51 +0200 > From: Klaus major-k > Subject: Re: native scrol

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!

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

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
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 that i

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

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