I get a white box on my screen when I use the following code:
local txt = native.newTextBox(0,0,display.contentWidth,display.contentHeight/2);
txt.size = 12;
txt.font = native.systemFont;
txt.align = 'left';
txt:setTextColor ( 0, 0, 255, 255 );
txt.hasBackground = true;
txt.text = 'Hello World';
According to the release notes for beta 8 the newTextBox has been implemented for Android. Does “implemented” not mean “working”? [import]uid: 6297 topic_id: 1839 reply_id: 301839[/import]