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 *
Email: thushar...@signossolutions.com, thushar...@gmail.com
Phone: +91984652





On Thu, Mar 27, 2014 at 1:54 AM, Juan Ignacio Vaccarezza <
juanvaccare...@gmail.com> wrote:

> Hi
>   Im reading and following the documentation of spec from the new site,
>   And the second example goes:
>
> ListModel new
> items: Smalltalk classes
> openWithSpec.
>
> And that does not work.
> Instead of that I did:
>
> (ListModel new
> items: Smalltalk allClasses )
> openWithSpec.
>
> And worked perfectly.
>
> I hope it helps improving the documentation.
>
> Regards, and thanks for the good work.
>
> Juan.
>
>
>
>
> On Fri, Feb 28, 2014 at 8:34 PM, Benjamin <
> benjamin.vanryseghem.ph...@gmail.com> wrote:
>
>> I would love too :)
>>
>> But as always it takes time.
>>
>> I try to do my best to offer an easy to read yet useful documentation.
>> Let's hope we can make it :)
>>
>> Ben
>>
>> On 28 Feb 2014, at 19:54, kmo  wrote:
>>
>> This is really good and very well done and can only get better over time.
>>
>> I'd like to see a complete API and description of every Spec Model added
>> to
>> the site and there needs to be multiple examples so that the whole range
>> of
>> widgets and interface types are shown.
>>
>> Brilliant start, though.
>>
>>
>>
>> --
>> View this message in context:
>> http://forum.world.st/Spec-website-nice-tp4746941p4747048.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.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
> package to make Pharo applications more secure. You can start playing with
> the objects right now, while more documentation is being written for the
> next release.
> >>>
>
> That's great!  I think it would be wonderful if we could - collectively -
> develop a really secure base framework.  There was some interesting
> discussion of this topic, regarding clojure, on HN (
> https://news.ycombinator.com/item?id=7472841). It made me wonder how
> secure Pharo/Seaside/Aidaweb etc are in comparison.
>
>
Cool discussion.


> Couple of minor points:
>
>1. The blog doesn't seem to have an RSS feed.  At least, not one that
>Feedly can find. Is there a setting you can turn on?
>2. The correct link to the package is:
>http://www.smalltalkhub.com/#!/~hernan/ApplicationSecurity
>
> Cheers
>

Thank you Andy, I've fixed the StHub link and added a RSS feed. I will
update the post this weekend with a description of the checkpoint usage.
Let me know any other issues.

Hernán



> Andy
>


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 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?
> Also the way it is done in the AthensDemoMorph, when i save and quit an
> image with such a Morph open, there is a drawing error (red rectangle with
> yellow cross), once i restart the image.
>
> BTW, i really like drawing with Athens!
> M.
>
>
>
> --
> View this message in context:
> http://forum.world.st/How-to-draw-a-Morph-with-Athens-tp4751463.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>


-- 
Best regards,
Igor Stasenko.


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
> a news feed where I will explain the API changes, the news widgets introduce 
> etc.

What is the best github repo to edit the chapter?

> The website contents can be found here 
> (https://github.com/spec-framework/website) so if you want to contribute
> you are welcome :)
> 
> Ben
> 
> PS: I would like to thank Johan Fabry who helped me a lot writing the 
> documentation,
> Sean P. DeNigris who fixed my english a couple of times and Nicolas Petton who
> helped me on the website look and feel



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, 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 widgets introduce 
> etc.
> 
> The website contents can be found here 
> (https://github.com/spec-framework/website) so if you want to contribute
> you are welcome :)
> 
> Ben
> 
> PS: I would like to thank Johan Fabry who helped me a lot writing the 
> documentation,
> Sean P. DeNigris who fixed my english a couple of times and Nicolas Petton who
> helped me on the website look and feel




[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?
Also the way it is done in the AthensDemoMorph, when i save and quit an
image with such a Morph open, there is a drawing error (red rectangle with
yellow cross), once i restart the image.

BTW, i really like drawing with Athens!
M.



--
View this message in context: 
http://forum.world.st/How-to-draw-a-Morph-with-Athens-tp4751463.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



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 other
> packages like Magritte-Seaside or Bootstrap-Magritte. How to tell it to do
> so with Versionner?
>
>
> You can select the dependent project the package depends on (ex:
> Magritte3) and click on the edit button (the pen).
> It allows to add loads directives.
> For example, you can add default, Magritte-Seaside.
>
> It is not yet documented as it is a recent add. If needed, you can also
> update the dependent project version with the right-click menu on the
> dependent project.
>
> Best regards,
> Christophe.
>
>
Nice, thanks!!

Cheers,
Sergi


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:
>
> 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 playing with
> the objects right now, while more documentation is being written for the
> next release.
>
> Hope you like it and I'm looking forward to hearing from you.
> Cheers,
>
> Hernán
>
>



[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 playing with
the objects right now, while more documentation is being written for the
next release.
>>>

That's great!  I think it would be wonderful if we could - collectively -
develop a really secure base framework.  There was some interesting
discussion of this topic, regarding clojure, on HN (
https://news.ycombinator.com/item?id=7472841). It made me wonder how secure
Pharo/Seaside/Aidaweb etc are in comparison.

Couple of minor points:

   1. The blog doesn't seem to have an RSS feed.  At least, not one that
   Feedly can find. Is there a setting you can turn on?
   2. The correct link to the package is:
   http://www.smalltalkhub.com/#!/~hernan/ApplicationSecurity

Cheers
Andy


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-Magritte. How to tell it to do so 
> with Versionner?

You can select the dependent project the package depends on (ex: Magritte3) and 
click on the edit button (the pen).
It allows to add loads directives.
For example, you can add default, Magritte-Seaside.

It is not yet documented as it is a recent add. If needed, you can also update 
the dependent project version with the right-click menu on the dependent 
project.

Best regards,
Christophe.



smime.p7s
Description: S/MIME cryptographic signature


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 widgets introduce 
etc.

The website contents can be found here 
(https://github.com/spec-framework/website) so if you want to contribute
you are welcome :)

Ben

PS: I would like to thank Johan Fabry who helped me a lot writing the 
documentation,
Sean P. DeNigris who fixed my english a couple of times and Nicolas Petton who
helped me on the website look and feel

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 Artefact would not be difficult. 

Let me know how I could help (bnemec at gmail dot com),
Bob



On Thursday, March 27, 2014 7:22:06 PM, Stephan Eggermont  
wrote:
 
I’ve heard some interest in porting Artefact to Gemstone.

There is one trait that can be replaced by a method further up the 
hierarchy.

Stephan

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
> package to make Pharo applications more secure. You can start playing with
> the objects right now, while more documentation is being written for the
> next release.
>
> Hope you like it and I'm looking forward to hearing from you.
>

I was just about to roll my own to use in a CMS-y thingie I´m crafting. You
just saved me days! \o/

Cheers,
Sergi


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://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 playing with 
> the objects right now, while more documentation is being written for the next 
> release.
> 
> Hope you like it and I'm looking forward to hearing from you.
> Cheers,
> 
> Hernán
>