Problems with Padding and the Properties

2013-07-24 Thread Timothy Bleiler
I'm running into some problems with the padding property. I'm not familiar with it and haven't used it but it's being returned with the Properties of fields of all types and is causing me some trouble. Here are the problems: When I get the properties of a field, the padding is included but

Re: Problems with Padding and the Properties

2013-07-24 Thread Richard Gaskin
Timothy Bleiler wrote: When I get the properties of a field, the padding is included but appears to be the rect of the field. If I try to get the padding of the field directly i.e. get the padding of fld 1 - I get the message the object does not have this property It looks to me like

Re: Problems with Padding and the Properties

2013-07-24 Thread Monte Goulding
On 25/07/2013, at 8:24 AM, Timothy Bleiler wrote: I'm running into some problems with the padding property. I'm not familiar with it and haven't used it but it's being returned with the Properties of fields of all types and is causing me some trouble. Here are the problems: When I