device rotation

Hello,

How can I make the corona simulater start up in landscape mode ?
I edited build.settings file but it still firs up in portrait mode.

thanks
[lua]settings =
{
orientation =
{
default = “landscapeLeft”,
content = “landscapeLeft”,
supported =
{
“landscapeLeft”, “landscapeRight”
}
},

build =
{
custom = “v1a345”,
}
}[/lua] [import]uid: 73033 topic_id: 22221 reply_id: 322221[/import]

What’s in your config.lua file? [import]uid: 10389 topic_id: 22221 reply_id: 88492[/import]

What version of Corona and what OS?

Those build.settings look fine to me. [import]uid: 52491 topic_id: 22221 reply_id: 88593[/import]

config.lua is:

application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”
}
}

and I am working for iOS on Mac Os X Lion with Corona version 2011.715
not a very recent build , maybe I should get a newer one from daily builds.

[import]uid: 73033 topic_id: 22221 reply_id: 88603[/import]

That looks fine too.

Can you try using build 704, just to double check? We always suggest the last stable when people have issues like this in daily builds.

If you wanted to upload a sample I could run would be happy to check that out. (Am also running Lion.)

Peach :slight_smile: [import]uid: 52491 topic_id: 22221 reply_id: 88658[/import]