Hi I need to render a cell of an ULCTableTree as a table.
A special node 'A' has some values shown in the second column of the TableTree. We need to select a single value in the second column. So to show all the values renderered with '\n' in a text is not usefull. To put the attributes in some sort of child node is as well not usefull, because the attributes should be always visible even if the node 'A' is closed. | First Column | Second Column | |---------------+-------------------| | RootNode | | |--|------------+-------------------| | +-A | 1. Attribute of A | | | |-------------------| | | | 2. Attribute of A | | | |-------------------| | | | 3. Attribute of A | |----|----------+-------------------| | +-B | | |----|----------+-------------------| | +-B | | |------|--------+-------------------| | +-C | | |---------------+-------------------| |... Unfortunately ULCTable does not implement the interface IRendererComponent jet as ULCLabel or ULCComboBox do. 1. Is this on the roadmap somewhere? 2. I have found this mail http://lists.canoo.com/mailman/private/ulc-developer/2005/002446.html in the archives, but I need several additional rows in the second columns, so I can single select the values with the normal functionality of a table. Is there a simple way to do this? 3. There is already an issue UBA-602 <https://www.canoo.com/jira/browse/UBA-602> which asks for help on implementing the interface IRendererComponent. Is there any help around so I could extend my ULCTable? Thanks! Alex Alexander Stucki Bedag Informatik AG Software-Entwicklung Gutenbergstrasse 1 3011 Bern Telefon: +41 (0)31 633 21 21 (direkt 633 25 35) E-Mail: mailto:[EMAIL PROTECTED] www.bedag.ch _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
