hwitten
1
I found os.exit, which will exit the app but if possible I’d like to do a restart after the user changes some configuration parameters.
I can live with os.exit but a restart would make it a little nicer.
TIA
[import]uid: 6547 topic_id: 7079 reply_id: 307079[/import]
Have you found a resolution to this as yet? This is exactly what I also want to do. [import]uid: 31874 topic_id: 7079 reply_id: 32989[/import]
No restart scheme found.
I changed my scheme so that no restart was required.
Actually made it nicer for the user. Used globals to track setup changes on the fly. [import]uid: 6547 topic_id: 7079 reply_id: 33048[/import]