tests/logging/py_ext_0@py_ext/baseconfnode.xml
author |
Edouard Tisserant <edouard.tisserant@gmail.com> |
|
Fri, 16 Feb 2018 18:38:30 +0100 |
changeset 1941 |
cde74a39df51 |
parent 914 |
94436558f0ce
|
permissions |
-rw-r--r-- |
Fixed Exception dialog disapearing after a view second when exception occurs during app startup.
Problem was caused by splashscreen timeout, wx closing averything else if there is no more main frame.
Changes:
- no more timeout for splashscreen
- use wx.App OnInit method to give first operation to mainloop, object are then now created in mainloop
- main loop is then created _before_ showing splash screen
- no more wxyield or wx processevent tricks needed to display splash screen
- exception handler not blocking anymore on dialog (callafter)
- because of mainloop being there before everything, exit must be called explicitely if exception caught during startup -> exit parameter in handle_exception + try/except around startup calls
UNTESTED ON WINDOWS
914
94436558f0ce
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
Edouard Tisserant
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
94436558f0ce
More stable logging. Added small one-entry log for loading errors. Test now include python side concurrent logging
Edouard Tisserant
parents:
diff
changeset
|
2 |
<BaseParams Name="py_ext_0" IEC_Channel="0"/>
|