[squeak-dev] Starting Smalltalk with Squeak problem with color selector

K. K. Subramaniam subbukk at gmail.com
Fri May 1 01:29:27 UTC 2009


On Wednesday 29 April 2009 4:05:12 pm Tom18 wrote:
> I am starting programming in smalltalk and I would like to create a morph
> in which I would like to insert a color selector that changes the color of
> my morph.
From an inspector of that morph, type
	self changeColor
and doIt to get a color selector will popup to change the color of a morph. 
You can add a small button to the morph that sends this message when clicked. 
The senders of this method has many examples of usage.

HTH .. Subbu




More information about the Squeak-dev mailing list