Comment #2 on issue 4332 by
[hidden email]: StartupUIManager is Morphic
dependent
http://code.google.com/p/pharo/issues/detail?id=4332Thanks. Good catch. Startup should not assume that there are morphic loaded.
Now with this trick and with CommandLine manager, i more and more thinking
about the need to have a separate "do this after startup" stage feature.
Because right now, the only thing which we have is #addDeferredUIMessage:
Maybe we should add a protocol to UI manager/Smalltalk to perform some
action(s) after startup is done.
So, it may look as 2-stage startup, where on first stage you initializing
critical parts of your system, which in case of failure leads to leaving
from image to OS,
while in second stage, you are free to do anything (and can use UI, if it
available).
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker