Re: [Pharo-users] Spec website: nice!

2014-03-28 Thread Thushar G R
Wow!! Great work. Was looking for something like this.. *G R Thushar* *Team Leader(Technology),* *Signos Software Solutions Pvt. Ltd.* *Ground Floor **A.R Plaza, TC 11/43 (2),* *P.M.G Junction,* *Thiruvananthapuram, 695004. Kerala, India.* *Web: www.signossolutions.com

Re: [Pharo-users] [ANN] Application Security for your domains

2014-03-28 Thread Hernán Morales Durand
2014-03-28 13:31 GMT-03:00 Andy Burnett : > ᐧ > <<< > > Hello guys, > I'm doing a double announcement here. > > First, a new blog about development with Pharo, and Smalltalk: > > http://80738163270632.blogspot.com.ar/ > > Second, my first entry contains a post about Application Security, a new > p

Re: [Pharo-users] How to draw a Morph with Athens?

2014-03-28 Thread Igor Stasenko
u you u no draw morphs by athens :) - use AthensWrapMorph. put as many submorphs into it, and they all will be drawn via Athens. eventually, the need in wrap morph will disappear once WorldMorph (the root of all morphs) start using Athens directly. On 28 March 2014 18:53, MartinW wrote: > At

Re: [Pharo-users] [Pharo-dev] New website about Spec - http://spec.st

2014-03-28 Thread Pharo4Stef
Thanks ben This is really to see my ideas coming to live ;D > > I am glad to announce (even if Philippe already let the cat out :P) a website > dedicated to Spec: http://spec.st. > You can find a quick introduction, documentation (mainly what is now in the > Pharo For The Enterprise book), and

Re: [Pharo-users] [Pharo-dev] New website about Spec - http://spec.st

2014-03-28 Thread Sven Van Caekenberghe
Super nice, very professional, congratulations to everybody who working on this! On 28 Mar 2014, at 14:18, Benjamin wrote: > Hi guys :) > > I am glad to announce (even if Philippe already let the cat out :P) a website > dedicated to Spec: http://spec.st. > You can find a quick introduction, do

[Pharo-users] How to draw a Morph with Athens?

2014-03-28 Thread MartinW
At the moment i draw Morphs with Athens by copying how it is done in AthensDemoMorph: - adding a surface variable, - initializing an AthensCairoSurface, - getting an athens canvas by calling: surface drawDuring: [:canvas | ] - … Is there already a more straightforward possibility in the meantime?

Re: [Pharo-users] How to tell Versionner to load certain additional packages?

2014-03-28 Thread Sergi Reyner
2014-03-28 15:41 GMT+00:00 Christophe Demarey : > Hello Sergi, > > Le 28 mars 2014 à 16:09, Sergi Reyner a écrit : > > I created a ConfigurationOfArtie ( > http://smalltalkhub.com/#!/~SergiReyner/Artie) that loads Bootstrap, > Magritte3, Pillar and ApplicationSecurity. I´d like it to load some oth

Re: [Pharo-users] [Pharo-dev] [ANN] Application Security for your domains

2014-03-28 Thread Hernán Morales Durand
Thank you for reporting. I have added links to Pharo and Fuel websites. Cheers, Hernán 2014-03-28 4:53 GMT-03:00 Pharo4Stef : > the linke o your blog leads to > > http://www.smalltalkhub.com/#%21/%7Ehernan/ApplicationSecurity > > > On 28 Mar 2014, at 00:58, Hernán Morales Durand > wrote: > > Hel

[Pharo-users] How to tell Versionner to load certain additional packages?

2014-03-28 Thread Sergi Reyner
I created a ConfigurationOfArtie ( http://smalltalkhub.com/#!/~SergiReyner/Artie) that loads Bootstrap, Magritte3, Pillar and ApplicationSecurity. I´d like it to load some other packages like Magritte-Seaside or Bootstrap-Magritte. How to tell it to do so with Versionner? Cheers, Sergi

Re: [Pharo-users] [ANN] Application Security for your domains

2014-03-28 Thread Andy Burnett
ᐧ <<< Hello guys, I'm doing a double announcement here. First, a new blog about development with Pharo, and Smalltalk: http://80738163270632.blogspot.com.ar/ Second, my first entry contains a post about Application Security, a new package to make Pharo applications more secure. You can start pl

Re: [Pharo-users] How to tell Versionner to load certain additional packages?

2014-03-28 Thread Christophe Demarey
Hello Sergi, Le 28 mars 2014 à 16:09, Sergi Reyner a écrit : > I created a ConfigurationOfArtie > (http://smalltalkhub.com/#!/~SergiReyner/Artie) that loads Bootstrap, > Magritte3, Pillar and ApplicationSecurity. I´d like it to load some other > packages like Magritte-Seaside or Bootstrap-Magr

Re: [Pharo-users] [Pharo-dev] New website about Spec - http://spec.st

2014-03-28 Thread Benjamin
On 28 Mar 2014, at 14:43, Pharo4Stef wrote: > What is the best github repo to edit the chapter? https://github.com/spec-framework/documentation, since I would like to gather as much as possible all the things related to spec at only one place :) Ben

[Pharo-users] New website about Spec - http://spec.st

2014-03-28 Thread Benjamin
Hi guys :) I am glad to announce (even if Philippe already let the cat out :P) a website dedicated to Spec: http://spec.st. You can find a quick introduction, documentation (mainly what is now in the Pharo For The Enterprise book), and a news feed where I will explain the API changes, the news w

Re: [Pharo-users] new website about Artefact

2014-03-28 Thread bobn
Having Artefact on GemStone is something I could use, and porting it something I can help with. I suspect that porting it to VW & VA afterwards would not be too much work, and again something I can help with. Our app uses R4PReport which sits on top of PDF4Smalltalk. Having it also work with Ar

Re: [Pharo-users] [ANN] Application Security for your domains

2014-03-28 Thread Sergi Reyner
2014-03-27 23:58 GMT+00:00 Hernán Morales Durand : > Hello guys, > I'm doing a double announcement here. > > First, a new blog about development with Pharo, and Smalltalk: > > http://80738163270632.blogspot.com.ar/ > > Second, my first entry contains a post about Application Security, a new > pack

Re: [Pharo-users] [ANN] Application Security for your domains

2014-03-28 Thread Pharo4Stef
the linke o your blog leads to http://www.smalltalkhub.com/#%21/%7Ehernan/ApplicationSecurity On 28 Mar 2014, at 00:58, Hernán Morales Durand wrote: > Hello guys, > I'm doing a double announcement here. > > First, a new blog about development with Pharo, and Smalltalk: > > http://807381632