Thanks I will check this since I’m working on it.
> On 6 Aug 2020, at 17:37, gpatrick wrote:
>
>
> From: gpatrick
> Subject: Re: A question concerning Nautilus
> Date: 6 August 2020 at 17:37:56 CEST
> To: pharo-users@lists.pharo.org
>
>
> I found the pdf of PBE 8, but it is the last change
--- Begin Message ---
I found the pdf of PBE 8, but it is the last change. The current build of
PBE 8 failed.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
--- End Message ---
--- Begin Message ---
Is there a "Pharo By Example 8" pdf document that can be downloaded?
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
--- End Message ---
For the record this is already fixed in Pharo by Example 8.
S.
> On 14 Jul 2020, at 03:58, Serge Stinckwich wrote:
>
> Hi René,
>
> use instead:
>
> ClyFullBrowser openOnMethod: Integer >> #factorial
>
> Book should be updated for Pharo 8 :-)
> Regards,
>
> On Mon, Jul 13, 2020 at 10:42
Thanks I will check PBE8
S.
> On 14 Jul 2020, at 03:58, Serge Stinckwich wrote:
>
> Hi René,
>
> use instead:
>
> ClyFullBrowser openOnMethod: Integer >> #factorial
>
> Book should be updated for Pharo 8 :-)
> Regards,
>
> On Mon, Jul 13, 2020 at 10:42 PM Rene Paul Mages (ramix)
Hi René,
use instead:
ClyFullBrowser openOnMethod: Integer >> #factorial
Book should be updated for Pharo 8 :-)
Regards,
On Mon, Jul 13, 2020 at 10:42 PM Rene Paul Mages (ramix)
wrote:
> Hello,
>
> In the chapter 2 ( A quick tour of Pharo ) of this book :
>
> https://github.com/SquareBracket
Hi Rene,
Nautilus was replaced in Pharo 8 by Calypso (ClyFullBrowser)
Cheers,
Hernán
El lun., 13 jul. 2020 a las 11:42, Rene Paul Mages (ramix) (<
ph...@rmages.com>) escribió:
> Hello,
>
> In the chapter 2 ( A quick tour of Pharo ) of this book :
>
> https://github.com/SquareBracketAssociates
Hello,
In the chapter 2 ( A quick tour of Pharo ) of this book :
https://github.com/SquareBracketAssociates/UpdatedPharoByExample
we can read :
http://ramix.org/pharo/UpdatePBE/TheSystemBrowser.png
When I "do it" the following code Nautilus don't open on the method
factorial :
http://ra