Hi Sorry to be blunt but I have delivery for a project tomorrow. This is the first project I have decided to use nGUI in and the client is expecting a final build tomorrow. After having spent all night (and various nights though the week trying to solve it) I havent gotten anywhere, Ive only managed to narrow down the issue:
UIPanel1 -> UIButton -> UISlicedSprite
UIPanel2 -> UIGrid -> UIDragPanelContents
For some reason for clipping (and disappearing of the drag panel contents) I have to separate out the Z value of the UIPanel2 from UIPanel1 by about 100 units. This then means it clips contents correctly and I have no issues with the rendering. BUT because this is now so far infront, the button cannot be clicked when the UIDragPanelContents overlay the button.
So if I move the button in FRONT of the UIGrid, it dissapears. Although it doesnt seem localised to a UIButton, if in the other panel I disable all UISlicedSprites, the issue goes away too.
I am fighting with clipping and the button not being able to be pressed.
There are NO UIPanels within my UIPanels, which could be causing an issue. (as ive read).
Basically to fix the issue in editor while its playing. I go to the UIPanel1 and begin disabling UISlicedSprite until eventually the clipping issue resolves and the "dissapearing text" issue goes away. It only happens WHILE scrolling, if I stop scrolling, text re-appears. Resulting in flickering text as I move the mouse up and down.
Ran out of ideas and its 12am, been working for 17 hours straight and no solution. Client delivery in 9 hours.
Thanks