pescuma / swt-paperclips

Automatically exported from code.google.com/p/swt-paperclips
0 stars 0 forks source link

Multiple row spanning cells in GridPrint #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if it is possible to specify cells that span multiple
rows inside a GridPrint. The reason I need this is I am using the left most
columns as check boxes and other columns to specify details about a list of
items. The list of details can span multiple rows and I would like the left
most cell to span the number of rows that each item spans. If I nest
GridPrint inside another GridPrint for each item, I'll lose the consistent
column widths for all items.

Thanks for your time!

----

= Comments =

----

Date: 2008-09-09 17:20
Sender: qualidafialProject AdminAccepting Donations
I have a plan for this that I think will work, but after doing some
research I see it will have to wait until version 2.0 due to API breakage.

The GridLookPainter.paint() method has an argument for column spans but
not for row spans.  There is no way I can add an argument for row spans
without breaking existing clients.

Original issue reported on code.google.com by qualidaf...@gmail.com on 9 Oct 2008 at 5:29

GoogleCodeExporter commented 9 years ago

Original comment by qualidaf...@gmail.com on 9 Oct 2008 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by qualidaf...@gmail.com on 9 Oct 2008 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by qualidaf...@gmail.com on 16 Mar 2009 at 1:32

GoogleCodeExporter commented 9 years ago
PaperClips is migrating to the Eclipse project.

This bug is now being tracked at http://bugs.eclipse.org/291859

Original comment by qualidaf...@gmail.com on 9 Oct 2009 at 5:36