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-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,

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

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

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

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: snip / 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

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: ... BTW,

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