Re: [Pharo-users] Spec - Tutorial Series

2013-11-23 Thread Stéphane Ducasse
> When a Spec UI is build, the spec are looked up on class side. > > But in some special cases you can provide directly a SpecLayout object to a > model. > > > Why on class side? > The goal was to have a static description of a widget layout so that we can reuse it without to have to autom

Re: [Pharo-users] Spec - Tutorial Series

2013-11-22 Thread Benjamin
When a Spec UI is build, the spec are looked up on class side. But in some special cases you can provide directly a SpecLayout object to a model. Why on class side? The goal was to have a static description of a widget layout Ben On 22 Nov 2013, at 11:27, Bahman Movaqar wrote: > On 11/22/

Re: [Pharo-users] Spec - Tutorial Series

2013-11-22 Thread Bahman Movaqar
On 11/22/2013 13:51, prova email wrote: > Hi Bahman, > i just finished to read the second Spec Tutorial, great tuto as > always. Only one question: why do you define the defaultSpec in the > Class-side? > I'm glad you found it useful. RE `defaultSpec`, I believe that's the way it is supposed to b

Re: [Pharo-users] Spec - Tutorial Series

2013-11-09 Thread Benjamin
On 09 Nov 2013, at 09:53, b...@openinworld.com wrote: > Bahman Movaqar wrote: >> Hi all, >> >> A new episode is availabe: >> Spec - Part II: The Layout (http://www.bahmanm.com/blogs/spec-part-2-layout) >> >> I'd appreciate any comments/hints. TIA, >> >> > Some minor nit-picks... > > > "plea

Re: [Pharo-users] Spec - Tutorial Series

2013-11-09 Thread btc
b...@openinworld.com wrote: P.S. Some questions for Spec gurus... * looking at #defaultSpec from this episode, if the pattern is always... mainColumn newRow: [ :aRow | aRow doStuff; otherStuff... ] what is gained over a pattern like... mainColumn newRow doStuff ; otherStuff. I guess I

Re: [Pharo-users] Spec - Tutorial Series

2013-11-09 Thread btc
Bahman Movaqar wrote: On 11/09/2013 12:23, b...@openinworld.com wrote: Some minor nit-picks... "please do so as we are going to iterate over what was done there." I don't understand what you mean by 'iterate over'? Do you me 'build on'? Y

Re: [Pharo-users] Spec - Tutorial Series

2013-11-09 Thread Bahman Movaqar
On 11/09/2013 12:23, b...@openinworld.com wrote: > Some minor nit-picks... > > > "please do so as we are going to iterate over what was done there." > I don't understand what you mean by 'iterate over'? Do you me 'build on'? Yes, that's what I meant: "improve". If you find it hard to understand,

Re: [Pharo-users] Spec - Tutorial Series

2013-11-09 Thread btc
Bahman Movaqar wrote: Hi all, A new episode is availabe: Spec - Part II: The Layout (http://www.bahmanm.com/blogs/spec-part-2-layout) I'd appreciate any comments/hints. TIA, Some minor nit-picks... > "please do so as we are going to iterate over what was done there." I don't understand w

Re: [Pharo-users] Spec - Tutorial Series

2013-11-08 Thread Bahman Movaqar
Hi all, A new episode is availabe: Spec - Part II: The Layout (http://www.bahmanm.com/blogs/spec-part-2-layout) I'd appreciate any comments/hints. TIA, -- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation & Deployment Consultant PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)

Re: [Pharo-users] Spec - Tutorial Series

2013-11-08 Thread Stéphane Ducasse
EXCELLENT initiative. I will read it. On Nov 7, 2013, at 6:43 AM, Bahman Movaqar wrote: > Hi all, > > I'm writing a series of tutorials for Spec for beginners like myself and > I'd really appreciate any input on the material. > The first episode is done: http://www.bahmanm.com/blogs/spec-part-

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread Ignacio Matías Sniechowski
Very nice tutorial! Keep on posting! best regards nacho *Lic. Ignacio Sniechowski, MBA* On Thu, Nov 7, 2013 at 2:36 PM, Bahman Movaqar wrote: > On 11/07/2013 09:13, Bahman Movaqar wrote: > > Hi all, > > > > I'm writing a series of tutorials for Spec for beginners like myself and > > I'd

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread Bahman Movaqar
On 11/07/2013 09:13, Bahman Movaqar wrote: > Hi all, > > I'm writing a series of tutorials for Spec for beginners like myself and > I'd really appreciate any input on the material. > The first episode is done: http://www.bahmanm.com/blogs/spec-part-1-basics > Thank you folks for your encouraging!

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread Benjamin
Really nice tutorial :) If I were you, I would based it on Pharo 3.0 more than 2.0. Why ? Because your tutorial will be outdated quite soon (in a couple on months) when 3.0 will be released. Our you could try to use the latest Spec version at least since the one shipped in 2.0 is old and out-da

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread btc
Bahman Movaqar wrote: Hi all, I'm writing a series of tutorials for Spec for beginners like myself and I'd really appreciate any input on the material. The first episode is done: http://www.bahmanm.com/blogs/spec-part-1-basics Thanks Bahman. I like your writing style and theme. The code s

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread kilon alios
well done, this is indeed a very good tutorial and more than welcomed, thank you :) I twitted it :) On Thu, Nov 7, 2013 at 11:30 AM, Marcus Denker wrote: > > On 07 Nov 2013, at 10:08, Clément Bera wrote: > > I'm glad you are doing that :). > > Marcus could you tweet about this blog on the Phar

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread Marcus Denker
On 07 Nov 2013, at 10:08, Clément Bera wrote: > I'm glad you are doing that :). > > Marcus could you tweet about this blog on the Pharo tweeter account Yes, I will do that (i put it in the queue, I do one per day max :-) > ? So many people are waiting for more tutorials on Spec. > > > 2013

Re: [Pharo-users] Spec - Tutorial Series

2013-11-07 Thread Clément Bera
I'm glad you are doing that :). Marcus could you tweet about this blog on the Pharo tweeter account ? So many people are waiting for more tutorials on Spec. 2013/11/7 Bahman Movaqar > Hi all, > > I'm writing a series of tutorials for Spec for beginners like myself and > I'd really appreciate a