[Newbies] re: final image

2006-09-17 Thread Chuck Smith



Thanks Stephane will do. I can really teach 
with the help this list provides. Thanks All

Chuck Smith
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] re: final image

2006-09-17 Thread stephane ducasse

If you need material to teach smalltalk just ask!
You can already have all my lecture in full access but if you need  
the source just ask


Stef

On 17 sept. 06, at 18:23, Chuck Smith wrote:

Thanks Stephane will do.  I can really teach with the help this  
list provides.  Thanks All


Chuck Smith
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] 3.9 DVD

2006-09-17 Thread Chuck Smith



Hi All,

Is there going to be a Squeak 3.9 DVD that a newbie 
like me can start learning from?

Chuck Smith
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Problems with do:

2006-09-17 Thread stephane ducasse

this is free mathieu. This is a pattern.
Use it :)

stef

On 17 sept. 06, at 19:51, Mathieu wrote:


Ralph Johnson a écrit :

You could do something like
[aFileStream atEnd] whileFalse: [line := aFileStream nextLine.
Transcipt show: line: cr.]

Alternatively, you could convert your stream of characters into a
stream of lines.  I described something similar in
http://wiki.cs.uiuc.edu/PatternStories/FunWithStreams but it  
created a

stream of words instead of a stream of lines.  Read that, and you
should be able to make a LineStream pretty easily.

-Ralph Johnson
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners



Thanks

Very cool :)

Do you mind if I use it for reading token in the NewCompiler?

Math

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Problems with do:

2006-09-17 Thread stéphane ducasse

hi ralph

why in your pattern you have block around Stream classes ?

Stef

On 17 sept. 06, at 01:28, Ralph Johnson wrote:


You could do something like
[aFileStream atEnd] whileFalse: [line := aFileStream nextLine.
Transcipt show: line: cr.]

Alternatively, you could convert your stream of characters into a
stream of lines.  I described something similar in
http://wiki.cs.uiuc.edu/PatternStories/FunWithStreams but it created a
stream of words instead of a stream of lines.  Read that, and you
should be able to make a LineStream pretty easily.

-Ralph Johnson
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] Inserting special characters?

2006-09-17 Thread Simon Guest
Hi,

How do I insert special characters in a text morph in Squeak?  I guess
I'm after an equivalent to the Windows character picker, for
characters which cannot be typed on the keyboard.

It would be nice to see all the symbols available in a font, and pick
from that list.

cheers,
Simon

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Problems with do:

2006-09-17 Thread Ralph Johnson

On 9/17/06, stéphane ducasse [EMAIL PROTECTED] wrote:

hi ralph

why in your pattern you have block around Stream classes ?

Stef


It was a mistake.  It was supposed to be a hyperlink, and [] are the
hyperlink delimiters on WikiWorks, but the code was inside a /pre tag,
so hyperlinks don't work.  I fixed it.

Thanks!

-Ralph
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] Re: Inserting special characters?

2006-09-17 Thread Klaus D. Witzel

Hi Simon,

in Squeak (Smalltalk) everything is always available, especially to  
developers :)


You may want to print this expression (with printIt)

 Character characterTable

Enjoy.

/Klaus

On Sun, 17 Sep 2006 21:57:27 +0200, Simon Guest wrote:


Hi,

How do I insert special characters in a text morph in Squeak?  I guess
I'm after an equivalent to the Windows character picker, for
characters which cannot be typed on the keyboard.

It would be nice to see all the symbols available in a font, and pick
from that list.

cheers,
Simon



___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Problems with do:

2006-09-17 Thread stephane ducasse

this is what I thought but I did not dare changing the code :)


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners