Re: [Pharo-users] iStoa, some new

2014-02-10 Thread Hilaire Fernandes
If you want to test a specific activity (Etayage), you can execute the following code: e := EtayageNumber5 new. e playStep: 1. Hilaire Le 05/02/2014 18:59, Carlo a écrit : > Thanks, that seems to work. > > On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes > wrote: > > What about: > > StoaApp

Re: [Pharo-users] iStoa, some new

2014-02-09 Thread Hilaire Fernandes
If you want to test a specific activity (Etayage), you can execute the following code: e := EtayageNumber5 new. e playStep: 1. Hilaire Le 05/02/2014 18:59, Carlo a écrit : > Thanks, that seems to work. > > On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes > wrote: > > What about: > > StoaApp c

Re: [Pharo-users] iStoa, some new

2014-02-08 Thread Hilaire Fernandes
Le 02/02/2014 17:39, Alain Busser a écrit : > Which yields me to an other question: Is there already voice synthesis > in Pharo? If yes, how many languages are implemented? You can rely on external resources of the host system. There are such package for Linux, and I guess for Windows and MacOSX t

Re: [Pharo-users] iStoa, some new

2014-02-05 Thread Carlo
Thanks, that seems to work. On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes wrote: What about: StoaApp current openInWorld. Along Cliparts/, you may need to create a Users/ folder Hilaire Le 02/02/2014 22:13, Carlo a écrit : > Stoa beUnix. > StoaApp current show. -- Dr. Geo http://drgeo.

Re: [Pharo-users] iStoa, some new

2014-02-05 Thread Hilaire Fernandes
What about: StoaApp current openInWorld. Along Cliparts/, you may need to create a Users/ folder Hilaire Le 02/02/2014 22:13, Carlo a écrit : > Stoa beUnix. > StoaApp current show. -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] iStoa, some new

2014-02-02 Thread Carlo
Hi Hillaire I pulled the code from smalltalhub and the resources, into pharo3. The LEDMorph dependency was resolved by pulling it from PharoExtras. I couldn’t find a starting point for demo so I tried the following in a workspace: Stoa beUnix. StoaApp current show. But not having much luck. D

Re: [Pharo-users] iStoa, some new

2014-02-02 Thread Alain Busser
Then I guess the simplest way to go, would be to add some ogg files with pre recorded sentences. In this way the child could have the letters and the sound at the same time and begin to learn to read while doing some maths... On Sun, Feb 2, 2014 at 9:29 PM, Pharo4Stef wrote: > > On 02 Feb 2014,

Re: [Pharo-users] iStoa, some new

2014-02-02 Thread Pharo4Stef
I did not fully check but the code should be here: http://www.squeaksource.com/Cresta.html On 02 Feb 2014, at 18:29, Pharo4Stef wrote: > > On 02 Feb 2014, at 17:39, Alain Busser wrote: > >> Hi Hilaire, >> >> The instructions are written in small characters, which supposes that the

Re: [Pharo-users] iStoa, some new

2014-02-02 Thread Alain Busser
Hi Hilaire, The instructions are written in small characters, which supposes that the child who tries the exercises is rather old; yet before a child is able to read complete sentences like this, he/she learns the numbers. So I wonder if your application would not benefit from voice synthesis. Wh