Hi everybody,
i have these 8 small horizontal lines in every page of my ios app.
See the image.
Someone knows how can i fix this problem?
Thanks
Hi everybody,
i have these 8 small horizontal lines in every page of my ios app.
See the image.
Someone knows how can i fix this problem?
Thanks
They don’t show in the screen shot you posted. You might want to try and zoom the simulator to 100% and see if they are artifacts of downsizing the simulator window.
Hi Rob,i have these lines in the simulator and in the iphone/ipad (real device).
I have attached a new image to the first post.
Thanks
They look a lot like a text or image object that is not getting removed when you move between scenes.
Check that you haven’t created anything in your main.lua or menu.lua that has been left out of the scene group.
Jules.
Text would be my guess. Are you using a custom font which is not compatible?
YES!!!I found it!!!I’ve this line of code in the main.lua :
layer.social_status = display.newText("--------", centerX, centerY, native.systemFont, 36)
Thanks guys for your precious help 
Good luck with the rest of your development.
The screenshot looks good, definitely something my kids would enjoy.
Jules.
Thank you Jules.I’ve spent a lot of time with the graphics
I hope your kids will like it 
Emanuele
They don’t show in the screen shot you posted. You might want to try and zoom the simulator to 100% and see if they are artifacts of downsizing the simulator window.
Hi Rob,i have these lines in the simulator and in the iphone/ipad (real device).
I have attached a new image to the first post.
Thanks
They look a lot like a text or image object that is not getting removed when you move between scenes.
Check that you haven’t created anything in your main.lua or menu.lua that has been left out of the scene group.
Jules.
Text would be my guess. Are you using a custom font which is not compatible?
YES!!!I found it!!!I’ve this line of code in the main.lua :
layer.social_status = display.newText("--------", centerX, centerY, native.systemFont, 36)
Thanks guys for your precious help 
Good luck with the rest of your development.
The screenshot looks good, definitely something my kids would enjoy.
Jules.
Thank you Jules.I’ve spent a lot of time with the graphics
I hope your kids will like it 
Emanuele