Re: [Pharo-users] Pharo 1

2014-04-01 Thread Roelof Wobben
Pharo4Stef schreef op 1-4-2014 8:22: On which os are you? The new image on mac should be under the ressources folder and the script just opens the default one. Im on Windows 7 at the moment. Roelof

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Pharo4Stef
On which os are you? The new image on mac should be under the ressources folder and the script just opens the default one. > > Im busy with book 1 and I work with version 1 > Now this morning I did some changes and save it under a name. > > But when I just start up Pharo I see the pharo1.img a

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Camille Teruel schreef op 31-3-2014 15:49: On 31 mars 2014, at 15:43, Roelof Wobben wrote: Stephan Eggermont schreef op 31-3-2014 15:35: Two things come to mind: - method names start with lowercase CellsPerSide you are right, I mistyped that one. I wil change it - did you make cellsPerSi

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Camille Teruel
On 31 mars 2014, at 15:43, Roelof Wobben wrote: > Stephan Eggermont schreef op 31-3-2014 15:35: >> Two things come to mind: >> - method names start with lowercase >> CellsPerSide > > you are right, I mistyped that one. I wil change it >> - did you make cellsPerSide into a separate method? >

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Sven Van Caekenberghe
You can only enter one method at a time. And methods should be small and be lowercase. On 31 Mar 2014, at 15:03, Roelof Wobben wrote: > What did I do wring this time ?

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Stephan Eggermont schreef op 31-3-2014 15:35: Two things come to mind: - method names start with lowercase CellsPerSide you are right, I mistyped that one. I wil change it - did you make cellsPerSide into a separate method? You mean choose all and then type in the text. nope, if that is t

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Stephan Eggermont
Two things come to mind: - method names start with lowercase CellsPerSide - did you make cellsPerSide into a separate method? Stephan

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Stephan Eggermont schreef op 31-3-2014 14:37: Hello Roelof, That is a disadvantage of having a one-click that opens everywhere. It contains a script telling the executable which image to open. You should be able to find your image, and drag it onto the vm to open. If you just gave it a different

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Stephan Eggermont
Hello Roelof, That is a disadvantage of having a one-click that opens everywhere. It contains a script telling the executable which image to open. You should be able to find your image, and drag it onto the vm to open. If you just gave it a different name, it is in Contents\Resources You might wa

[Pharo-users] Pharo 1

2014-03-31 Thread Roelof Wobben
Hello, Im busy with book 1 and I work with version 1 Now this morning I did some changes and save it under a name. But when I just start up Pharo I see the pharo1.img again without my changes. And I also do not see a menu where I can choose which image I want to use as version 2 of Pharo does.