I have two grids, TestA and TestB.
If I click the object in TestA it will create the same object in TestB, so now there are two of the objects. Now if you click the object in TestB it will tell you its name:
Click()
usr << src.name
I know the above isnt correct but it is just a test.
Although If you press the object in TestA it still creates the same object in TestB so now there are two objects in TestB and on in TestA, and when we click the object in TestB it will say its name..
Anyone know how to help me please?