Hello everyone!
I made a couple of small sprites a wanna use as border-elements of a window (corners, lines, splitter-elements etc.)
and a seamless tile for creating the window's background.
Since i made splitter elements for the border (T-shaped) i can create a window with various smaller panels on it.
This gives me some flexibility when designing the UI.
The thing is, that when I create multiple widgets for the border - containing the various border parts - they don't align perfectly.
I tried using the pixel-perfect feature, but i still have gaps between the parts sometimes. Don't know how to get rid of this.
Is there a standard-procedure when creating these kind of windows with NGUI?
The 9-sliced technique isn't really what i'm looking for, since i need more complicated windows with more separate panels.
And i need the window background to be tiled.
Thanks for your help in advance!