Hi!
1. I believe the Grid for the model should allow the user to set
either the cell or cell agent size.The issue is not so much various platform implementations, but separation of concerns. That is, the core model is only intended to represent modeling issue per se, not presentations issues like displays and so on. So sorry, you will have to rely on whatever model configuration capabilities are in your platform of choice. At some point we would like to support that kind of runtime configuration but that would be in a seperate meta-model.
You may fairly point out that we do support Styles in the core Structure meta-model, allowing users to create rules that specify how agents are graphically portrayed in visualizations. This is admittedly an edge case and it may make sense to move that in to a separate package at some point, but at this point I felt that that would create a little too much indirection. Also, I felt that in the very common usage of a non-programming modeler who wants to interact with a model directly, it makes sense to treat the semantics of color and so on as directly as say Agent names, etc.. We could add Graphic Functions to support *relative* scaling of graphic figures so that say one agent appears smaller than another, if that would be helpful.
2. One thing that may be help for future reference documentation
would be to state what each menu option can do. That may be obvious
to many, but for beginners like myself, I am not sure what exactly
I gain in certain circumstances. Yep. We really need to bulk up the usage documentation (such as it isn't

) in general. What menu options do you mean specifically, the context (right-click) menus or something else?
Also, I *believe* that somewhere in the Getting Started you stated that
not all menu options are valid in all circumstances. That you need
to spend some time updating the menus to limit the available options
to only options that make sense within the context of when they are
being called. Hmmm..again I'm not sure what menus we're referring to..