Re: [Pharo-users] spec 2 documentation

2020-01-24 Thread Steve Quezadas
Great, I learn a lot by playing around with the demos On Fri, Jan 24, 2020 at 1:56 AM Kasper Østerbye wrote: > Hi > > Just to make sure - you guys know about the class SpDemo (part of the > image), it has examples of a lot of things. It is seriously a treasure > trove of how-to. > > Best, > > Ka

Re: [Pharo-users] spec 2 documentation

2020-01-24 Thread Kasper Østerbye
Hi Just to make sure - you guys know about the class SpDemo (part of the image), it has examples of a lot of things. It is seriously a treasure trove of how-to. Best, Kasper

Re: [Pharo-users] spec 2 documentation

2020-01-23 Thread Esteban Lorenzano
Hi, > On 24 Jan 2020, at 05:38, Steve Quezadas wrote: > > Does any stuff from Spec 1 transfer over to Spec 2? Is it more-or-less > interchangeable with a few tweaks here and there? Widgets API is more or less compatible, chances are that your components will work out of the box or it will be

Re: [Pharo-users] spec 2 documentation

2020-01-23 Thread Steve Quezadas
Does any stuff from Spec 1 transfer over to Spec 2? Is it more-or-less interchangeable with a few tweaks here and there? On Thu, Jan 23, 2020 at 11:48 AM ASAM wrote: > I looked for the same one and even donated. But as far as I know there is > no > book yet. > > > https://www.okpal.com/building-

Re: [Pharo-users] spec 2 documentation

2020-01-23 Thread ASAM
I looked for the same one and even donated. But as far as I know there is no book yet. https://www.okpal.com/building-user-interfaces-with-spec/?utm_campaign=01DKKYM06QR7GF0K4S5YA3VVZ0&utm_medium=campaign_edit-okpuid_01DKKYKZ99J5VPEAKHNXH8375A-20190903&utm_source=share_directlink#/ -Joerg --

[Pharo-users] spec 2 documentation

2020-01-23 Thread Steve Quezadas
guys, is there any "official" documentation on spec 2? I found a video on youtube, a slide deck from a presentation, and this github page: https://github.com/dionisiydk/Spec2 It seems to have some sort of integration with gtk, but not too much documentation. - Steve