Complex spec example

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Complex spec example

NorbertHartl
Is there a rather complex example available that uses spec. I mean a sort of  a complex UI that solves some real use cases from where I can steal ideas and patterns how things are done. I’m just a UI noop and like to have all the guidance available :)

thanks,

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: Complex spec example

jfabry

Pharo 3.0 comes with multiple Spec UIs for different tools, have a look at the subclasses of ComposableModel, maybe there is something there that suits you.

On Apr 3, 2014, at 8:28 AM, Norbert Hartl <[hidden email]> wrote:

> Is there a rather complex example available that uses spec. I mean a sort of  a complex UI that solves some real use cases from where I can steal ideas and patterns how things are done. I’m just a UI noop and like to have all the guidance available :)
>
> thanks,
>
> Norbert
>
>
>



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile


Reply | Threaded
Open this post in threaded view
|

Re: Complex spec example

Damien Cassou
In reply to this post by NorbertHartl
On Thu, Apr 3, 2014 at 1:28 PM, Norbert Hartl <[hidden email]> wrote:
> Is there a rather complex example available that uses spec. I mean a sort of  a complex UI that solves some real use cases from where I can steal ideas and patterns how things are done. I'm just a UI noop and like to have all the guidance available :)


the Pharo Launcher for example. It's not too complex though

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply | Threaded
Open this post in threaded view
|

Re: Complex spec example

Ben Coman
Damien Cassou wrote:
On Thu, Apr 3, 2014 at 1:28 PM, Norbert Hartl [hidden email] wrote:
  
Is there a rather complex example available that uses spec. I mean a sort of  a complex UI that solves some real use cases from where I can steal ideas and patterns how things are done. I'm just a UI noop and like to have all the guidance available :)
    


the Pharo Launcher for example. It's not too complex though

  
But it is non-trivial.  I think PharoLauncher is a good showcase for Spec.
http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2013-July/081784.html

There is also an "installer" for various platforms if you google for it.

cheers -ben