Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Tr3s0r on March 11, 2013, 06:27:15 PM

Title: Problem with UITable elements not showing in gameview [solved]
Post by: Tr3s0r on March 11, 2013, 06:27:15 PM
 hello eveyone,

im having a problem with a UITable, that i can se the elements in the scene view but they are not showing in the game view, i have a few UITables working just fine, but i don't know why this one doesn't show its children in the game view, i can see the table entries in the scene and i can the them being scrolled but they are do not appear in the gameview, any thoughts on why this might be happening, i have tired to make several changes to see it if i could find anything that could give a lead me on the resolution, but i can't seem to find out why, this table is the same as the others, can anyone help, i have run out options an ideias, has this ever happend to anyone?

Best Regards
Title: Re: Problem with UITable elements not showing in gameview
Post by: ArenMook on March 12, 2013, 01:06:56 AM
My guess -- you need to adjust your scrollable panel's Z. Bring it forward by giving its transform's position Z coordinate of -1.
Title: Re: Problem with UITable elements not showing in gameview
Post by: Tr3s0r on March 12, 2013, 04:48:18 AM
hello,

many thanks for your answer, i have tried that and it did not work, i had to strip down the entire ui tree and rebuild it up again step by step, until i figured out why it was hapennig, i had nested several panels and somehow in the middle of the process, the uiTable on the deepest node was having problems rendering, so i had to rethink and rearrange the entire ui structure to make it work, now its working  ;D

Best Regards.