Hi Brian, > Am 01.06.2021 um 13:57 schrieb Brian Milby via use-livecode > <[email protected]>: > > Which full screen mode are you using? > The referenced fix works by extending the scroll region longer than the > actual content with a goal of allowing you to get to the last line. What are > you seeing when you try to use that? (Does it let you get any further or > just doesn’t change it at all for you?)
at the end of my field I added: ... EMPTY line ---------------------- Another empty line I tested with an offset of 60 and 100: ... put 0,0,(the formattedWidth of group "scrollgroup"),(the formattedHeight of group "scrollgroup" + 100) into tContentRect ... These last lines are never displayed/scrolled to!? So now what? Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
