I'm having trouble appending a node that has been cloned form the parent window to a modeless child window. I am able to clone the node and access all its properties from within the modeless window, but when I try to append it I get an "No such interface supported" message. I can append nodes that are created within the modeless window.
Any tips?