Hi Joshua,
Yes it is using the standard sample app code that Lunar Adds provides. As far as I can see it is just standard Corona Lua code.
The position problem comes about when you attempt to use specified positions rather than the default.
Halign = “center”,
Valign = “top”,
For example using instead:
x = 0,
y = 0,
Both the above will still show unwanted white box areas though.
Doing it this way will compile and run fine if it was built with the Mac version but it will not do the right thing if compiled with the Windows version of Corona.
Perhaps it would be a good idea to grab the Lunar sample so you have a code sample that shows this different Mac v Windows build behaviour. [import]uid: 28534 topic_id: 23577 reply_id: 105617[/import]