[reportlab-users] flowables side by side

François Heredero - Top Music SA reportlab-users@reportlab.com
Fri, 11 Apr 2003 19:44:53 +0200


Hello,
I'm writing a little program to make a pdf CD catalog from a database. Each
CD is represented by a flowable (a box with the picture, title, tracks and
price). I want to write these flowables side by side untils they fill all
the with of my frame like :

---------------------
| ***** ***** ***** |
| *CD1* *CD2* *CD3* |
| ***** ***** ***** |
| ***** ***** ***** |
| *CD4* *CD5* *CD6* |
| ***** ***** ***** |
| ***** ***** ***** |
| *CD7* *CD8* *CD9* |
| ***** ***** ***** |
|                   |
---------------------

But they are added one down the previous  - I use story.append(flowable)
Any idea?

I hope you understaind my poor english :-)
François