Hello,
I am trying to get comfortable with CompositeTable (
http://www.eclipse.org/nebula/widgets/compositetable/compositetable.php), but I've got this problem:
I need to draw several images in some columns. And I still need capability of resizing of columns. For draw images I use Canvas object. However when I add an image to any column it cause that table is not able to redraw lines between cells after resizing anymore.
I tried refresh(), redraw(), updateAll() on CanvasTable object (i don't know the right names of methods right now) but it doesn't help me neither.
Where is the problem? How can I use images / custom draws in CompositeTable and still have capability of resizing of columns and lines between cells? What I did wrong?
Thank you very much, for your answers.
Best wishes. Michal.