Bug #2407
closedKepler process keeps running after close all windows
0%
Description
If you turn off welcome screen, then run kepler again. You will find kepler process keeps running after close all windows. We guess turning off welcome screen only makes it invisible.
Updated by Dan Higgins over 18 years ago
HINT: in Kepler, you can get the WelcomeWindow to show up again by deleting the file .ptolemyII in your 'home' direcotry.
Updated by Christopher Brooks over 18 years ago
I'll handle this one.
The problem is that we have a tableau associated with welcome window.
It will be a little while before I get to this.
Updated by Christopher Brooks over 18 years ago
Fixed by updating ptii/ptolemy/actor/lib/WelcomeWindow:
show(): Call super.close() because _close() expects that the window has been
rendered via successful completion of show() and that we can query the
checkbox. There was a bug where if user started Kepler, unchecked
"Show this Window at Startup" and then restarted Kepler, Kepler would
not exit.