Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] table tree questions


(please note that in the future, swt usage questions like this should be asked in the eclipse.platform.swt newsgroup, not on this list).

You're seeing a Table bug that has been fixed in the 3.2 stream ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=89183 ).

That being said, from your description it looks like you are using the TableTree class.  If so, then you should instead use the Tree class, and create TreeColumns as needed.  TreeColumn was introduced during the 3.1 timeframe, so it should be in your swt if you have the 3.1 release.

Grant



"mengqp" <qmeng@xxxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

08/16/2005 10:17 PM

Please respond to
"Eclipse Platform SWT component developers list."

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] table tree questions





When I set a image to a tableColumn ,the height of the rows is changed. Also
,the first column of the tableTree becomes wider,I don't know why.

I want to set image on each column head,Whether can I implement this in a
tableTree?

My version of my swt.jar is 3.1,but I can not find the TreeClumn class.
--------------------------------------------------------

This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top