Re: [Pharo-users] Fun with pillar and mustache

2015-05-21 Thread Norbert Hartl
Guille, thanks for revealing the secret project :) I can see what it is doing. I'll experiment a little more with my own stuff and then I can see what might match. At the moment ecstatic and cocoon appear to be rather file centric. My approach is doing everything in the image first and export i

Re: [Pharo-users] [Pharo-dev] Next Pharo sprint & Moose dojo

2015-05-21 Thread Jean-Christophe Bach
* Tudor Girba [21.05.2015. @13:04:19 +0200]: > Great! > > It would be great if you could test Moose 5.1 (stable) and let us know if > you encounter problems or if you commit new changes so that we can finally > release it. Do you think this would fit in your sprint/dojo? > > Cheers, > Doru OK,

Re: [Pharo-users] Fun with pillar and mustache

2015-05-21 Thread Cyril Ferlicot
Cocoon allow you to manage configuration with a .conf file and a STON syntax. You can see how Cocoon work with the class PRCocoonConfiguration of Pillar. I'll try to create a demo of Cocoon when I'll have the time. But to make simple you can define some parameters on your configuration and you giv

Re: [Pharo-users] [OT] Pharo pi machine

2015-05-21 Thread Pierce Ng
On Sun, May 17, 2015 at 02:26:12PM +0200, Torsten Bergmann wrote: > Got my Raspberry Pi B+ with a Tontec® 3.5 touch screen display > to bootstrap into Pharo. > > The Raspberry Pi from CI (https://ci.inria.fr/pharo/view/RaspberryPi/) > worked out of the box on Raspbian. Nice! Nice! My Pi 2 just ar

Re: [Pharo-users] Fun with pillar and mustache

2015-05-21 Thread Norbert Hartl
> Am 21.05.2015 um 10:51 schrieb Guillermo Polito : > > Hi! > > Well, we have this secret really not mature project we started with stef a > couple of weeks ago. > > https://github.com/guillep/Ecstatic > > For now it has some simple features: > - you op

Re: [Pharo-users] Spec TreeModel dynamic contents

2015-05-21 Thread webwarrior
Actually, I may be using slightly newer version of Spec straight from github repository -- View this message in context: http://forum.world.st/Spec-TreeModel-dynamic-contents-tp4827440p4827820.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Spec TreeModel dynamic contents

2015-05-21 Thread webwarrior
version 30854 On 21.05.2015 14:16, Nicolai Hess [via Smalltalk] wrote: > > > 2015-05-21 13:05 GMT+02:00 webwarrior <[hidden email] > >: > > Using lots of trial and error, I finally found a solution. Or, > rather a hack. > > In Pharo 3: > Just set autoRefreshOnExpand to true, and th

Re: [Pharo-users] Spec TreeModel dynamic contents

2015-05-21 Thread Nicolai Hess
2015-05-21 13:05 GMT+02:00 webwarrior : > Using lots of trial and error, I finally found a solution. Or, rather a > hack. > > In Pharo 3: > Just set autoRefreshOnExpand to true, and then when there is need for > update, do: > > I can not find autoRefreshOnExpand anywhere in Pharo3.0. What version?

Re: [Pharo-users] Spec TreeModel dynamic contents

2015-05-21 Thread webwarrior
Using lots of trial and error, I finally found a solution. Or, rather a hack. In Pharo 3: Just set autoRefreshOnExpand to true, and then when there is need for update, do: self widget treeModel updateList In Pharo 4: For some reason autoRefreshOnExpand was removed, and now we also have to manual

Re: [Pharo-users] [Pharo-dev] Next Pharo sprint & Moose dojo

2015-05-21 Thread Tudor Girba
Great! It would be great if you could test Moose 5.1 (stable) and let us know if you encounter problems or if you commit new changes so that we can finally release it. Do you think this would fit in your sprint/dojo? Cheers, Doru On Thu, May 21, 2015 at 1:00 PM, Jean-Christophe Bach < jeanchris

Re: [Pharo-users] Next Pharo sprint & Moose dojo

2015-05-21 Thread Jean-Christophe Bach
* Jean-Christophe Bach [01.05.2015. @19:59:08 +0200]: > Hello Pharoers, > > We propose a Pharo sprint / Moose dojo on Friday, 22nd May, starting at > 10:00am. (Local Time Lille). > > It will be at the Inria Lille, Building B, third floor (RMoD offices). > Remotely, you can join us on the offi

Re: [Pharo-users] Spec TreeModel dynamic contents

2015-05-21 Thread Christophe Demarey
Le 19 mai 2015 à 18:04, webwarrior a écrit : > I want to make a tree using TreeModel that reacts to changes in underlying > data - when an item changes, tree node for that item should update its state > (recompute its children, etc.). > > Rebuilding the whole tree is ok, as long as selections an

Re: [Pharo-users] Fun with pillar and mustache

2015-05-21 Thread Guillermo Polito
Hi! Well, we have this secret really not mature project we started with stef a couple of weeks ago. https://github.com/guillep/Ecstatic For now it has some simple features: - you open an image and it will start serving your site + regenerating it every couple of seconds (nice to debug and forg