Author Topic: [SOLVED] Text not appearing on device  (Read 3087 times)

CoderBear

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
    • View Profile
[SOLVED] Text not appearing on device
« on: April 20, 2013, 02:09:49 PM »
Ok this is weird.  When I run this one screen on the device it is not showing any of the text. (NGUI006)  But clearly it is showing up in the editor and when one on device via unity remote. (NGUI007 & 008)  Any ideas as to why this is happening?

Oh and before some gives the "I did something wrong" response.  This is the only screen it is occurring on.  I point you to another screen in the game also built in pure NGUI. (NGUI009)
« Last Edit: April 20, 2013, 11:55:44 PM by CoderBear »

CoderBear

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
    • View Profile
Re: Text not appearing on device
« Reply #1 on: April 20, 2013, 02:13:53 PM »
Stupid 1MB limit

CoderBear

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
    • View Profile
Re: Text not appearing on device
« Reply #2 on: April 20, 2013, 02:14:29 PM »
Dang 1MB limit

CoderBear

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
    • View Profile
Re: Text not appearing on device
« Reply #3 on: April 20, 2013, 02:15:28 PM »
This is getting ridiculous.  Now have 3 replies so people may not respond.

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: [UNRESOLVED] Text not appearing on device
« Reply #4 on: April 20, 2013, 05:58:04 PM »
Put the label at -1 zposition.

My guess is that the label is a 0 and the widgets are at 0 as well. When they both are at the same position, the result is undefined - random. One way in editor, another on device. Put your labels at -1.

CoderBear

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 34
    • View Profile
Re: [UNRESOLVED] Text not appearing on device
« Reply #5 on: April 20, 2013, 11:54:45 PM »
Well I'll be danged.  That worked.  Though strange that the was the only page affected by it.

Now I only hope that my other questions can be answered as well.