RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-13 Thread Glen Mazza
Cool/Thanks. --- Victor Mote <[EMAIL PROTECTED]> wrote: > I just committed a change that fixes this. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com

RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-12 Thread Victor Mote
Glen Mazza wrote: > --- Victor Mote <[EMAIL PROTECTED]> wrote: > > > FO:Basic-link isn't working (anymore?) in trunk > > for > > > PDF. It is properly colored blue, but the link is > > not > > > active/clickable. > . > > > > The "anymore" is the key question. I don't know > > whether it worke

RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-11 Thread Glen Mazza
--- Victor Mote <[EMAIL PROTECTED]> wrote: > > FO:Basic-link isn't working (anymore?) in trunk > for > > PDF. It is properly colored blue, but the link is > not > > active/clickable. . > > The "anymore" is the key question. I don't know > whether it worked before or > not. > > If it is

RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-07 Thread Victor Mote
J.Pietschmann wrote: > Victor Mote wrote: > > Yes, without some sort of regression testing mechanism, > > We should have that now, see > test/java/org/apache/fop/GenericFOPTestCase.java > > I deliberatly went for a self containg test scheme, which > means not even external XML files. Add tests a

Re: (Victor) PDF fo:basic-link problem in trunk

2003-10-06 Thread J.Pietschmann
Victor Mote wrote: Yes, without some sort of regression testing mechanism, We should have that now, see test/java/org/apache/fop/GenericFOPTestCase.java I deliberatly went for a self containg test scheme, which means not even external XML files. Add tests at will (well, almost). J.Pietschmann

RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-06 Thread Glen Mazza
--- Victor Mote <[EMAIL PROTECTED]> wrote: > I don't know. I recommend going back to a version of > the code before the > AddLMVisitor was checked in, and seeing 1) whether > it worked properly then, > and 2) what it was doing, and comparing that to what > is happening now. The Good idea--I'll do

RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-05 Thread Victor Mote
Glen Mazza wrote: > FO:Basic-link isn't working (anymore?) in trunk for > PDF. It is properly colored blue, but the link is not > active/clickable. The "anymore" is the key question. I don't know whether it worked before or not. > Per your email here: > http://marc.theaimsgroup.com/?l=fop-dev&m

Re: (Victor) PDF fo:basic-link problem in trunk

2003-10-05 Thread Glen Mazza
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > > > > lm = new InlineStackingLayoutManager() { > > protected InlineParent createArea(BasicLink > node) > > { > > InlineParent area = super.createArea(); > > setupBasicLinkArea(node, parentLM, area); > > return area; > >

Re: (Victor) PDF fo:basic-link problem in trunk

2003-10-05 Thread J.Pietschmann
Glen Mazza wrote: Looking at lines 299-302, you have a strange createArea() function within braces--I'm unsure what you're attempting to do there: this code (which calls setupBasicLinkArea()) is never being activated: lm = new InlineStackingLayoutManager() { protected InlineParent createArea(Ba