Dries Horions

Results 28 comments of Dries Horions

In regards to you last question, we're working on better information on how to use it in issue #41. I also see your point about separating layout and data. I'll...

Hi Markus, these are all good points. My plan currently is to release version 1.4 so we have all the nice things that were added since the release of 1.3...

Hi, I started thinking about this a little bit and would like some feedback. I tried to ensure separation of concerns, and [implemented](https://github.com/dhorions/boxable/tree/api-SoC) styling and an extensible way of layouting...

Thanks @dobluth , again you make excellent points. ``` PDPage p = addNewPage(); table.pageBreak(); ``` That was indeed unnecessary. The PageProvider can take care of that. ``` DefaultPageProvider provider =...

Since we are talking about a major new version here, we could indeed give up on backwards compatibility. I'm not sure I'm comfortable with that idea yet, so I'll let...

Should we open a gitter.im channel for this discussion?

I agree, colspan can already be done, because each column can be passed a width % on creation, but rowspan is definately something that would be beneficial. Do you have...

Have a look at [this](https://github.com/dhorions/boxable/blob/d654416384b33f7d0ae84f92b327aafdeda1dc09/src/test/java/be/quodlibet/boxable/TableTest.java#L211) example. This allows merging cells within a row (not merging across multiple rows)

This was also fixed by #49 , right?

Hi, this is an open source library, people might help you if you're friendly and show enough information about what you did (source code that has incorrect results and allows...