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
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=01DKK... -Joerg -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
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 <vmax28575@gmail.com> 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-user-interfaces-with-spec/?utm_campaign=01DKK...
-Joerg
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi,
On 24 Jan 2020, at 05:38, Steve Quezadas <steveeq1@gmail.com> 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 rewritten by a deprecation rule. What is not compatible and there I not auto migration is the layout. You will need to rewrite those. Esteban
On Thu, Jan 23, 2020 at 11:48 AM ASAM <vmax28575@gmail.com <mailto:vmax28575@gmail.com>> 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-user-interfaces-with-spec/?utm_campaign=01DKK... <https://www.okpal.com/building-user-interfaces-with-spec/?utm_campaign=01DKK...>
-Joerg
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html>
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
Great, I learn a lot by playing around with the demos On Fri, Jan 24, 2020 at 1:56 AM Kasper Ãsterbye <kasper.osterbye@gmail.com> 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,
Kasper
participants (4)
-
ASAM -
Esteban Lorenzano -
Kasper Ãsterbye -
Steve Quezadas