Re: Tree refresh
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello, i use this old thread because i have a similar problem. I'm adding a node to the my custom view, after that i call rowCountChanged to re-draw the tree. After i need to select the node added. But i see that the function rowCountChanged appears to be asynchronous, because the code of the selection is executed before the function 'rowCountChanged'. How can I do? i need to select the node that i have added. Really thanks