Re: [Pharo-users] Gofer loads wrong version?

2017-09-14 Thread stephan
On 12-09-17 21:58, Herby Vojčík wrote: Bump. Can you pls help me with how to load proper version / finding what is wrong here? As shown in replies, it loads two versions (eg. it seems it loads everything it finds in the repo). Herby Herby Vojčík wrote: Hello! As I need to load specific

Re: [Pharo-users] Writing XML

2017-09-14 Thread Henrik Sperre Johansen
Jimmie Houchin-5 wrote > I still do not know how to do this correctly. But I have something that > seems to work for the moment. > > Using #asUTF8Bytes > > f nextPutAll: (writer write contents asUTF8Bytes). > > Now the file is in UTF-8 and normal size. openForWriteFileNamed: opens a binary st

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi, I published an update of the Launcher yesterday fixing some issues to run Pharo images from Linux. You can find latest-versions (0.2.13) here: http://files.pharo.org/platform/launcher/ It already propose to download Pharo 70 images. The VM is now downloaded automatically if the adequate o

Re: [Pharo-users] (no subject)

2017-09-14 Thread stephan
On 14-09-17 14:25, Christophe Demarey wrote: I published an update of the Launcher yesterday fixing some issues to run Pharo images from Linux. You can find latest-versions (0.2.13) here: http://files.pharo.org/platform/launcher/ It already propose to download Pharo 70 images. The VM is now down

Re: [Pharo-users] (no subject)

2017-09-14 Thread stephan
On 14-09-17 14:25, Christophe Demarey wrote: Let us know if everything is fine. Downloaded latest 7 64: Cannot open iceberg, libgit2 can not be found Stephan

Re: [Pharo-users] (no subject)

2017-09-14 Thread Serge Stinckwich
On Thu, Sep 14, 2017 at 2:25 PM, Christophe Demarey < christophe.dema...@inria.fr> wrote: > Hi, > > I published an update of the Launcher yesterday fixing some issues to run > Pharo images from Linux. You can find latest-versions (0.2.13) here: > http://files.pharo.org/platform/launcher/ > It alre

Re: [Pharo-users] (no subject)

2017-09-14 Thread stephan
On 14-09-17 14:25, Christophe Demarey wrote: automatically if the adequate one is not available. Let us know if everything is fine. Because it is not so easy to determine what Pharo7 image version to actually try, I noticed that there is at least one 6521 image that is tried to be opened with

Re: [Pharo-users] (no subject)

2017-09-14 Thread stephan
On 14-09-17 14:49, stephan wrote: - when you upgrade the vm, you need to replace all those sources files Nope, my mistake

Re: [Pharo-users] (no subject)

2017-09-14 Thread Stephane Ducasse
Thanks christophe this is super cool to see some efforts on that cool tool. Stef On Thu, Sep 14, 2017 at 2:25 PM, Christophe Demarey wrote: > Hi, > > I published an update of the Launcher yesterday fixing some issues to run > Pharo images from Linux. You can find latest-versions (0.2.13) here: >

Re: [Pharo-users] Writing XML

2017-09-14 Thread Jimmie Houchin
Thanks. I am trying to learn the ways of Pharo 6 and not use StandardFileStream and MultiByteFileStream. So I do not know all of the best ways to do things. Thanks for the education. Your "best" way worked perfectly in Pharo 6. Again, thanks. Jimmie On 09/14/2017 07:24 AM, Henrik Sperre Jo

Re: [Pharo-users] Let's prepare for Google Code-In 2017 with Pharo Consortium

2017-09-14 Thread Stephane Ducasse
Thanks We can start to use https://github.com/SquareBracketAssociates/PharoInProgress/blob/master/ST99/ST99.pillar the idea was that a guy wanted to have a lot of small exercises. Damien mentions exercism.io And we should take some of them. Stef On Mon, Sep 11, 2017 at 4:29 PM, Guillermo Poli

Re: [Pharo-users] PlotMorph on Pharo 6.1

2017-09-14 Thread Stephane Ducasse
Hi mark live is chaotic here with two or three meetings in parallel, visitors, and a lecture to finish Now I tested. I took a Pharo 6.1 32 bits and loaded PlotMorph from the catalog It load Stefaneggermont.8 Can you tell us how to reproduce your problem? On Wed, Sep 13, 2017 at 7:22 PM, Mark Be

