On Mon, Aug 27, 2018 at 5:06 PM, Paul Dupuis via use-livecode <
use-livecode@lists.runrev.com> wrote:
>
> I would expect you need to explicit set the textHeight of the field
> before copying. Otherwise it inherits the textHeight value from its
> parent object all the way up to the stack (or LiveCo
On 8/27/2018 7:03 PM, Dr. Hawkins via use-livecode wrote:
> I licked this a few years ago, but forget how.
>
> I have fields being copied from one stack to another (actually, the group
> is copied) for output purposes.
>
> the sharedText and lockText are both set to true, and maintenance routines
>
I licked this a few years ago, but forget how.
I have fields being copied from one stack to another (actually, the group
is copied) for output purposes.
the sharedText and lockText are both set to true, and maintenance routines
cause the textHeight to be set to my custom property txtHgt.
I'm see