Keyboard Issue

Hey There

So my question is: How can I change the orientation of keyboard?

See, in my app I have to change orientation to write but keyboard keeps portrait and no landscape =S
Someone knows how can I change the keyboard’s orientation?

Thanks
Dhennrich [import]uid: 23063 topic_id: 18162 reply_id: 318162[/import]

Another question: why newTextField works with alpha = 0.01 and on device don’t wokr?

in device the keyboard don’t show up, but in simulator I can write normally.

someone can help me?? [import]uid: 23063 topic_id: 18162 reply_id: 69464[/import]

@Dhennrich: The simulator’s textFields are actually native Mac OS X textFields so while you can do testing to ensure basic functionality is there without having to build for device as you used to have to (for your apps that need text input), but since they are Mac textFields there will be subtle differences in their appearance, and some functionality doesn’t quite match up exactly.

If you need to test out more advanced uses of textFields, it’s recommended you build for device. They’re really only available in the Mac simulator so you can quickly input some text and test your listeners without having to build. [import]uid: 52430 topic_id: 18162 reply_id: 69492[/import]

@beebe

So how can I use keyboard without that white square? I want to write in a transparent background, is that possible?

Thanks [import]uid: 23063 topic_id: 18162 reply_id: 69494[/import]