by Ciege » Mon Oct 03, 2011 5:04 pm
It could be that the sub tree items don't exist until the parent is expanded. Since you are getting you list of tree items before the expand then the sub items will not exist in your tree items variable.
You can process the tree by expanding all the sub trees first, then getting the list of available tree items.
With many trees you can click in the first parent node and type - to close all sub items, and/or + or * to expand all tree items. You may be able to use invokeremotely to invoke the expand all action to expand all the tree items, then you can get your list and parse them.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...