Hi, I’m getting started in Corona. I try simulate app with corona simulator but the screen dont show well the app.
<a href=“http://s1382.photobucket.com/user/roto24/media/Captura_zpse72451d9.jpg.html” target="_blank"><img src=“http://i1382.photobucket.com/albums/ah252/roto24/Captura_zpse72451d9.jpg” border=“0” alt=" photo Captura_zpse72451d9.jpg"/></a>
¿Any idea?
Sorry for my bad englush
Your config.lua file needs adjusting:
http://coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/
http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
TRY ADDING THIS IN YOUR CONFIG.LUA FILE
application = {
content = {
graphicsCompatibility = 1, – This turns on Graphics 1.0 Compatibility mode
Your config.lua file needs adjusting:
http://coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/
http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/
TRY ADDING THIS IN YOUR CONFIG.LUA FILE
application = {
content = {
graphicsCompatibility = 1, – This turns on Graphics 1.0 Compatibility mode