[Q][presentation] Slide-show of projects

Hannes Hirzel hirzel at spw.unizh.ch
Thu Feb 21 14:36:17 UTC 2002


Hi

I tried a simple code snippet to get a slide show of the projects I have
in an image. Actually I put the code below into a class method I call from
the world's personal menu.


[Project allNames do: [ :n |
(Project named: n) enter. (Delay forMilliseconds: 5000) wait]] fork


But it did not work. Just one project was opened and then it stopped.

Does anybody have a suggestion for a solution?


Regards
Hannes Hirzel





More information about the Squeak-dev mailing list