Pharo-users
By thread
pharo-users@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- 1 participants
- 50346 messages
ProfStef - syntax highlighting
by Markus Schlager
Hi all,
Is there any chance to get syntax highlighting back for ProfStef
tutorials? Even ProfStef is black&white only in Pharo1.3. ProfStefBrowser
has vanished already in 1.2. Could the helpbrowser or at least the
SystemWindow used by ProfStef get an option for syntax highlighting?
All this would be highly appreciated since ProfStef-tutorials are a nice
way for writing course-material in order to teach Smalltalk at school.
LedMorph and LedTimerMorph are great example-classes to start with
teaching. I'm missing WatchMorph, though.
Markus
Feb. 22, 2012
fun with NBOpenGL
by Stéphane Ducasse
Igor coded with me one hour to show me step by step how to produce a rotating pyramid in Pharo :)
Have fun (igor will update the configurationOfNBOpenGL to load the latest file).
Feb. 22, 2012
Re: [Pharo-users] Sounds / Silence
by Stéphane Ducasse
thanks!
Stef
On Feb 22, 2012, at 5:59 PM, Vincent Lesbros wrote:
> Hi Stephane & Igor
>
> the steps where :
>
> 1/ Download http://gforge.inria.fr/frs/download.php/29274/Pharo-1.3-13315-OneClick.zip
> 22,0 Mo (23 109 783 octets)
>
> 2/ Unzip in My C:\Tools directory.
> I get warning messages from the Windows explorer while unzipping :
>
> Comfirmez la perte de chiffrement
> Un problème empêche le chiffrement de ce dossier
> <Oui> <Ignorer> <Annuler>
>
> I click <Oui> to decompress files, if I ignore, folders are not copied.
>
> Total size (after decompressing) :
> 73,7 Mo (77 366 677 octets)
> 51 Fichiers, 9 Dossiers
>
> 3/ in C:\Tools\Pharo-1.3-13315-OneClick\Pharo-1.3-13315-OneClick.app
> run Pahro.exe
> Windows warns
>
> 4/ paste "BaseSoundSystem soundEnabled: true" and do it, in the
> "Welcome to Pharo" window. (has indicated by Stephan).
> 5/ Open a System Browser
> 6/ Find class "AbstractSound"
> 7/ Switch browser to "Class"
> 8/ Select the bachFugue method.
> bachFugue
> "Play a fugue by J. S. Bach using and instance of me as the sound for
> all four voices."
> "PluckedSound bachFugue play"
>
> ^ self bachFugueOn: self default
>
> 9/ select "PluckedSound bachFugue play"
> 10/ try "Debug it'
> 11/ Exception : an OBTextMorphSelection had the subclass
> responsibility to implement : #debugIt
> 12/ Close the exception, open a Workspace, paste "PluckedSound
> bachFugue play" and debug it.
> 13/ The first primitive encountered seems to be <primitive:
> 'primitiveSoundStartWithSemaphore' module: 'SoundPlugin'>
> in SoundPlaye class : primSoundStartBufferSize: bufferSize rate:
> samplesPerSecond stereo: stereoFlag semaIndex: anInteger
>
> No sounds.
>
>
> // TEST AVEC PHARO 1.0
> 1/ Download http://gforge.inria.fr/frs/download.php/26828/Pharo-1.0-OneClick.zip
> 30,1 Mo (31 606 018 octets)
>
> 2/ Unzip with windows explorer "Extraire tout..."
> Same dialog "Comfirmez la perte de chiffrement" <Oui>
> Result decompressing :
> 83,3 Mo (87 368 501 octets)
> 918 Fichiers, 255 Dossiers
>
> 3/ Run the Pharo.exe,
> 4/ Alert from Avast, I answer "Lancer normalement"
>
> 5/ Go to AbstractSound and play the Bach fugue with Karplus-Strong's
> plucked string, it Works.
>
>
> ---
>> DNU:
>> Now if you mean that you would love us to have 5 engineers to build our own VM! why not?
>> Tell me where I should sign.
> I would love too.
>
>> Now may be there is a problem with the 64bit support.
> Apparentty not, because Squeak 4.3 and Pharo 1.0 have sounds working.
>
>>> What waranty for futur evolutions (of one or the other system) ?
> Perhaps it his where we disagree. I don't like changes applied on
> things that are working.
>
>>> If the sound doen't work because of a "pluggin" prehaps it would be
>>> better to change that plugging.
>>
>> The problem may not be the plugin code but its compiled version.
>> Now if you want to give us a chance to fix your problem provide a list of link
>> and steps so that we can try to reproduce the problem because may be the error is coming
>> from a different setup.
> I try to do it, see upper.
> But nothing special in setup.
>
>
>> And yes we will brand our VM and make sure that the code works. Now we can automatically
>> build all the vm on their respective OS at each commit of code :)
>> Stef
> In the 70's we had Lisp machines, I hope we will soon have Pharo machines.
>
> As it works with 1.0, and it doesn't with 1.3, wich version sould I
> try to help in finding the problem ?
>
> Best regards,
> Vincent
>
>
>
>>
>>>
>>>
>>> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>>>> On 21 February 2012 17:29, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>> I use : Pharo-1.3-13315-OneClick.app
>>>>> (the last stable one)
>>>>> and Squeak 4.2
>>>>>
>>>> hmm it should work fine.
>>>> i'm out of ideas, why it doesn't like the image :(
>>>>
>>>>> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>>>>>> looks like the VM you using quite old and cannot read a new image
>>>>>> format, which pharo using.
>>>>>>
>>>>>> On 21 February 2012 11:42, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>>>> Sorry,
>>>>>>>
>>>>>>> I did remove the line in the ini file.
>>>>>>> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>>>>>>>
>>>>>>> Squeak doesn't accept to start on pharo.image.
>>>>>>> Ii open a file dialog box to select an image file, I select the pharo
>>>>>>> image, but... Squeak stops, indicating that there are several ways to
>>>>>>> open an image file... etc..
>>>>>>>
>>>>>>>
>>>>>>> 2012/2/20 Igor Stasenko <siguctua(a)gmail.com>:
>>>>>>>> On 20 February 2012 18:52, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>>>>>> How can I do that ?
>>>>>>>>>
>>>>>>>>> I did copy the pharo.image (and pharo.change) in the
>>>>>>>>> C:\Tools\Squeak-4.2-All-in-One\Squeak 4.2
>>>>>>>>> All-in-One.app\Contents\Resources
>>>>>>>>> of Squeak, and try to launch the image with Squeak.exe, but squeak
>>>>>>>>> still opens it's Squeak4.2-10966.image.
>>>>>>>>>
>>>>>>>> go to .ini file and delete the line which hard wires vm with only one image.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>> Hum.
>>>>>>>>>
>>>>>>>>> 2012/2/20 Stéphane Ducasse <stephane.ducasse(a)inria.fr>:
>>>>>>>>>>
>>>>>>>>>>> Hi Stef,
>>>>>>>>>>>
>>>>>>>>>>> Answers are in previous message :
>>>>>>>>>>> > I use : Pharo-1.3-13315-OneClick.app
>>>>>>>>>>> (I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )
>>>>>>>>>>>
>>>>>>>>>>> My environnemt is windows 7 64bits,
>>>>>>>>>>> for information, I try Squeak 4.2 and the Sound package works on my box.
>>>>>>>>>>
>>>>>>>>>> So can you try the pharo image on the squeak vm because this is probably a problem with a plugin.
>>>>>>>>>>
>>>>>>>>>> Stef
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Best regards,
>>>>>>>> Igor Stasenko.
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Igor Stasenko.
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Igor Stasenko.
>>>>
>>>
>>
>>
>
Feb. 22, 2012
Re: [Pharo-users] Sounds / Silence
by Igor Stasenko
On 22 February 2012 18:59, Vincent Lesbros <lesbros(a)gmail.com> wrote:
> Hi Stephane & Igor
>
> the steps where :
>
> 1/ Download http://gforge.inria.fr/frs/download.php/29274/Pharo-1.3-13315-OneClick.zip
> 22,0Â Mo (23Â 109Â 783 octets)
>
> 2/ Unzip in My C:\Tools directory.
> I get warning messages from the Windows explorer while unzipping :
>
> Comfirmez la perte de chiffrement
> Un problème empêche le chiffrement de ce dossier
> <Oui> <Ignorer> <Annuler>
>
> I click <Oui> to decompress files, if I ignore, folders are not copied.
>
> Total size (after decompressing) :
> 73,7Â Mo (77Â 366Â 677 octets)
> 51 Fichiers, 9 Dossiers
>
> 3/ in C:\Tools\Pharo-1.3-13315-OneClick\Pharo-1.3-13315-OneClick.app
> run Pahro.exe
> Windows warns
>
> 4/ paste "BaseSoundSystem soundEnabled: true" and do it, in the
> "Welcome to Pharo" window. (has indicated by Stephan).
> 5/ Open a System Browser
> 6/ Find class "AbstractSound"
> 7/ Switch browser to "Class"
> 8/ Select the bachFugue method.
> bachFugue
> Â Â Â Â "Play a fugue by J. S. Bach using and instance of me as the sound for
> all four voices."
> Â Â Â Â "PluckedSound bachFugue play"
>
> Â Â Â Â ^ self bachFugueOn: self default
>
> 9/ select "PluckedSound bachFugue play"
> 10/ try "Debug it'
> 11/ Exception : an OBTextMorphSelection had the subclass
> responsibility to implement : #debugIt
> 12/ Close the exception, open a Workspace, paste "PluckedSound
> bachFugue play" Â and debug it.
> 13/ The first primitive encountered seems to be <primitive:
> 'primitiveSoundStartWithSemaphore' module: 'SoundPlugin'>
> in SoundPlaye class : primSoundStartBufferSize: bufferSize rate:
> samplesPerSecond stereo: stereoFlag semaIndex: anInteger
>
> No sounds.
>
>
> // TEST AVEC PHARO 1.0
> 1/ Download http://gforge.inria.fr/frs/download.php/26828/Pharo-1.0-OneClick.zip
> 30,1Â Mo (31Â 606Â 018 octets)
>
> 2/ Unzip with windows explorer "Extraire tout..."
> Same dialog "Comfirmez la perte de chiffrement" <Oui>
> Result decompressing :
> 83,3Â Mo (87Â 368Â 501 octets)
> 918 Fichiers, 255 Dossiers
>
> 3/ Run the Pharo.exe,
> 4/ Alert from Avast, I answer "Lancer normalement"
>
> 5/ Go to AbstractSound and play the Bach fugue with Karplus-Strong's
> plucked string, it Works.
>
>
Thanks for instructions. WIll try to see which VM(s) support it and
which ones doesnt.
> ---
>> DNU:
>> Now if you mean that you would love us to have 5 engineers to build our own VM! why not?
>> Tell me where I should sign.
> I would love too.
>
>> Now may be there is a problem with the 64bit support.
> Apparentty not, because Squeak 4.3 and Pharo 1.0 have sounds working.
>
>>> What waranty for futur evolutions (of one or the other system) ?
> Perhaps it his where we disagree. I don't like changes applied on
> things that are working.
AFAIK, in this case there was no intended changes to sound.
It should remain working, unless broken by something unintentionally.
>
>>> If the sound doen't work because of a "pluggin" prehaps it would be
>>> better to change that plugging.
>>
>> The problem may not be the plugin code but its compiled version.
>> Now if you want to give us a chance to fix your problem provide a list of link
>> and steps so that we can try to reproduce the problem because may be the error is coming
>> from a different setup.
> I try to do it, see upper.
> But nothing special in setup.
>
>
>> And yes we will brand our VM and make sure that the code works. Now we can automatically
>> build all the vm on their respective OS at each commit of code :)
>> Stef
> In the 70's we had Lisp machines, I hope we will soon have Pharo machines.
>
> As it works with 1.0, and it doesn't with 1.3, wich version sould I
> try to help in finding the problem ?
>
> Best regards,
> Vincent
>
>
--
Best regards,
Igor Stasenko.
Feb. 22, 2012
Re: [Pharo-users] Sounds / Silence
by Vincent Lesbros
Hi Stephane & Igor
the steps where :
1/ Download http://gforge.inria.fr/frs/download.php/29274/Pharo-1.3-13315-OneClick.zip
22,0Â Mo (23Â 109Â 783 octets)
2/ Unzip in My C:\Tools directory.
I get warning messages from the Windows explorer while unzipping :
Comfirmez la perte de chiffrement
Un problème empêche le chiffrement de ce dossier
<Oui> <Ignorer> <Annuler>
I click <Oui> to decompress files, if I ignore, folders are not copied.
Total size (after decompressing) :
73,7Â Mo (77Â 366Â 677 octets)
51 Fichiers, 9 Dossiers
3/ in C:\Tools\Pharo-1.3-13315-OneClick\Pharo-1.3-13315-OneClick.app
run Pahro.exe
Windows warns
4/ paste "BaseSoundSystem soundEnabled: true" and do it, in the
"Welcome to Pharo" window. (has indicated by Stephan).
5/ Open a System Browser
6/ Find class "AbstractSound"
7/ Switch browser to "Class"
8/ Select the bachFugue method.
bachFugue
"Play a fugue by J. S. Bach using and instance of me as the sound for
all four voices."
"PluckedSound bachFugue play"
^ self bachFugueOn: self default
9/ select "PluckedSound bachFugue play"
10/ try "Debug it'
11/ Exception : an OBTextMorphSelection had the subclass
responsibility to implement : #debugIt
12/ Close the exception, open a Workspace, paste "PluckedSound
bachFugue play" and debug it.
13/ The first primitive encountered seems to be <primitive:
'primitiveSoundStartWithSemaphore' module: 'SoundPlugin'>
in SoundPlaye class : primSoundStartBufferSize: bufferSize rate:
samplesPerSecond stereo: stereoFlag semaIndex: anInteger
No sounds.
// TEST AVEC PHARO 1.0
1/ Download http://gforge.inria.fr/frs/download.php/26828/Pharo-1.0-OneClick.zip
30,1Â Mo (31Â 606Â 018 octets)
2/ Unzip with windows explorer "Extraire tout..."
Same dialog "Comfirmez la perte de chiffrement" <Oui>
Result decompressing :
83,3Â Mo (87Â 368Â 501 octets)
918 Fichiers, 255 Dossiers
3/ Run the Pharo.exe,
4/ Alert from Avast, I answer "Lancer normalement"
5/ Go to AbstractSound and play the Bach fugue with Karplus-Strong's
plucked string, it Works.
---
> DNU:
> Now if you mean that you would love us to have 5 engineers to build our own VM! why not?
> Tell me where I should sign.
I would love too.
> Now may be there is a problem with the 64bit support.
Apparentty not, because Squeak 4.3 and Pharo 1.0 have sounds working.
>> What waranty for futur evolutions (of one or the other system) ?
Perhaps it his where we disagree. I don't like changes applied on
things that are working.
>> If the sound doen't work because of a "pluggin" prehaps it would be
>> better to change that plugging.
>
> The problem may not be the plugin code but its compiled version.
> Now if you want to give us a chance to fix your problem provide a list of link
> and steps so that we can try to reproduce the problem because may be the error is coming
> from a different setup.
I try to do it, see upper.
But nothing special in setup.
> And yes we will brand our VM and make sure that the code works. Now we can automatically
> build all the vm on their respective OS at each commit of code :)
> Stef
In the 70's we had Lisp machines, I hope we will soon have Pharo machines.
As it works with 1.0, and it doesn't with 1.3, wich version sould I
try to help in finding the problem ?
Best regards,
Vincent
>
>>
>>
>> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>>> On 21 February 2012 17:29, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>> I use : Pharo-1.3-13315-OneClick.app
>>>> (the last stable one)
>>>> and Squeak 4.2
>>>>
>>> hmm it should work fine.
>>> i'm out of ideas, why it doesn't like the image :(
>>>
>>>> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>>>>> looks like the VM you using quite old and cannot read a new image
>>>>> format, which pharo using.
>>>>>
>>>>> On 21 February 2012 11:42, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>>> Sorry,
>>>>>>
>>>>>> I did remove the line in the ini file.
>>>>>> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>>>>>>
>>>>>> Squeak doesn't accept to start on pharo.image.
>>>>>> Ii open a file dialog box to select an image file, I select the pharo
>>>>>> image, but... Squeak stops, indicating that there are several ways to
>>>>>> open an image file... etc..
>>>>>>
>>>>>>
>>>>>> 2012/2/20 Igor Stasenko <siguctua(a)gmail.com>:
>>>>>>> On 20 February 2012 18:52, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>>>>> How can I do that ?
>>>>>>>>
>>>>>>>> I did copy the pharo.image (and pharo.change) in the
>>>>>>>> C:\Tools\Squeak-4.2-All-in-One\Squeak 4.2
>>>>>>>> All-in-One.app\Contents\Resources
>>>>>>>> Â of Squeak, and try to launch the image with Squeak.exe, but squeak
>>>>>>>> still opens it's Squeak4.2-10966.image.
>>>>>>>>
>>>>>>> go to .ini file and delete the line which hard wires vm with only one image.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> Hum.
>>>>>>>>
>>>>>>>> 2012/2/20 Stéphane Ducasse <stephane.ducasse(a)inria.fr>:
>>>>>>>>>
>>>>>>>>>> Hi Stef,
>>>>>>>>>>
>>>>>>>>>> Answers are in previous message :
>>>>>>>>>> Â > I use : Pharo-1.3-13315-OneClick.app
>>>>>>>>>> (I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )
>>>>>>>>>>
>>>>>>>>>> My environnemt is windows 7 64bits,
>>>>>>>>>> for information, I try Squeak 4.2 and the Sound package works on my box.
>>>>>>>>>
>>>>>>>>> So can you try the pharo image on the squeak vm because this is probably a problem with a plugin.
>>>>>>>>>
>>>>>>>>> Stef
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Best regards,
>>>>>>> Igor Stasenko.
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Igor Stasenko.
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko.
>>>
>>
>
>
Feb. 22, 2012
Re: [Pharo-users] Sounds / Silence
by Stéphane Ducasse
On Feb 22, 2012, at 12:21 AM, Vincent Lesbros wrote:
> I think a little bit strange to run an image from a system with the VM
> of another one.
well you do not know really the full history. So the pharo images are working on the squeakVM.
Now may be there is a problem with the 64bit support.
> What waranty for futur evolutions (of one or the other system) ?
DNU:
Now if you mean that you would love us to have 5 engineers to build our own VM! why not?
Tell me where I should sign.
> If the sound doen't work because of a "pluggin" prehaps it would be
> better to change that plugging.
The problem may not be the plugin code but its compiled version.
Now if you want to give us a chance to fix your problem provide a list of link
and steps so that we can try to reproduce the problem because may be the error is coming
from a different setup.
And yes we will brand our VM and make sure that the code works. Now we can automatically
build all the vm on their respective OS at each commit of code :)
Stef
>
>
> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>> On 21 February 2012 17:29, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>> I use : Pharo-1.3-13315-OneClick.app
>>> (the last stable one)
>>> and Squeak 4.2
>>>
>> hmm it should work fine.
>> i'm out of ideas, why it doesn't like the image :(
>>
>>> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>>>> looks like the VM you using quite old and cannot read a new image
>>>> format, which pharo using.
>>>>
>>>> On 21 February 2012 11:42, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>> Sorry,
>>>>>
>>>>> I did remove the line in the ini file.
>>>>> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>>>>>
>>>>> Squeak doesn't accept to start on pharo.image.
>>>>> Ii open a file dialog box to select an image file, I select the pharo
>>>>> image, but... Squeak stops, indicating that there are several ways to
>>>>> open an image file... etc..
>>>>>
>>>>>
>>>>> 2012/2/20 Igor Stasenko <siguctua(a)gmail.com>:
>>>>>> On 20 February 2012 18:52, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>>>> How can I do that ?
>>>>>>>
>>>>>>> I did copy the pharo.image (and pharo.change) in the
>>>>>>> C:\Tools\Squeak-4.2-All-in-One\Squeak 4.2
>>>>>>> All-in-One.app\Contents\Resources
>>>>>>> of Squeak, and try to launch the image with Squeak.exe, but squeak
>>>>>>> still opens it's Squeak4.2-10966.image.
>>>>>>>
>>>>>> go to .ini file and delete the line which hard wires vm with only one image.
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Hum.
>>>>>>>
>>>>>>> 2012/2/20 Stéphane Ducasse <stephane.ducasse(a)inria.fr>:
>>>>>>>>
>>>>>>>>> Hi Stef,
>>>>>>>>>
>>>>>>>>> Answers are in previous message :
>>>>>>>>> > I use : Pharo-1.3-13315-OneClick.app
>>>>>>>>> (I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )
>>>>>>>>>
>>>>>>>>> My environnemt is windows 7 64bits,
>>>>>>>>> for information, I try Squeak 4.2 and the Sound package works on my box.
>>>>>>>>
>>>>>>>> So can you try the pharo image on the squeak vm because this is probably a problem with a plugin.
>>>>>>>>
>>>>>>>> Stef
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Igor Stasenko.
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Igor Stasenko.
>>>>
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
Feb. 22, 2012
Re: [Pharo-users] Sounds / Silence
by Vincent Lesbros
I think a little bit strange to run an image from a system with the VM
of another one.
What waranty for futur evolutions (of one or the other system) ?
If the sound doen't work because of a "pluggin" prehaps it would be
better to change that pluggin.
2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
> On 21 February 2012 17:29, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>> I use : Pharo-1.3-13315-OneClick.app
>> (the last stable one)
>> and Squeak 4.2
>>
> hmm it should work fine.
> i'm out of ideas, why it doesn't like the image :(
>
>> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>>> looks like the VM you using quite old and cannot read a new image
>>> format, which pharo using.
>>>
>>> On 21 February 2012 11:42, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>> Sorry,
>>>>
>>>> I did remove the line in the ini file.
>>>> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>>>>
>>>> Squeak doesn't accept to start on pharo.image.
>>>> Ii open a file dialog box to select an image file, I select the pharo
>>>> image, but... Squeak stops, indicating that there are several ways to
>>>> open an image file... etc..
>>>>
>>>>
>>>> 2012/2/20 Igor Stasenko <siguctua(a)gmail.com>:
>>>>> On 20 February 2012 18:52, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>>> How can I do that ?
>>>>>>
>>>>>> I did copy the pharo.image (and pharo.change) in the
>>>>>> C:\Tools\Squeak-4.2-All-in-One\Squeak 4.2
>>>>>> All-in-One.app\Contents\Resources
>>>>>> Â of Squeak, and try to launch the image with Squeak.exe, but squeak
>>>>>> still opens it's Squeak4.2-10966.image.
>>>>>>
>>>>> go to .ini file and delete the line which hard wires vm with only one image.
>>>>>
>>>>>
>>>>>
>>>>>> Hum.
>>>>>>
>>>>>> 2012/2/20 Stéphane Ducasse <stephane.ducasse(a)inria.fr>:
>>>>>>>
>>>>>>>> Hi Stef,
>>>>>>>>
>>>>>>>> Answers are in previous message :
>>>>>>>> Â > I use : Pharo-1.3-13315-OneClick.app
>>>>>>>> (I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )
>>>>>>>>
>>>>>>>> My environnemt is windows 7 64bits,
>>>>>>>> for information, I try Squeak 4.2 and the Sound package works on my box.
>>>>>>>
>>>>>>> So can you try the pharo image on the squeak vm because this is probably a problem with a plugin.
>>>>>>>
>>>>>>> Stef
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Igor Stasenko.
>>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko.
>>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>
Feb. 21, 2012
Re: [Pharo-users] Sounds / Silence
by Igor Stasenko
On 21 February 2012 17:29, Vincent Lesbros <lesbros(a)gmail.com> wrote:
> I use : Pharo-1.3-13315-OneClick.app
> (the last stable one)
> and Squeak 4.2
>
hmm it should work fine.
i'm out of ideas, why it doesn't like the image :(
> 2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
>> looks like the VM you using quite old and cannot read a new image
>> format, which pharo using.
>>
>> On 21 February 2012 11:42, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>> Sorry,
>>>
>>> I did remove the line in the ini file.
>>> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>>>
>>> Squeak doesn't accept to start on pharo.image.
>>> Ii open a file dialog box to select an image file, I select the pharo
>>> image, but... Squeak stops, indicating that there are several ways to
>>> open an image file... etc..
>>>
>>>
>>> 2012/2/20 Igor Stasenko <siguctua(a)gmail.com>:
>>>> On 20 February 2012 18:52, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>>> How can I do that ?
>>>>>
>>>>> I did copy the pharo.image (and pharo.change) in the
>>>>> C:\Tools\Squeak-4.2-All-in-One\Squeak 4.2
>>>>> All-in-One.app\Contents\Resources
>>>>> Â of Squeak, and try to launch the image with Squeak.exe, but squeak
>>>>> still opens it's Squeak4.2-10966.image.
>>>>>
>>>> go to .ini file and delete the line which hard wires vm with only one image.
>>>>
>>>>
>>>>
>>>>> Hum.
>>>>>
>>>>> 2012/2/20 Stéphane Ducasse <stephane.ducasse(a)inria.fr>:
>>>>>>
>>>>>>> Hi Stef,
>>>>>>>
>>>>>>> Answers are in previous message :
>>>>>>> Â > I use : Pharo-1.3-13315-OneClick.app
>>>>>>> (I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )
>>>>>>>
>>>>>>> My environnemt is windows 7 64bits,
>>>>>>> for information, I try Squeak 4.2 and the Sound package works on my box.
>>>>>>
>>>>>> So can you try the pharo image on the squeak vm because this is probably a problem with a plugin.
>>>>>>
>>>>>> Stef
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Igor Stasenko.
>>>>
>>>
>>
>>
>>
>> --
>> Best regards,
>> Igor Stasenko.
>>
>
--
Best regards,
Igor Stasenko.
Feb. 21, 2012
Fwd: pharo & arduino
by Stéphane Ducasse
since this will interest some of you :)
Begin forwarded message:
> From: Ricardo Moran <richi.moran(a)gmail.com>
> Subject: Re: [Pharo-users] pharo & arduino
> Date: February 21, 2012 6:33:28 PM GMT+01:00
> To: Gérard Duteil <linedubeth(a)free.fr>
> Cc: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
>
>
> On Mon, Feb 20, 2012 at 8:28 PM, Gérard Duteil <linedubeth(a)free.fr> wrote:
> Bonsoir à tous,
>
> Je ne savais que l'on pouvais faire tourner les physical etoys dans pharo, j'utilisais Squeak
>
>
> Plus généralement je cherche des liens sur les pic, les microcontroleurs et une interface graphique en glisser deposer qui me permette de dialoguer avec de l'électronique sous linux. Sous win j'ai des outils mais je prefere l'utilisation de gnu/linux
>
> je suis tombé sur un lien ancien smalltalk/pic mais j'aimerais bien trouver un projet plus récent et maintenu.
>
> Je vais donc essayer le lien merci
>
> et je viens de retomber sur le lien qui m'a fait redécouvrir les etoys
>
> Merci
> Au plaisir de vous lire
>
> Hello,
>
> Hi Gérard,
>
> I don't know that physical etoys runs in pharo. I use Squeak and install pe in ubuntu.
>
> Well, the "Etoys" part of Physical Etoys doesn't run on Pharo, but all the core classes should work fine. I don't know exactly what you need so let me tell you what we did:
> We made a very simple model that lets you communicate with your Arduino using a firmware like Firmata, or a simple firmware made by us (see the class comment of the class Arduino for code examples). We also made a very rudimentary C code generator to translate Smalltalk into C and we linked it to the avr-gcc/avrdude so now we can program the Arduino board without leaving Smalltalk, which is very cool. Unfortunately, the translator is still very limited (I think even more limited than Slang) but we are using it to translate the etoys scripts and it's good enough for our purposes.
>
>
> I search more links about pic, electronics and gui with drag and drop to program this electronic's component for kids. I prefer use gnu/linux.
>
> If you're interested in a graphical interface for kids maybe you'll be better working with the Physical Etoys version instead of using the sources with Pharo. FWIW, making a graphical interface shouldn't be difficult at all but the Etoys interface is being used with kids and it's quite good IMHO.
>
>
> But i don't know your project i use your link
> sorry http://tecnodacta.com.ar/gira/projects/physical-etoys/ is my last tool
>
>
> You'll find there the latest version of Physical Etoys, we are soon to release a new version with a lot of improvements. So stay tuned! :)
>
>
> tanks too much for your proposition. sorry i don't speak spanish language but if necessary i transfert your message.
>
>
> I have found a commercial tool s4a. Do you know this?
>
> Yes, in fact I had the luck to meet its creators in person during the ESUG 2010 conference. S4A is a great tool, and the Scratch interface is very nice. You should definitely give it atry.
>
>
> i have download this http://seaside.citilab.eu/S4ADev.zip
>
> but i'm a beginner.
>
> i'm interresting by pharo because it's le lastest program developping, isn'it?
>
> I'm not sure what that means. We usually don't use Pharo to develop Physical Etoys because, you know, Etoys doesn't run in Pharo. However, I would like to ensure at least some of our project works in Pharo. If I can, I'll test it this week and maybe I'll write a ConfigurationOfArduino. Would that help?
>
> Cheers,
> Richo
>
>
>
> thanks a lot
>
>
>
>
> Le 20/02/2012 09:16, Stéphane Ducasse a écrit :
> thanks for you answer
> I hope that you are going well.
>
> Stef
>
> On Feb 20, 2012, at 12:15 AM, Ricardo Moran wrote:
>
> Hi Stef,
>
> You can look at the Arduino repository at squeaksource (http://www.squeaksource.com/Arduino.html)
> Everything but the "Arduino-Etoys*" packages should work fine in Pharo. At least they worked the last time I checked but a lot has changed since then, so let me know if you encounter any problem, I'll be happy to help.
>
> Cheers,
> Richo
>
> On Sat, Feb 18, 2012 at 6:15 PM, Stéphane Ducasse<stephane.ducasse(a)inria.fr> wrote:
> Hi ricardo
>
> do you have some information how to connect pharo to arduino?
> Thanks in advance.
>
> Stef
>
> Begin forwarded message:
>
> From: Gérard Duteil<linedubeth(a)free.fr>
> Subject: [Pharo-users] pharo& arduino
>
> Date: February 18, 2012 9:42:02 AM GMT+01:00
> To: pharo-users(a)lists.gforge.inria.fr
> Reply-To: A friendly place where any question about pharo is welcome<pharo-users(a)lists.gforge.inria.fr>
>
> Hello,,,I search info about this subject.,
> ,I'm interesting by picaxe also,,,,
> A beginner in object programmation,,,
> I wait the 25th may,,,
> Thanks in advance.
>
>
>
>
>
>
Feb. 21, 2012
Re: [Pharo-users] Sounds / Silence
by Vincent Lesbros
I use : Pharo-1.3-13315-OneClick.app
(the last stable one)
and Squeak 4.2
2012/2/21 Igor Stasenko <siguctua(a)gmail.com>:
> looks like the VM you using quite old and cannot read a new image
> format, which pharo using.
>
> On 21 February 2012 11:42, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>> Sorry,
>>
>> I did remove the line in the ini file.
>> ImageFile="Contents\Resources\Squeak4.2-10966.image"
>>
>> Squeak doesn't accept to start on pharo.image.
>> Ii open a file dialog box to select an image file, I select the pharo
>> image, but... Squeak stops, indicating that there are several ways to
>> open an image file... etc..
>>
>>
>> 2012/2/20 Igor Stasenko <siguctua(a)gmail.com>:
>>> On 20 February 2012 18:52, Vincent Lesbros <lesbros(a)gmail.com> wrote:
>>>> How can I do that ?
>>>>
>>>> I did copy the pharo.image (and pharo.change) in the
>>>> C:\Tools\Squeak-4.2-All-in-One\Squeak 4.2
>>>> All-in-One.app\Contents\Resources
>>>> Â of Squeak, and try to launch the image with Squeak.exe, but squeak
>>>> still opens it's Squeak4.2-10966.image.
>>>>
>>> go to .ini file and delete the line which hard wires vm with only one image.
>>>
>>>
>>>
>>>> Hum.
>>>>
>>>> 2012/2/20 Stéphane Ducasse <stephane.ducasse(a)inria.fr>:
>>>>>
>>>>>> Hi Stef,
>>>>>>
>>>>>> Answers are in previous message :
>>>>>> Â > I use : Pharo-1.3-13315-OneClick.app
>>>>>> (I donwload the last stable version 1.3 one click from http://www.pharo-project.org/pharo-download )
>>>>>>
>>>>>> My environnemt is windows 7 64bits,
>>>>>> for information, I try Squeak 4.2 and the Sound package works on my box.
>>>>>
>>>>> So can you try the pharo image on the squeak vm because this is probably a problem with a plugin.
>>>>>
>>>>> Stef
>>>>
>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko.
>>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko.
>
Feb. 21, 2012