Hi, Mr Kibernetik. Thank you for all the extra's in 4.3. I now successfully start my coded program from a desktop icon. And using the new EXIT statement I neatly return to the same desktop-screen.
So far everything ok.
But then the safari-app and the SB-app still remain open. Both have to be closed down manually.
Is there a way to avoid this ?
Thank you
SB still open after EXIT
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: SB still open after EXIT
Да. И не плохо было бы еще и открытые страницы сафари закрывать а то весь сафари в страницах sB)
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: SB still open after EXIT
It is not possible to remove smart BASIC from memory programmatically.
Actually even exiting application without pressing "Home" button is against Apple rules
Actually even exiting application without pressing "Home" button is against Apple rules
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: SB still open after EXIT
И экран чтобы сам протирался, а то вечно весь заляпан...Фант wrote:Да. И не плохо было бы еще и открытые страницы сафари закрывать а то весь сафари в страницах sB)
- Фант
- Posts: 1363
- Joined: Sat Nov 30, 2013 10:01 am
- My devices: iPad 4 (iOS 9.3), iMac (MAC OS 11.03)
- Location: Россия,Санкт-Петербург
- Flag:
- Contact:
Re: SB still open after EXIT
Ну для экрана жена естьMr. Kibernetik wrote:И экран чтобы сам протирался, а то вечно весь заляпан...Фант wrote:Да. И не плохо было бы еще и открытые страницы сафари закрывать а то весь сафари в страницах sB)
- atikin
- Posts: 77
- Joined: Fri Sep 12, 2014 6:54 pm
- My devices: iPad air, iPhone 4S
- Location: Санкт-Петербург | Saint-Petersburg
- Flag:
Re: SB still open after EXIT
Некоторые программы используют спец-баг для этого, типа нажимаешь на кнопку выход и программа вылетает из-за ошибкиMr. Kibernetik wrote:It is not possible to remove smart BASIC from memory programmatically.
Actually even exiting application without pressing "Home" button is against Apple rules
_____________________________________________________________________________
Как сделать движок для виз. новелл за три дня в smart BASIC (часть 1)
Как сделать движок для виз. новелл за три дня в smart BASIC (часть 1)
Re: SB still open after EXIT
Apple just advices you should never exit your apps abruptly. In other words it's a crap user experience to have an app just exit. It should be ok for your app to properly implement that feature for the reasons we been talking about in this forum.
I will let you know if I find more confirming info on the issue Mr Kibernetik.
I will let you know if I find more confirming info on the issue Mr Kibernetik.
Re: SB still open after EXIT
Hello again. There is an apple app called newsstand that behaves in the manner we spoke about here.
If you run newsstand then press the home button so it exits then double press the home button to reveal all running apps you will see newsstand is not running , it is as if newsstand just exited properly after pressing the home button once.
If you run newsstand then press the home button so it exits then double press the home button to reveal all running apps you will see newsstand is not running , it is as if newsstand just exited properly after pressing the home button once.
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: SB still open after EXIT
Ok. If you will encounter any info how this termination can be achieved, please let me know.basiccode wrote:Hello again. There is an apple app called newsstand that behaves in the manner we spoke about here.
If you run newsstand then press the home button so it exits then double press the home button to reveal all running apps you will see newsstand is not running , it is as if newsstand just exited properly after pressing the home button once.
Re: SB still open after EXIT
Yes,
The user pressing the home button is still considered the users decision to exit which is consistent to what you said. either way I will let you know.
The user pressing the home button is still considered the users decision to exit which is consistent to what you said. either way I will let you know.