Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-01 Thread Stephan Eggermont
Juraj Kubelka wrote: > Let’s say that we have a StringMorph: ‘Hello' asMorph. > Can I attach a MenuMorph (or a menu building logic) and display the > context menu on a mouse click in the StringMorph? > > Or the only way to do it is to subclass the StringMorph and write the > logic in the #mouseD

Re: [Pharo-users] Metacello with Git

2018-02-01 Thread Sean P. DeNigris
An image with build 454 seems still not to have MCGitlabRepository present. What am I missing? Same for build 462 with sha 3641442f3ba0613cd9a6428181487ea29e62418c, which has the package in its source: https://github.com/pharo-project/pharo/tree/3641442f3ba0613cd9a6428181487ea29e62418c/src/Metacell

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Alistair Grant
Hi Guille, On 1 February 2018 at 10:49, Guillermo Polito wrote: > Yeh, but loading master will load always a different version. But to have a > reproducible build, we would like to load always the same version v0.2.5. If you want a completely reproducible build, you can always specify the commi

[Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-01 Thread Juraj Kubelka
Hi, Let’s say that we have a StringMorph: ‘Hello' asMorph. Can I attach a MenuMorph (or a menu building logic) and display the context menu on a mouse click in the StringMorph? Or the only way to do it is to subclass the StringMorph and write the logic in the #mouseDown: method? Thanks! Jur

Re: [Pharo-users] New booklets organisation and new booklet

2018-02-01 Thread Offray Vladimir Luna Cárdenas
Hi, On 30/01/18 11:36, Ben Coman wrote: > On 30 January 2018 at 15:54, Stephane Ducasse wrote: >> Now I wonder if it makes sense to have all the docs of drGeo here. I >> can do it but I'm thinking about it. >> May be I could create another category. > Perhaps a category named "Applications" or "

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Stephan Eggermont
Guillermo Polito wrote: > Yeh, but loading master will load always a different version. But to have a > reproducible build, we would like to load always the same version v0.2.5. So where is the problem? It is perfectly reproducible, isn't it? If the code you are loading it into changes, you can n

Re: [Pharo-users] New booklets organisation and new booklet

2018-02-01 Thread Hilaire
Hi Phil, I don't think it makes much sense. books.pharo.org is a resource page about programming with Pharo, not Dr.Geo. Hilaire Le 28/01/2018 à 11:55, p...@highoctane.be a écrit : We should also put the books of Dr Geo in there but maybe they are GPL. But at least a link to http://www.dr

[Pharo-users] PetitParser: Building composed (dependent) parsers and isolating productions code

2018-02-01 Thread Arturo Zambrano
Hi All, Could you please share some advice on the following situation? I wrote my first Petit Parser. From the documentation I read that: 1) it is possible to depend on other parsers making the development more modular. 2) The docs also suggest that, in order to separate grammars rules from pro

Re: [Pharo-users] P3 library - setting database in url?

2018-02-01 Thread Ben Coman
Not yet. Currently on-site with a 12 hour (non-programming) work day. A bit hard to get stuff done after work ;). I'll be home next Tuesday to have a look if I hadn't got to it already. cheers -ben On 1 February 2018 at 17:28, Sven Van Caekenberghe wrote: > > >> On 29 Jan 2018, at 15:50, Sven V

Re: [Pharo-users] is OSSubProcess working in Pharo 6.1?

2018-02-01 Thread Guillermo Polito
Yeh, but loading master will load always a different version. But to have a reproducible build, we would like to load always the same version v0.2.5. On Tue, Jan 30, 2018 at 11:47 PM, Alistair Grant wrote: > Hi Stef, > > On 30 January 2018 at 23:13, Stephane Ducasse > wrote: > > Hi > > > > in p

Re: [Pharo-users] P3 library - setting database in url?

2018-02-01 Thread Sven Van Caekenberghe
> On 29 Jan 2018, at 15:50, Sven Van Caekenberghe wrote: > > > >> On 29 Jan 2018, at 15:45, Ben Coman wrote: >> >> On 29 January 2018 at 22:40, Ben Coman wrote: >>> On 29 January 2018 at 22:32, Sven Van Caekenberghe wrote: Ben, > On 29 Jan 2018, at 15:27, Ben Coman wrote: