Originally Posted by
sabeesh
Hi,
I have tree in my program. The nodes in the trees are 'Camera 1', 'Camera 2', 'Camera 3', etc. When I double click on the node 'Camera 1' then a window is created named as 'Camera_1', when I double click on nod 'Camera 2' then a nother window is load named as 'Camera_2' like that.....
My problem is that, When I double click on a node, 'Camera 1' at first time, then a new window is created and load name of that window is 'Camera_1' and when I double click again on that node then, another window is created named as 'Camere_1'. I want to block this. If one window is loaded, then when i double click on the same node, I need to show the old window no need to create a new one, if it is created early. ( check the name in memory)....
Please help me