1-Why doesn’t the content area automatically fill the screen? is it because of the “letterbox” scaling option?
2- Why do I have to compensate for the width and not the height? it gets positioned correctly on the y axis with no extra calculations
object.x = display.actualContentWidth + display.screenOriginX
object.y = display.actualContentHeight – no extra calculations

3- object.x = 0

It’s just weird that “x = 0” is not the leftmost position on the screen, I have to use “screenOriginX” to get it right