Hi rob,
I have an issue, I am creating a display.newText and i am inserting that in to a scroll View, instead of text i am seeing a white box.
But when i remove it from the scroll view the text looks perfect.
llocal myText = display.newText("yuuu", tempX - 50,textY ,self.fontNormal, 35 ) innerChatScrollView1:insert(myText)
Hope i can find some solution as soon as possible.