From: William K. V. <wk...@us...> - 2005-06-13 17:55:36
|
Hello Bob, I continued to use the patch I had made to get_output_size which took into account the size of horizontal lines, I added to that to have it also account for Images. The reason I continued with my patch was it fixes my reports for now. The implication from your response below was there was another way to solve the problem. Since you are the architect you best would know how to implement a fix (which I'm eagerly waiting to test :-). One thing that I wanted to point out with my update was that somewhere there appears to be a double accounting of the space taken for the page footer. This showed up with the Image being outside of a Line object. Does that clarify things? Cheers, William. On Mon, 2005-06-13 at 11:26, Bob Doan wrote: > Did you fix the problem with the Image? I'm kinda confused here ;) > > - bob > > On Sun, 2005-06-12 at 13:32 -0600, William K. Volkman wrote: > > Hello, > > Just an update. I added the check for the size of an image to the > > get_output_size routine, added a logo to the page footer, and now > > am seeing a double compensation for the size of the footer. > > > > On Sun, 2005-06-12 at 11:51, William K. Volkman wrote: > > <snip> > > > > > > On Sun, 2005-06-12 at 09:17, Bob Doan wrote: > > > > As of this moment things like this just won't work (And overwrites will > > > > occur) > > > > > > > > Perhaps the more correct thing to do execute hight changing properties > > > > before we check to see if "it will fit" > > > > > > Which is one reason why I put made the change to get_output_size, > > > it is called as part of the "will fit" check (see second stack > > > trace from GDB below). > > > > > > > I could tackle this one if you don't feel comfortable doing it. Let me > > > > know. > > > > > > I don't think that I'm familiar enough with the architecture to be in > > > a position to judge the "best" way to handle this. If you want to > > > tackle it that is fine by me. The change I made basically works in > > > the static case albeit not in the most efficient manner and didn't > > > add support for images (which is one change that I would make, logo > > > goes in the page footer). > > > > Take care, > > William. > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput > > a projector? How fast can you ride your desk chair down the office luge track? > > If you want to score the big prize, get to know the little guy. > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > > _______________________________________________ > > Rlib-devel mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-devel |