Projects/Project Windows
Posted by
Sean P. DeNigris on
Apr 05, 2010; 8:33pm
URL: https://forum.world.st/Projects-Project-Windows-tp1752066.html
How do you create Projects in Pharo?
In Squeak, you can select "new morphic project" from the world menu. I found out how to do the same thing programmatically:
> Project newMorphicOn: nil.
The SystemWindow appears - great, no problem; except... I can't figure out how to enter the project. When I click on it (which would enter it in Squeak), nothing happens. I tried a bunch of other stuff, but couldn't make it happen.
Thanks!
Sean
p.s. more generally, is there a way to get removed Squeak world menu options through the GUI? Or do you have to perform the actions programmatically?
_______________________________________________
Pharo-users mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Cheers,
Sean