Re: PropertyMapping?

2001-06-01 Thread Arved Sandstrom
On Thursday 31 May 2001 18:10, you wrote: > I have this working great. Thanks. > > I'd something slightly different, I ended up passing "hidden" along as a > text decoration trait, and then I suppress its output in the render stage. > The only issue is that the line area is still accounting for t

RE: PropertyMapping?

2001-05-31 Thread Jay Di Silvestri
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 26, 2001 1:01 PM To: [EMAIL PROTECTED] Subject: Re: PropertyMapping? Hi, Jay If the property on the FO has become a trait on the area(s), then it will be available in the corresponding render* method. The solution here is t

Re: PropertyMapping?

2001-05-26 Thread Arved_37
Hi, Jay If the property on the FO has become a trait on the area(s), then it will be available in the corresponding render* method. The solution here is to make sure you place a trait on the area(s) in question. You will want to capture the 'sq' property in the Inline constructor. Then, when add