Out of the App by pressing the Home button and the Sleep button

Sorry, do not speak English.
Using Google Translator

After exiting the app by pressing the Home button and the Sleep button
Blank box appears again run the App

Please help me
My corona the latest version (2012.964).

[import]uid: 167724 topic_id: 32947 reply_id: 332947[/import]

Does this happen when you build and run a sample app? such as HelloWorld? [import]uid: 52491 topic_id: 32947 reply_id: 130874[/import]

yes, it occur the sample codes [import]uid: 167724 topic_id: 32947 reply_id: 130878[/import]

Does this happen when you build and run a sample app? such as HelloWorld? [import]uid: 52491 topic_id: 32947 reply_id: 130874[/import]

yes, it occur the sample codes [import]uid: 167724 topic_id: 32947 reply_id: 130878[/import]

Can you further explain the “blank box”? Do you mean that the screen is black? [import]uid: 52491 topic_id: 32947 reply_id: 131120[/import]

Can you further explain the “blank box”? Do you mean that the screen is black? [import]uid: 52491 topic_id: 32947 reply_id: 131120[/import]

peach pellen sorry.
Not speak English
upload videos to youtube.

Link
http://youtu.be/fD8m3uRCUiw [import]uid: 167724 topic_id: 32947 reply_id: 131174[/import]

peach pellen sorry.
Not speak English
upload videos to youtube.

Link
http://youtu.be/fD8m3uRCUiw [import]uid: 167724 topic_id: 32947 reply_id: 131174[/import]

Sorry, I know it is hard to communicate in different languages :frowning:

Can you show me a video of this blank box when you build a sample app, like HelloWorld sample, please? [import]uid: 52491 topic_id: 32947 reply_id: 131312[/import]

Sorry, I know it is hard to communicate in different languages :frowning:

Can you show me a video of this blank box when you build a sample app, like HelloWorld sample, please? [import]uid: 52491 topic_id: 32947 reply_id: 131312[/import]

hello world sample app does capture
However, has seen previously.

Corona App inAppPurchase sample capture success

http://youtu.be/JIaQm_BnJfc [import]uid: 167724 topic_id: 32947 reply_id: 131435[/import]

hello world sample app does capture
However, has seen previously.

Corona App inAppPurchase sample capture success

http://youtu.be/JIaQm_BnJfc [import]uid: 167724 topic_id: 32947 reply_id: 131435[/import]

I think maybe from that video that the problem is in your code as it is not happening in the sample apps.

Do you have any onResume, onSuspend, etc events?

What is your native language? [import]uid: 52491 topic_id: 32947 reply_id: 131628[/import]

My native language korean language

My system Event code is
-------------------code start------------------------------------
function onSystemEvent (event)
if “applicationExit” == event.type then
if db and db: isopen () then
db: close ()
end
end
end
-------------------code end-------------------------------------
That’s all
code for handling system Event
main.lua only exist.

This problem may be due to device?
[import]uid: 167724 topic_id: 32947 reply_id: 131672[/import]

I think maybe from that video that the problem is in your code as it is not happening in the sample apps.

Do you have any onResume, onSuspend, etc events?

What is your native language? [import]uid: 52491 topic_id: 32947 reply_id: 131628[/import]

My native language korean language

My system Event code is
-------------------code start------------------------------------
function onSystemEvent (event)
if “applicationExit” == event.type then
if db and db: isopen () then
db: close ()
end
end
end
-------------------code end-------------------------------------
That’s all
code for handling system Event
main.lua only exist.

This problem may be due to device?
[import]uid: 167724 topic_id: 32947 reply_id: 131672[/import]

Try commenting that out (removing it) and see if you get the same problem or if it goes away, then please let me know. [import]uid: 52491 topic_id: 32947 reply_id: 131825[/import]

Try commenting that out (removing it) and see if you get the same problem or if it goes away, then please let me know. [import]uid: 52491 topic_id: 32947 reply_id: 131825[/import]

I’m sorry.
I’ve been busy.

Code deleted, but
Still the same symptoms

[import]uid: 167724 topic_id: 32947 reply_id: 132277[/import]