Author Topic: Problem with UITable elements not showing in gameview [solved]  (Read 2330 times)

Tr3s0r

  • Guest
 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
« Last Edit: March 12, 2013, 12:30:21 PM by Tr3s0r »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Problem with UITable elements not showing in gameview
« Reply #1 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.

Tr3s0r

  • Guest
Re: Problem with UITable elements not showing in gameview
« Reply #2 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.
« Last Edit: March 12, 2013, 12:52:14 PM by Tr3s0r »