Hi there,
I have a newTextBox control on one of my pages and it works great on my iPhone.
When I build the app for Android, I cannot scroll through the text box. The text box is displayed accurately, and it shows the start of my text, but does not let me scroll down to view the rest of the text.
I have tried creating a test app to just check this, but it doesn’t work either - the code is shown below:
[lua]local myBox = native.newTextBox(15, 50, 200, 100)
myBox:setTextColor(255, 0, 255)
myBox.font = native.newFont( native.systemFont, 14 )
myBox.align = “left”
myBox.hasBackground = false
myBox.text = “One bright day in the middle of the night,\nTwo dead men got up to fight.\nBack-to-back they faced one another,\nDrew their swords and shot each other.”[/lua]
Is there something I’m missing??
Thanks
[import]uid: 74250 topic_id: 18750 reply_id: 318750[/import]