[Pharo-users] Roassal2 multiline label

2014-06-15 Thread Arturo Zambrano
Dear all, in recent versions of Roassal2, multi line labels got wroken. bellow is a patch that fixes the problem trachelShapeForMultiLine: anElement | lines s lbl n txt aColor fontSize | aColor := self colorFor: anElement. fontSize := self heightFor: anElement. txt := self te

Re: [Pharo-users] Another Pharo based solution released

2014-06-15 Thread stepharo
super could you tell us the name of your company? We would like to have a success story on it, is it possible. Stef On 9/6/14 20:22, Esteban A. Maringolo wrote: Last Friday my company released a new software solution that involves Pharo in the server side. It consists of a Android based app ru

Re: [Pharo-users] A question about sets

2014-06-15 Thread Alain Busser
Hi Fabien and welcome, you just discovered this phenomenon: http://en.wikipedia.org/wiki/Birthday_problem and you can be proud having discovered it by yourself! Alain On Sun, Jun 15, 2014 at 12:12 AM, Hilaire Fernandes < hilaire.fernan...@gmail.com> wrote: > Hi Fabien, > > As other already ex