How to restart app

Hi everyone, I need to restart app, how to do it with button? and no open another screen-restart-close and open the app.

Maybe use the button to close the app, and then the user selects your app to open it back up.

you might want to elaborate, why you want to do that…
you could have an init procedure, which initializes your app during the Screen.Initialize event… just call that procedure anytime to “restart” the app
Taifun

2 Likes

But I want to close the app and it will automatically opened again

you might want to elaborate, why you want to do that…
you could have an init procedure, which initializes your app during the Screen.Initialize event… just call that procedure anytime to “restart” the app
Taifun

Can you explain this . i dont undrestand this

see also https://groups.google.com/d/msg/mitappinventortest/i8ihtuGsiDM/Iq9Dc7_iEAAJ
or do a search like this for more examples Google Groups

Taifun