native.newTextBox() doesn't work

I tried in beta7 (I don’t know if this works on older builds) to create a textBox with the following syntax :

choix\_single2 = native.newTextBox( 20, 120, 280, 30 )

Unfortunately, it doesn’t appear on the xcode simulator and on the device

Am I the worst noob on Earth or is this really a bug ? :slight_smile:

Thanks to the community !

Tonyo [import]uid: 6149 topic_id: 1590 reply_id: 301590[/import]

case #532. It does appear broken. [import]uid: 54 topic_id: 1590 reply_id: 4556[/import]

I’m able to use the native.newTextBox object in the Xcode simulator (version 3.2.3). Have you tried removing the app from the iPhone Simulator and running the code? Does it still fail?

There does seem to be a problem with Corona builds for the Xcode (iPhone) simulator where the second time you run the program it either crashes the simulator or continues where it stopped (instead of starting from the beginning). We are trying to track down the problem.

-Tom [import]uid: 7559 topic_id: 1590 reply_id: 4635[/import]