Not considering legal issues I would be very interested if it would be 开发者_如何学JAVApossible to run one of those on the bare metal of the iPad/Phone ARM-Architecture.Squeak is running on the iPad
I have been suggested to use should:rise in my test case to test for errors that a method might raise. For some reason it does not work as expected, so I want to verify that I\'m doing it right. Here
I am checking Squeak homework assignments submitted by my students. I have written an SUnit test case with a bunch of tests and now I want to run these on all submissions.
Ive been reading about seaside and like the sound of it but i cant see an easy way for handling data files, primarily importing Excel. Of course csv files would be 开发者_开发问答more straight forward
I am implementing a graphical user interface with Morphic / Squeak. Some of the items have drag & drop functionality. While dragging, I want to be able to rotate these items with the mo开发者_开发
I have an image for a Squeak Morphic GUI that contains some transparent parts and thus should not accept any mouseevents etc. but just be visible, but it needs to be visible in front of other morphs.
I need to get a texture into a PolygonMorph, but these seem to require an InfiniteForm as color/ filling.
Is there a practical way to get the sender of a message in Smalltalk without manually passing self as a Parameter?
I have a class A which B inherits from. The inheritance includes a bunch of parameters, and they should all be initialized to some default values in both cases (whether we create an A object or a B ob
I\'m familiar with the VisualWorks and Dolphin versions of Smalltalk, but have not previously used Squeak. I\'m just familiarising myself with Pharo, which is a \'cleaned up\' fork of Squeak.