Re: Trees in Tabs?
reverendlinux <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Oct 31, 11:10 am, Lukas_Skywalker <[email protected]> wrote: > I had a different approach. For an example, look here:http://musicdc.svn.sourceforge.net/viewvc/musicdc/trunk/chrome/conten... > > In line 923, i get a reference to the _treechildren_ element of the tree. This is important, use treechildren. > I'm creating treeitem, treerow and treecell elements on the next lines and append them in reverse order to each other. This works for me. Lukas, Thanks for the suggestion. I took a look at your code (nice), but I'm afraid I have already tried the approach you suggested. In an earlier version of my app I used something very similar but without tabs. However, when I tested the code on large amounts of data I noticed a huge performance drop. That is why I am using the method I am now and it is the method I wish to remain using. However, as a test I rewrote that section of my code to use your method. Although it processed the data properly, nothing was displayed. So either way, I am back to stumped...