Re: [Pharo-dev] [ANN] Phratch 3.0 released

2014-05-09 Thread Serge Stinckwich
Bravo Jannik ! On Sat, May 10, 2014 at 8:27 AM, jannik laval wrote: > Phratch 3.0 is out of the box, good news ! > > Phratch 3.0 is cleaner, faster and more stable. > Phratch 3.0 is on top of Pharo 3.0 > > Thanks to the 30 students of Ecole des Mines de Douai, who use Phratch + > Jetstorm, we imp

[Pharo-dev] [ANN] Phratch 3.0 released

2014-05-09 Thread jannik laval
Phratch 3.0 is out of the box, good news ! Phratch 3.0 is cleaner, faster and more stable. Phratch 3.0 is on top of Pharo 3.0 Thanks to the 30 students of Ecole des Mines de Douai, who use Phratch + Jetstorm, we improved a lot the stability and the rapidity of phratch. Now, we can say that it is

Re: [Pharo-dev] WTF and Programming Languages

2014-05-09 Thread Ben Coman
Sean P. DeNigris wrote: Sven Van Caekenberghe-2 wrote The why is the result not 'Helloworld' ? or 'Hellworldo' ? Why does the $o appear twice ? Good point. Please take a moment to: 1. go to Ulysses 2. follow the account creation link 3. create an account on fogbugz 4. l

Re: [Pharo-dev] New Website online

2014-05-09 Thread aurelia saout
I'm glad you like the new website! it was a pleasure to work on it :) Aurélia Saout -- View this message in context: http://forum.world.st/New-Website-online-tp4757241p4758491.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

[Pharo-dev] Font problem: the come back

2014-05-09 Thread Alexandre Bergel
Hi! I am experiencing problem with the font using Athens. Am I the only one? After using a fresh image, the problem appears after a short while. This is frustrating :-( Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^

Re: [Pharo-dev] IDE ideas: Theseus

2014-05-09 Thread pharo4s...@free.fr
I will have a look at what they are doing… Besides Opal, there is work being done (early stages, but now actively working on it) to add a Reflectivity-style behavioral reflection to Pharo by default. I really want to see that :) It will be interesting to see if this would be powerful enoug

Re: [Pharo-dev] [ANN] DBXTalk CI available

2014-05-09 Thread Sven Van Caekenberghe
Great work indeed. On 09 May 2014, at 18:13, Guillermo Polito wrote: > Hi! > > As I've seen lately too much movement and questions I couldn't answer about > dbxtalk like > > "does it work?" > "does it load?" > "what is the status?" > > and answering them is a bit difficult because it depends

Re: [Pharo-dev] [ANN] DBXTalk CI available

2014-05-09 Thread Martin Dias
Impressive! On Fri, May 9, 2014 at 6:13 PM, Guillermo Polito wrote: > Hi! > > As I've seen lately too much movement and questions I couldn't answer about > dbxtalk like > > "does it work?" > "does it load?" > "what is the status?" > > and answering them is a bit difficult because it depends on pl

Re: [Pharo-dev] Application development - import image and mark it up with vector graphics and create PDF

2014-05-09 Thread Alexandre Bergel
Dear Reg, Roassal may help you on this. Consider the following Roassal script: -=-=-=-=-=-=-=-=-=-=-=-= | v circle1 circle2 edge | "we define the view" v := RTView new. “Two circles" circle1 := ((RTEllipse new size: 50) + (RTLabel new text: '1')) element. circle2 := ((RTEllipse new size: 50) + (

Re: [Pharo-dev] dbxtalk working on pharo 3.0

2014-05-09 Thread Guillermo Polito
Hi! I'd love to write a test along with the fix, so we can improve the CI infrastructure I set up (see post "[ANN] DBXTalk CI available"). Which is your smalltalkhub user so I give you commit grants? Guille On Wed, May 7, 2014 at 7:39 PM, Michael Roland wrote: > No, the change has not been co

[Pharo-dev] [ANN] DBXTalk CI available

2014-05-09 Thread Guillermo Polito
Hi! As I've seen lately too much movement and questions I couldn't answer about dbxtalk like "does it work?" "does it load?" "what is the status?" and answering them is a bit difficult because it depends on platform, database, pharo version, etc... I started a while ago to setup a CI server at I

Re: [Pharo-dev] Application development - import image and mark it up with vector graphics and create PDF

2014-05-09 Thread Alexandre Bergel
We have been using Artefact for the Pdf production. Impressive library! It does not support rotate text however :-) Cheers, Alexandre On May 8, 2014, at 9:00 AM, Reg Krock wrote: > Hi, > > What is involved in creating an application in Pharo, part of would which do > the following: > 1) Copy