Re: [Pharo-users] Spec + Graphics?

2018-12-01 Thread Sean P. DeNigris
Dan Wilczak wrote > I think I've found the adapter you referred to I think you send #asSpecAdapter to your Morph, which returns an instance of MorphicGenericAdapter. HTH - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Spec + Graphics?

2018-12-01 Thread Dan Wilczak
Thanks, Sean! I think I've found the adapter you referred to - MorphicTickingWindowAdapter. It seems that TickingSpecWindow and TickingWindowModel would be used in conjunction with it. Cheers, Dan On Fri, Nov 30, 2018 at 11:13 PM Sean P. DeNigris via Pharo-users < pharo-users@lists.pharo.org> wr

Re: [Pharo-users] Unable to compile myself Pharo

2018-12-01 Thread Ben Coman
On Sat, 1 Dec 2018 at 02:19, Alexandre Garreau wrote: > Hi, > > I tried to compile itself because I’m usually uncomfortable with using > binaries downloaded from the internet whose sources couldn’t be checked > afterwards. I don’t know the status of Pharo regarding Deterministic > Builds, but I

Re: [Pharo-users] Unable to compile myself Pharo

2018-12-01 Thread Alexandre Garreau
Le 01/12/2018 à 09h34, Pierce Ng a écrit : > On Fri, Nov 30, 2018 at 07:15:22PM +0100, Alexandre Garreau wrote: >> But I saw the bootstrap process involve redownloading a binary image >> anyway… I’d have just prefered to recompile it to be sure, as I’m >> usually more comfortable with this idea. N

Re: [Pharo-users] What is the actual way of managing code in Pharo

2018-12-01 Thread Vitor Medina Cruz
Best documentation I have seen is this one: https://github.com/pharo-tips-and-tricks/pharo-tips-and-tricks/blob/master/General/Baselines.md Livre de vírus. www.avg.com

Re: [Pharo-users] What is the actual way of managing code in Pharo

2018-12-01 Thread Ben Coman
On Sat, 1 Dec 2018 at 09:05, Ichiseki wrote: > Hi there, > I am trying the new Pharo 7 and a very elemental question arose. > What I should use to manage my code? > > Monticello Metacello Iceberg > It seems I am quite confused regarding the role of each of these tools. > > Monticello is a "pack

Re: [Pharo-users] Iceberg + BaselinOf + Metacello - how to manage interdependencies ?

2018-12-01 Thread Ichiseki
Hi, You are not alone. I have the same impression that Metacello+Git+Iceberg is something very difficult to grasp. It is getting hard to keep the pace with a constant evolving Pharo system. best ichi -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] What is the actual way of managing code in Pharo

2018-12-01 Thread Ichiseki
Sean, Thank you very much for your prompt response. Do you know, or have a reference to, some documentation on Iceberg? Pharo is evolving really fast, that is a good thing. But it seems that the community is formed, largely, by developers of the Pharo ecosystem and not actual plain vanilla users. I