Re: [Pharo-users] Question about dynamic spec

2013-07-14 Thread Benjamin
It's on my todo list :) And we will see that after your holidays :) Ben On Jul 14, 2013, at 1:17 PM, Stéphane Ducasse wrote: > > On Jul 13, 2013, at 7:01 PM, Benjamin > wrote: > >> That was the impression I had :) >> >> Now I know I need to explain it and document it better :) > > ben if

Re: [Pharo-users] Question about dynamic spec

2013-07-14 Thread Stéphane Ducasse
On Jul 13, 2013, at 7:01 PM, Benjamin wrote: > That was the impression I had :) > > Now I know I need to explain it and document it better :) ben if you want you can write something fast and dirty and I can put it in shape. > > Ben > > On Jul 13, 2013, at 6:15 PM, Andrei Vasile Chis >

Re: [Pharo-users] Question about dynamic spec

2013-07-13 Thread Benjamin
That was the impression I had :) Now I know I need to explain it and document it better :) Ben On Jul 13, 2013, at 6:15 PM, Andrei Vasile Chis wrote: > Thanks. > Now I see I did't got how to rebuild the widget properly :) > > Andrei > > > On Sat, Jul 13, 2013 at 1:10 AM, Benjamin > wrote

Re: [Pharo-users] Question about dynamic spec

2013-07-13 Thread Andrei Vasile Chis
Thanks. Now I see I did't got how to rebuild the widget properly :) Andrei On Sat, Jul 13, 2013 at 1:10 AM, Benjamin < benjamin.vanryseghem.ph...@gmail.com> wrote: > Committed :) > > Ben > > On Jul 12, 2013, at 8:26 PM, Andrei Vasile Chis < > chisvasileand...@gmail.com> wrote: > > > > > On Fri,

Re: [Pharo-users] Question about dynamic spec

2013-07-12 Thread Benjamin
Committed :) Ben On Jul 12, 2013, at 8:26 PM, Andrei Vasile Chis wrote: > > > > On Fri, Jul 12, 2013 at 2:14 PM, Benjamin > wrote: > Smalltalk hub is not trig erring notifications (yet) :) > > Now you should be added as a contributor, so you can commit :) > > Andrei > > > > Ben > >

Re: [Pharo-users] Question about dynamic spec

2013-07-12 Thread Andrei Vasile Chis
On Fri, Jul 12, 2013 at 2:14 PM, Benjamin < benjamin.vanryseghem.ph...@gmail.com> wrote: > Smalltalk hub is not trig erring notifications (yet) :) > Now you should be added as a contributor, so you can commit :) Andrei > > Ben > > On Jul 12, 2013, at 2:09 PM, Andrei Vasile Chis < > chisvasile

Re: [Pharo-users] Question about dynamic spec

2013-07-12 Thread Benjamin
Smalltalk hub is not trig erring notifications (yet) :) Ben On Jul 12, 2013, at 2:09 PM, Andrei Vasile Chis wrote: > > On Fri, Jul 12, 2013 at 1:59 PM, Benjamin > wrote: > I reviewed your code. There was some misunderstanding I think about how to > rebuild widgets :) > > I patch your ver

Re: [Pharo-users] Question about dynamic spec

2013-07-12 Thread Andrei Vasile Chis
On Fri, Jul 12, 2013 at 1:59 PM, Benjamin < benjamin.vanryseghem.ph...@gmail.com> wrote: > I reviewed your code. There was some misunderstanding I think about how to > rebuild widgets :) > > I patch your version so the toolbar is only responsible of its own layout, > and the ChangingButton too. >

Re: [Pharo-users] Question about dynamic spec

2013-07-12 Thread Benjamin
I reviewed your code. There was some misunderstanding I think about how to rebuild widgets :) I patch your version so the toolbar is only responsible of its own layout, and the ChangingButton too. I can not commit in your repo since I do not have proper rights :) Ben On Jul 9, 2013, at 9:18 AM

Re: [Pharo-users] Question about dynamic spec

2013-07-09 Thread Benjamin
Did not forget, but I had a crazy day, I will have a look tomorrow, and see if we can use this as a nice example :) Ben On Jul 9, 2013, at 9:18 AM, Andrei Vasile Chis wrote: > If you decide to use this example for the Spec chapter I could do another > pass on the code and make it nicer. > >

Re: [Pharo-users] Question about dynamic spec

2013-07-09 Thread Andrei Vasile Chis
If you decide to use this example for the Spec chapter I could do another pass on the code and make it nicer. Andrei On Tue, Jul 9, 2013 at 9:11 AM, Stéphane Ducasse wrote: > Ben > > I'm still fuzzy after a flood in the flat we rent at 2 in the morning :) > but I was thinking that may be we can

Re: [Pharo-users] Question about dynamic spec

2013-07-09 Thread Stéphane Ducasse
Ben I'm still fuzzy after a flood in the flat we rent at 2 in the morning :) but I was thinking that may be we can use this example to explain the dynamic part of spec. So can you take this view also when you look at the code? If this sounds good to you, I will put on the stack that I should look

Re: [Pharo-users] Question about dynamic spec

2013-07-08 Thread Andrei Vasile Chis
> It's a bit late today, so I will have a look tomorrow :) > > (If I forget, feel free to insult me ^^) > There's no rush :) Andrei > > I've implemented a small UI using the dynamic features of spec and I'd > like to know if there isn't a better way to do it. My use case is simple: I > have a

Re: [Pharo-users] Question about dynamic spec

2013-07-08 Thread Benjamin
It's a bit late today, so I will have a look tomorrow :) (If I forget, feel free to insult me ^^) Ben On Jul 8, 2013, at 11:05 PM, Andrei Vasile Chis wrote: > Hi, > > I've implemented a small UI using the dynamic features of spec and I'd like > to know if there isn't a better way to do it.

[Pharo-users] Question about dynamic spec

2013-07-08 Thread Andrei Vasile Chis
Hi, I've implemented a small UI using the dynamic features of spec and I'd like to know if there isn't a better way to do it. My use case is simple: I have a normal ComposableModel that has two models - a list and a DynamicComposableModel. The DynamicComposableModel should contain a list of button