How do I fix this?
I want the centre of the UI Table to be at the centre of screen.
I tried using Translate method to translate the transform of the UITable.
The problem of that method is that it translates the entire panel or maybe so that when I press the cancel button the ring menu is shifted in a wrong position.
So that would mean if I use translate I would have to put translate back in every cancel function?
http://www.tasharen.com/forum/index.php?topic=1385.0I tried using the code in the above link but still if I press the cancel button it shifts the entire panel.
Apparently the table seems to share the transform with the whole panel.