Re: [Pharo-users] PlotMorph on Pharo 6.1

2017-09-14 Thread Stephane Ducasse
I do not get what you mean. Stefan fixed the problem so may be there is a problem on 64 bits. I have no idea. So far he fixes the previous problem. So let us fix the new one. But so far I cannot reproduce it. On Wed, Sep 13, 2017 at 7:26 PM, Mark Bestley wrote: > In this case shouldm't the catalo

Re: [Pharo-users] PlotMorph on Pharo 6.1

2017-09-14 Thread Stephane Ducasse
I think that block arguments are like method arguments and are read only. Now I do not remember. On Wed, Sep 13, 2017 at 8:39 PM, Stephan Eggermont wrote: > On 13/09/17 19:22, Mark Bestley wrote: > >> Unfortunatley not. That error has gone but I now get > >> >> >> x := x rounded. > >

Re: [Pharo-users] PlotMorph on Pharo 6.1

2017-09-14 Thread Stephane Ducasse
Alex you should propose stable version and not development to people else they will also may have problem. On Thu, Sep 14, 2017 at 8:43 PM, Stephane Ducasse wrote: > I think that block arguments are like method arguments and are read only. > Now I do not remember. > > On Wed, Sep 13, 2017 at 8:39

Re: [Pharo-users] (no subject)

2017-09-14 Thread stephan
On 14-09-17 18:47, Stephane Ducasse wrote: Thanks christophe this is super cool to see some efforts on that cool tool. +1 Definitely don't let my observations distract you from improving it. Thanks, Stephan

Re: [Pharo-users] execute a code block at a given time in pharo ?

2017-09-14 Thread Stephane Ducasse
Welcome daniel This sounds like a super cool app. (I have teens at home and well I know the story). I remember a calendar triggering system but I do not know where it is. Someone should know. Stef On Wed, Sep 13, 2017 at 10:36 PM, Daniel BLANC wrote: > Hi All, > > I'm a very beginner with

Re: [Pharo-users] Writing XML

2017-09-14 Thread Stephane Ducasse
Henrik is cool :) On Thu, Sep 14, 2017 at 8:17 PM, Jimmie Houchin wrote: > Thanks. I am trying to learn the ways of Pharo 6 and not use > StandardFileStream and MultiByteFileStream. So I do not know all of the best > ways to do things. Thanks for the education. Your "best" way worked > perfectly

Re: [Pharo-users] execute a code block at a given time in pharo ?

2017-09-14 Thread Hernán Morales Durand
http://www.smalltalkhub.com/#!/~TorstenBergmann/Scheduler Cheers, Hernán 2017-09-13 17:36 GMT-03:00 Daniel BLANC : > Hi All, > > I'm a very beginner with smalltalk. I am building a small seaside app for > controlling wifi access of my teenagers kids. In this app I need to start or > stop the wif

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi Serge, > Le 14 sept. 2017 à 14:59, Serge Stinckwich a > écrit : > > On Thu, Sep 14, 2017 at 2:25 PM, Christophe Demarey > mailto:christophe.dema...@inria.fr>> wrote: > Hi, > > I published an update of the Launcher yesterday fixing some issues to run > Pharo images from Linux. You can find

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi Stephan, > Le 14 sept. 2017 à 14:49, stephan a écrit : > > On 14-09-17 14:25, Christophe Demarey wrote: >> I published an update of the Launcher yesterday fixing some issues to run >> Pharo images from Linux. You can find latest-versions (0.2.13) here: >> http://files.pharo.org/platform/lau

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
> Le 14 sept. 2017 à 14:55, stephan a écrit : > > On 14-09-17 14:25, Christophe Demarey wrote: >> Let us know if everything is fine. > > Downloaded latest 7 64: > Cannot open iceberg, libgit2 can not be found Thanks for the report. I will check that

Re: [Pharo-users] Gofer loads wrong version?

2017-09-14 Thread Herby Vojčík
stephan wrote: On 12-09-17 21:58, Herby Vojčík wrote: Bump. Can you pls help me with how to load proper version / finding what is wrong here? As shown in replies, it loads two versions (eg. it seems it loads everything it finds in the repo). Herby Herby Vojčík wrote: Hello! As I need to lo