The initial intention was to not make it a singleton to allow for multiple instances of timers. Hence why it's wiped out. But making it a singleton is something Phil asked for too, I just forgot to turn it into a singleton. I will update it tomorrow. I use only a single instance myself as well too.
On Sun, 5 Feb 2017 at 02:02, Sean P. DeNigris <sean@clipperadams.com> wrote:
Shouldn't the following be lazily initialized?

ChronosManager class>>#open
�� ChronosInstance := self new.
�� ^ChronosInstance

Right now the singleton gets wiped out every time "open" is clicked in the
world menu, and one has to recustomize e.g. time and break limits...



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Chronos-Manager-Singleton-tp4933020.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.