Re: [Pharo-users] Pharo Video Tutorial

2014-06-22 Thread Hilaire Fernandes
Great! I just learn about Window group with your vidorials Thanks Hilaire Le 22/06/2014 00:00, kilon alios a écrit : > I have uploaded 5 new video tutorials to my playlist that can be found here > -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa

Re: [Pharo-users] Fwd: [ANN] FIFA World Cup 2014

2014-06-22 Thread Arturo Zambrano
Great!!! :) On Fri, Jun 20, 2014 at 6:54 PM, Sean P. DeNigris wrote: > Hernán Morales Durand wrote > > http://80738163270632.blogspot.com/2014/06/fifa-world-cup-2014-app.html > > Cool! I love fun little apps like this. And the blog entry and screencast > made it easy to experience without havin

Re: [Pharo-users] Athens and ellipse drawing

2014-06-22 Thread Nicolai Hess
in (pure) cairo it is possible to stroke a path, after restoring the current state/transformation: cairo_set_line_width (cr, 0.1); cairo_save (cr); cairo_scale (cr, 0.5, 1); cairo_arc (cr, 0.5, 0.5, 0.40, 0, 2 * M_PI); cairo_restore (cr); cairo_stroke (cr); So we can scale the circle arc to a

Re: [Pharo-users] [ANN] DrGeo 14.07 "Athens landing"

2014-06-22 Thread Hilaire Fernandes
Le 20/06/2014 18:16, MartinW a écrit : > But apart from that it looks very good! I’m a big fan. Perhaps one day you > could publish a part of it as a Pharo-Desktop-Application-Framework :) I Yes, why not. > aleardy used Dr.Geo twice as inspiration for how to deploy Pharo desktop > applications.