[Python-bugs-list] [ python-Bugs-710374 ] Raise IDE output window over splash screen on early crash

SourceForge.net noreply@sourceforge.net
Thu, 27 Mar 2003 12:55:07 -0800


Bugs item #710374, was opened at 2003-03-26 23:33
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=710374&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Just van Rossum (jvr)
Summary: Raise IDE output window over splash screen on early crash

Initial Comment:
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 <interrupted> window appears (showing a traceback), it moves to the frontmost instead of remaining behind the splash where it can't be read.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-03-27 21:55

Message:
Logged In: YES 
user_id=45365

Much better idea!

----------------------------------------------------------------------

Comment By: Just van Rossum (jvr)
Date: 2003-03-27 10:20

Message:
Logged In: YES 
user_id=92689

Perhaps the splash screen stuff should be in a try/finally so it's guaranteed to get closed?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=710374&group_id=5470