Nov. 9, 2010
7:58 a.m.
what about using some variable, like:
RunTests := true. self saveimage. RunTests := false. self saveImage.
and then in startUp:
startUp: resuming
( resuming and: [ RunTests] ) ifTrue: [ self runTests ]
but my code is executed when a menu is selected. So the interaction with startUp: is not really good. Stef