Contents

How to Create and to Enter a MVC Project


To find out where you are, you can evaluate this expression in a workspace:

Smalltalk isMorphic

This answers either true or false. The answer false indicates that you are in a MVC project.

In order to play with the examples of the tutorial, you have to create and to enter an MVC project. To do that, you bring up the World menu and select the option 'open'. You get a new menu, where you select the second last option: 'mvc project'

Option'mvc project' of the 'open' menu

When you select this option, a very small window is placed on the screen. Double click on this window: The window opens itself and now you are in a MVC project.

There may be an additional complication: Perhaps you get an open menu that does not offer the option "mvc project" When this happens, you have earlier disallowed mvc projects.

To allow mvc projects, bring up the world menu, select 'appearance...' In the appearance menu, select 'preferences...' You get a window with four lines of options on the top. Select the keyword 'projects' and check the check box next to 'mvcProjectsAllowed' Now you can close the preferences window and open the world menu again to create an mvc project.


Contents