Issue 710374: Raise IDE output window over splash screen on early crash (original) (raw)

This one was also submitted by macrulezatsofthomedotnet, but I'm not so sure about it. What do you think, would changing the DLOG resource for the splash screen have other, unforeseen side effects? The effect of the change I would dearly like: how often have I cursed the %#$ spalsh screen being in front of the error message I would really love to see...

Sometimes the script short-circuits while Python IDE is starting actually, I haven't fixed that yet, but I did get around the problem of it preventing Python from starting (which is a problem because the user then cannot quit). I ResEdited the Python IDE and changed the 'DLOG' resource, such that the 'About' dialogue (the splash screen) is a window, rather than an actual dialogue. thus, when the window appears (showing a traceback), it moves to the frontmost instead of remaining behind the splash where it can't be read.