Hi.
I have problem with application:setKeepAwake... i'm trying to put argument (true) or (keepAwake) but
when I'm trying to run the app (on player) it gives mi an error:
main.lua:10: attempt to call method 'setKeepAwake' (a nil value)
stack traceback:
main.lua:10: in main chunk
so... anyone can help me?
Comments
I'm using Gideros v2012.09.6
Likes: beteg
Likes: beteg
I was rebuilding Corona project for Gideros... application (as variable) was in config.lua from Corona. After removing config.lua it works. \
Thanks again!