Myro simulation window lost

Issue #72 resolved
Doug Blank created an issue

Michael says:

"We used init("sim"), and some of my students lost the sim window. I think they closed it, and rerunning the script didn't reopen it. They had to quit Calico and restart. This is with Calico 2.3.8 on Mac OS X 10.7.*"

Comments (4)

  1. Doug Blank reporter

    I can make no progress on this... I tried everything I can think of. This works:

    from Myro import *
    init("sim")
    getSimulation().stop()
    [close window]
    

    But if I try to put the stop in a OnDelete method, it just crashes.

  2. Log in to comment