On 8/31/07, westor <[EMAIL PROTECTED]> wrote: > > Is there an event which can be used to detect, if the a node of a treevirtual > has finished the open process? > Background: I have to open a tree via async remote requests by program - I > have to wait until the children are loaded and tree is open until I can > request the children in the next hierarchy.
If I understand your question correctly, then the answer is probably "no". There are four events generated directly by TreeVirtual: treeOpenWithContent: A request was made to open a branch and the branch already contains children treeOpenWhileEmpty: A request was made to open a branch and the branch is currently empty treeClose: A request was made to close a branch changeSelection: The selection has chnaged (duh) The tree open/close events occur at the time that the request is made to change the node's state, not at the time of drawing. Derrell ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
