The first thing to check is that the options of ATOM3 are set correctly.
Press F1, the AToM3 logo in the top left, or use the popup menus.
In particular, you'll want the graph grammar to generate buttons...
For EntityRelationshipV3 the graph grammar can be found at:
**atom3**\Formalisms\EntityRelationshipV3\EntityRelationshipV3_Buttons_GG_exec.py
For EntityRelationship (original version that were using in this tutorial), you want:
**atom3**\Kernel\ButtonsModels\createButtons.py
NOTE: To set the option you can juste copy & paste the name EntityRelationshipV3_Buttons_GG_exec or createButtons if you wish.
Also, you probably want to be able to Generate Graphics (so make sure it's checked)
And you can of course choose which formalisms start with AToM3 by modifying the "Multi-Formalism Environment" listbox. The Directory for Code Generatiion is a relic of AToM3 0.2.2 and you can safely ignore it.
|