I just bought the NGUI.
I've spent the last 3 hours struggling with this issue and could really use some help.
I'm trying to create a dynamic list of buttons. Its mostly working, but the labels inside of the buttons refuse to sort correctly.
I am using NGUITools.AddChild, and adding them to a grid, all of that works, except the sorting, I've tried adjusting the depth, it does nothing, I can see my text is behind the sprite if I move the text to the edge.
Edit: Also if I disable Clipping on the panel the text appears.