Problem: Group's scale looks different in Windows and Mac simulators

Hi everybody.

I’ve working in my first game for a few months on Windows. The last week I purchased an Iphone so I decided to try the IOS’s Corona SDK’s version.

Everything looks different, I have a problem with object’s scale. In windows everything looks fine but in IOs is a mess. I don’t know what Im doing wrong, I know it’s a scaling issue because its the only difference.

I’m making the scaling to groups mainly, not objects.

Please I’ll appreciate any help Im quite lost. [import]uid: 95411 topic_id: 34036 reply_id: 334036[/import]

By the way, there’s not terminal errors, both applications runs well, but objects scaling are different [import]uid: 95411 topic_id: 34036 reply_id: 135357[/import]

What does your config.lua look like? Post it here and make sure to put <code> and </code> tags around it. Maybe also post some of your positioning code? [import]uid: 199310 topic_id: 34036 reply_id: 135368[/import]

I would recommend trying to use the Corona Simulator on a Mac machine or in a Mac OSX emulator. Honestly the Corona Simulator for Windows is horrible, I was using it in the beginning days and got so fed up I went and bought myself a Mac. Save yourself some headache… [import]uid: 29181 topic_id: 34036 reply_id: 135398[/import]

Here is my config:

application = {  
 content = {  
 width = 640,  
 height = 960,   
 scale = "letterBox",  
 fps = 30,  
 }  
}  

I think its better to use OSX version but first I have to fix this differences.

Thanks a lot [import]uid: 95411 topic_id: 34036 reply_id: 135412[/import]

By the way, there’s not terminal errors, both applications runs well, but objects scaling are different [import]uid: 95411 topic_id: 34036 reply_id: 135357[/import]

What does your config.lua look like? Post it here and make sure to put <code> and </code> tags around it. Maybe also post some of your positioning code? [import]uid: 199310 topic_id: 34036 reply_id: 135368[/import]

I would recommend trying to use the Corona Simulator on a Mac machine or in a Mac OSX emulator. Honestly the Corona Simulator for Windows is horrible, I was using it in the beginning days and got so fed up I went and bought myself a Mac. Save yourself some headache… [import]uid: 29181 topic_id: 34036 reply_id: 135398[/import]

Here is my config:

application = {  
 content = {  
 width = 640,  
 height = 960,   
 scale = "letterBox",  
 fps = 30,  
 }  
}  

I think its better to use OSX version but first I have to fix this differences.

Thanks a lot [import]uid: 95411 topic_id: 34036 reply_id: 135412[/import]