Re: Indefinite page-width / page-height

2006-03-03 Thread Andreas L Delmelle
On Feb 28, 2006, at 08:34, Matthias Neubacher wrote: Matthias, I've read the thread on implementing the indefinite page-height feature. Did you succeed on this (Andreas, Walter)? I also would offer my help on implementing/testing it. Sorry for the late reply. As I indicated earlier in this th

Re: Indefinite page-width / page-height

2006-02-27 Thread Matthias Neubacher
Title: Re: Indefinite page-width / page-height Hi, I've read the thread on implementing the indefinite page-height feature. Did you succeed on this (Andreas, Walter)? I also would offer my help on implementing/testing it. Cheers, Matthias

Re: Indefinite page-width / page-height

2006-02-20 Thread Walter Bauer
Hi Andreas, thanks for the prompt answer. Sounds like a thorough cooking recipe. I will start working on this following your trace. May take a while to get into the code and get a better understanding of the layout process ;-) Regards, Walter

Re: Indefinite page-width / page-height

2006-02-19 Thread Andreas L Delmelle
On Feb 19, 2006, at 16:19, Walter Bauer wrote: Hi Walter, I'm wondering what happened to the indefinite page-height feature. Andreas L Delmelle had some thoughts on that topic last September. Well, I need this feature and would like to bring it into life. I didn't quite get around to that

Re: Indefinite page-width / page-height

2006-02-19 Thread Walter Bauer
Hi,I'm wondering what happened to the indefinite page-height feature. Andreas L Delmelle had some thoughts on that topic last September. Well, I need this feature and would like to bring it into life.As a first test, I hacked curPage.getPageViewport().getViewArea().setFrame(10, 10, 200*1000, 200*10

Re: Indefinite page-width / page-height

2005-09-26 Thread Andreas L Delmelle
On Sep 26, 2005, at 10:29, Luca Furini wrote: Andreas L Delmelle wrote: The only things I'm still looking for are ways to: a) retrieve the accumulated content-height/-width (or: the difference between the initial page-height/-width and the content-height/-width up to that point) The differ

Re: Indefinite page-width / page-height

2005-09-26 Thread Andreas L Delmelle
On Sep 26, 2005, at 07:01, Manuel Mall wrote: On Mon, 26 Sep 2005 05:25 am, Andreas L Delmelle wrote: BTW, stumbled upon an interesting issue: Does anyone know how percentages should be viewed in case the page's height is indefinite? Or would this simply be something the user shouldn't be doing

Re: Indefinite page-width / page-height

2005-09-26 Thread Luca Furini
Andreas L Delmelle wrote: Currently, I have solved this locally by creating the pageVP with the indefinite dimension set to Integer.MAX_VALUE. The only things I'm still looking for are ways to: a) retrieve the accumulated content-height/-width (or: the difference between the initial page-heigh

Re: Indefinite page-width / page-height

2005-09-25 Thread Manuel Mall
On Mon, 26 Sep 2005 05:25 am, Andreas L Delmelle wrote: > On Sep 25, 2005, at 19:47, Andreas L Delmelle wrote: > > Currently, I have solved this locally by creating the pageVP with > > the indefinite dimension set to Integer.MAX_VALUE. > > The only things I'm still looking for are ways to: > > ...

Re: Indefinite page-width / page-height

2005-09-25 Thread Andreas L Delmelle
On Sep 25, 2005, at 19:47, Andreas L Delmelle wrote: Currently, I have solved this locally by creating the pageVP with the indefinite dimension set to Integer.MAX_VALUE. The only things I'm still looking for are ways to: ... BTW, stumbled upon an interesting issue: Does anyone know how percen

Re: Indefinite page-width / page-height

2005-09-25 Thread Andreas L Delmelle
On Sep 22, 2005, at 23:28, Andreas L Delmelle wrote: Hi all, This post as a status-update, since I've been playing around with this during the weekend: I'm definitely going to take a closer look soon, but right now I'll just add a few comments for future reference (in case I don't get aro

Indefinite page-width / page-height

2005-09-22 Thread Andreas L Delmelle
Hi, I took a quick stroll through the code, and now I'm really getting the impression that implementing indefinite page-width or page-height isn't all that hard to achieve. (Those enlightenments by Jeremias and Manuel yesterday sure gave me the kick that was needed to grasp what happens and