It's used to "animate" the morphs, apparently. The crash happens quite easily by dragging a big window out of the screen (to the left). You either get a debugger or the vm crashes. I just want to point out that before the VM crashes, there is a bug in Smalltalk-land; an Number is appearing where a Point is expected. - Francisco On 26 March 2012 00:13, Igor Stasenko <siguctua@gmail.com> wrote:
On 26 March 2012 00:16, Francisco Garau <francisco.garau@gmail.com> wrote:
Hi - a short code snippet that crashes the CogVM in WindowsXP using a fresh Pharo 1.4 image.
Open a System Browser and evaluate the below in a Workspace.
window := SystemWindow allInstances first. aForm := window imageForm offset: 0@0. startPoint := (-194@61). endPoint := (276.0@134.0). aForm slideFrom: startPoint to: endPoint nSteps: 12 delay: 15.
thanks for report. i never seen/used this method..
Cheers, Francisco
-- Best regards, Igor Stasenko.