Iphone3gs and 4s image LetterBox scale issue

Hi,

I have a image size 640*960 which is iphone 4s size
my configuration file looks like this

i build on a mac and use 2012.843 build


application = {
content = {
width = 640,
height = 960,
scale = “letterBox”,
fps = 30,

–and the remaining stuff

so the problem im facing is that on the simulator (and the device) when i change from iPhone 4s view to iPhone view the image appears to be larger than the screen. i can see only top corner part of the image. The same happens for device also. on the windows it seems to fine at least on the simulator .

I use the letterBox scaling to automatically scale for other devices but still there is no change. [import]uid: 115284 topic_id: 30919 reply_id: 330919[/import]

You set the dimensions too big for the iPhone, set them at

width = 320,
height = 480, [import]uid: 75779 topic_id: 30919 reply_id: 123691[/import]

You set the dimensions too big for the iPhone, set them at

width = 320,
height = 480, [import]uid: 75779 topic_id: 30919 reply_id: 123691[/import]

I have found the problem it seems that scaling is done from smaller size images to larger size ie if i create an image 320*480 then use letter box it works perfectly for 640*960 iPhone 4s also. [import]uid: 115284 topic_id: 30919 reply_id: 124128[/import]

I have found the problem it seems that scaling is done from smaller size images to larger size ie if i create an image 320*480 then use letter box it works perfectly for 640*960 iPhone 4s also. [import]uid: 115284 topic_id: 30919 reply_id: 124128[/import]