|
saving image automatically: msg#00162lang.smalltalk.squeak.beginners
Hi, I'm trying to save an image under a different name. I have a image I'm working with (e.g. VNC enabled) and I like to create a derived image under a different name. I use MySetup>>deploy RFBServer doStopServer. SmalltalkImage current closeSourceFiles. SmalltalkImage current saveChangesInFileNamed: 'base-deploy.changes'. SmalltalkImage current saveImageInFileNamed: 'base-deploy.image'. SmalltalkImage current snapshot: false andQuit: true I can still use my working image but if I try to start the base-deploy.image it quits immediately. I tried different settings but the result is similar. Every time I save and quit the image from a method or a doit I get this result. But if I just use SmalltalkImage current snapshot: true andQuit: true in the workspace everything is fine. Norbert
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Looking at Squeak, Ralph Johnson |
|---|---|
| Next by Date: | Re: saving image automatically, George Herolyants |
| Previous by Thread: | Looking at Squeak, email |
| Next by Thread: | Re: saving image automatically, George Herolyants |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |