Error: this context was not included in the image segment

Ingo Hohmann iho at gmx.de
Tue Dec 7 05:31:01 UTC 2004


Hi All,

I get the error mentioned above, when I try to run #saveToDisk below.
Funny thing is, I'm not doing anything with image segments, at least not
knkowingly :-)

Squeak 3.7gamma 5985
(tried code update, but it says all servers are down)

Object subclass: #IhoCalEntryList
	instanceVariableNames: 'myList'

saveToDisk
	| fileStream |
	self ihoFlag: 'make filename changeable'.
	fileStream := FileStream newFileNamed: 'IhoCalEntryList.data'.
	fileStream fileOutClass: nil andObject: self


Any ideas, where I should be looking?


Ingo




More information about the Squeak-dev mailing list