One curious observation regarding descents with large textSizes
Regardless of workaround or not: in LC 7.1 when tabbing out of the field the
first 3 letters get their descents "cut off". However if you click outside
of the field to take focus from it everything looks fine.
This affects textSizes o
Hi Paul,
I like your idea to use textshift for screenrefresh, no fiddling with
selectedChunk etc.
Just one little change to your code in case textshift has not been set
before. Then textShift would be empty.
Adding 0 to it will not change previous text shift and if textShift has not
been set it w
I wondered if the textShift would help and found this works too;
on textChanged
set the textShift of last char of me to the textShift of last char of me
end textChanged
So I imagine there are probably other commands that will instantly update the
text without affecting what has been typed, bu
Well hell... who would have thought.. :-) I have never seen that before..
you're quite right Bernd.
>
> Hi Mark,
>
> I tried various things but the only remedy I found is to put this into the
> script of the field
>
> -
> on textChanged
>lock screen
>
Hi Mark,
I tried various things but the only remedy I found is to put this into the
script of the field
-
on textChanged
lock screen
put the selectedChunk into tChunk
set the htmlText of me to the htmlText of me
select tChunk
end textChanged
---
err.. can't you just make the height of the field tall enough to encompass the
letter ?
> From: cowh...@mac.com
> Subject: gjpqy cut off while typing
> Date: Thu, 1 Oct 2015 03:47:15 +0900
> To: use-livecode@lists.runrev.com
>
> This is just an irritating little thing, but it’s been going on fo