Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie
Paul Hastings wrote: > the trick in the cellLayout method? depends on an event firing too i think?? > examining the table height, it's still 0.0. mySql and mail are down at lowagie.com (and I know from experience it's useless to call the support at my hosting provider). Retrieving the table hei

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > The source code can be downloaded here: > http://itext.ugent.be/itext-in-action/examples/chapterX/GisExample.java ah well, the example uses a cellEvent that cf can't handle--well the cf function i added to the cell w/setCellEvent() is actually firing but i think th

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > Don't forget the CF equivalent for > cell.setUseBorderPadding(true); > as is demonstrated in the example. yup already started using it after i upgraded to 1.4.6. - Take Surveys. Earn Cash. Influ

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > yes, the one w/fit param for images. yup, seems to have done the trick for > the > overview map image. thanks. Don't forget the CF equivalent for cell.setUseBorderPadding(true); as is demonstrated in the example. br, Bruno

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > I loved to work with CF... 9 years ago. oh it's even better these days. better i18n, better two-way java integration, gateways (SMS,IM,etc.), components (kind of OO), cfdocument (powered by iText!), etc. nwo that adobe owns it, i expect to see a lot more PDF funct

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > Bruno Lowagie (iText) wrote: > >> Now show us some source code ;-) OK, I have made you an example. It's not exactly the same as what you have, but it can easily be adapted. You'll find references to everything you need on the 'Extra: more samples' page on the support site

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > Bruno Lowagie (iText) wrote: > >> Now show us some source code ;-) > > it's cf. still want to see it? I loved to work with CF... 9 years ago. Haven't worked with it since... > the main table is two columns, OK. > the map image first column, first (and only) row. Try ch

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > Now show us some source code ;-) it's cf. still want to see it? > Are you using Table of PdfPTable? pdfPtable w/the latest itext. > and the "ILUKA" image aren't supposed to > extend to the bottom of the page. those are the ones i want flush w/the bottom of the t

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > how about an example? > http://www.sustainablegis.com/projects/itext/retrieveMap.pdf Nice example! Now show us some source code ;-) Are you using Table of PdfPTable? I suppose the cells with "Nov 22, 2006" and the "ILUKA" image aren't supposed to extend to the bottom of the

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: > On page 172-174 of the book, I explain methods like: i guess i gotta buy the ebook ;-) it will take a month or more to ship a real one here. > setFixedHeight() > setMinimumHeight() > extendLastRow() > but I'm not sure which one will be useful for you. > Reading th

Re: [iText-questions] nested table widths

2006-11-22 Thread Bruno Lowagie (iText)
Paul Hastings wrote: > Bruno Lowagie (iText) wrote: >>> ok, but i would i tell how high a table is? >> Sorry, that's not possible. > > ok, then what's the most reliable way of forcing a a cell holding a table to > fill out to a given height? i need the last cell in a 1 column table to be at > th

Re: [iText-questions] nested table widths

2006-11-22 Thread Paul Hastings
Bruno Lowagie (iText) wrote: >> ok, but i would i tell how high a table is? > > Sorry, that's not possible. ok, then what's the most reliable way of forcing a a cell holding a table to fill out to a given height? i need the last cell in a 1 column table to be at the very bottom of the table tho