I was wondering if there is any way to check whether any references to child nodes, etc, are open before calling release? Basically, I allow users to "close" any reference they choose. As currently implemented, my code will just call release on the node and therefore close any nodes below it. It would be nice if I could check for any open nodes "below" the point which I am closing. If this was possible I could even delay the call to release until the user has closed all nodes "below" this node or decides to stop the application. If this does not exist then I will have to do my own reference counting or simply inform users: "don't do that."
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
