<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I’ve been away from Squeak for a long time but I don’t think Schedule does what you want.  I browsed the code a bit and it seems to be more about /storing/ a schedule rather than /executing/ one.<div class=""><br class=""></div><div class="">John Pierce wrote a package called Scheduler which I used with great success many (many) years ago.  The SqueakMap entry still exists but the file links are dead.  I have attached my latest version of that package.  I tried it out in Squeak 5.2 and it seemed to work but I can’t make any promises.  I don’t think it will have the same problems as a long Delay since its main loop seems to check for runnable tasks every 1/4 second.</div><div class=""><br class=""></div><div class="">The SqueakMap page has some docs: <a href="http://map.squeak.org/package/cb344d5b-c810-45cd-a440-534d900aacfd" class="">http://map.squeak.org/package/cb344d5b-c810-45cd-a440-534d900aacfd</a></div><div class=""><br class=""></div><div class="">BTW, to load the MCZ you can use the File List (under Tools).</div><div class=""><br class=""></div><div class="">Best,</div><div class=""><br class=""></div><div class=""><div>David</div><div><br class=""></div><div></div></div></body></html>