On May 4, 2006, at 5:49 PM, Shawn MacIntyre wrote:
The usual way I break one is by loading in a library from squeakmap that runs into a problem. Saving your image is a checkpoint, remember to save after every major modification. I also export my current project in Monticello regularly so I can load it into a new image if necessary.
Yes, most people will build a seed image to use as the base for most projects. I personally immediately get rid of all the windows, the flaps, and the mouse, load up shout, and squeakmap, and then save that.
I get an image - pull in all the libraries I need. Save it. Start developing. As soon as I have a few classes in a package, create a monticello project and start saving versions. When I hit a good checkpoint I export a new Monticello version and often do a "save as new version" of my image.
I generally save just before trying to load something. If the load fails, I just quit and relaunch.
Generally VMs track image versions - but not that closely. Seaside people are using base images based on 3.7 mostly. They work fine with the 3.8 and 3.9 VMs. Image format changes become incompatible when major versions flip. I would not expect a 4.0 VM to run a 3.x image.
I usually use the vanilla browser but you should play around and see which one you like. I really liked the whisker browser for awhile but its not included by default and I got tired of loading it all the time. |
_______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
