[Newbies] Keyboard input - programming course

Bert Freudenberg bert at freudenbergs.de
Tue Jul 5 09:20:37 UTC 2011


On 05.07.2011, at 01:44, Stephen Woolerton wrote:

>> Then, make a Morph and send it messages. Evaluate each line individually to see its effect.
>> 
>> 	joe := Morph new.
>> 	joe openInWorld.
>> 	joe position: 100 at 100.
>> 	joe color: Color red.
>> 
> I'm running Pharo 1.2.1 and hope you can help in this list. Am running Mac OS X 10.6.7.
> 
> I can't see how to get halos so that I can remove morphic objects I've created. Also, if I click Ctrl-Click on an object, I get a context menu, however choosing delete doesn't delete the Morph. I can inspect the object via Morph/ImageMorph/PasteUpMorph.
> 
> Also System/Settings/Appearance/Morphic/Halo doesn't have anything that helps either.
> 
> Should I be running Squeak if I want to use Morphic?

Yes.

- Bert -



More information about the Beginners mailing list