Linking Node and Comments

Hi

I am using GoNodeIcon to display image node and i am trying to show hangging attributes of the node in the form of comments.
When user double clicks on node a pop up opens and after entering attributes they are shown as comments near node.
i am able to update that comments
but my problem is if i move the node then that comments should also get moved or same for delete.
so i want to link node and comments.
can u plz help me to solve this problem??
thanks in advanced.

Are you using GoIconicNode, which uses a GoNodeIcon as its GoIconicNode.Icon?

If so, then maybe you could just Add your comment object(s) to the GoIconicNode. By adding GoObjects to a GoNode those objects will naturally be moved/copied/deleted along with the rest of the node.

ya…its working…

thanks a lot.