At Sun, 17 Sep 2006 22:20:05 +0200,
Klaus D Witzel wrote:
> in Squeak (Smalltalk) everything is always available, especially to
> developers :)
>
> You may want to print this expression (with printIt)
>
> Character characterTable
OK thanks Klaus, that basically does part of what I want. By doing
this:
text3031 contents: (Character characterTable inject: '' into:
[:x :y | x, y asString])
I can set the contents of a text morph (text3031) as I desired.
Now I'm thinking of writing the other bits I need to give me a
character picker ...
cheers,
Simon
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners