Re: textHeight changing again when copying fields from one stack to another

2018-08-27 Thread Dr. Hawkins via use-livecode
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

Re: textHeight changing again when copying fields from one stack to another

2018-08-27 Thread Paul Dupuis via use-livecode
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 >

textHeight changing again when copying fields from one stack to another

2018-08-27 Thread Dr. Hawkins via use-livecode
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