Re: [Pharo-users] GUI Frameworks Choice

2014-10-20 Thread stepharo
Ok I will do a pass with johan and we will ask people to read the new version. On 20/10/14 22:47, Annick Fron wrote: Hi Steph, I sent a correction of the ImageSpec example some time ago. Don’t forget to mention how to put a white background …. Annick Le 20 oct. 2014 à 22:00, stepharo a écr

Re: [Pharo-users] GUI Frameworks Choice

2014-10-20 Thread Annick Fron
Hi Steph, I sent a correction of the ImageSpec example some time ago. Don’t forget to mention how to put a white background …. Annick Le 20 oct. 2014 à 22:00, stepharo a écrit : > I should do a pass on the Spec chapters. > So if you have feedback I'm interested. > I plan to integrate the cont

Re: [Pharo-users] GUI Frameworks Choice

2014-10-20 Thread stepharo
I should do a pass on the Spec chapters. So if you have feedback I'm interested. I plan to integrate the contributions made by Stefan Eggermont which were never considered. Stef Hi craig The examples are in the class WidgetExample or ExampleWidget. Now we are not happy from a design point o

Re: [Pharo-users] GUI Frameworks Choice

2014-10-19 Thread Craig
From: stepharo >Hi craig > >The examples are in the class WidgetExample or ExampleWidget. Now we are not >happy from a design point of view of having all these widgets creation on >UITheme. >You can also use Spec. There is a draft of chapters on >https://ci.inria.fr/pharo-contribution/job/Pharo

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread Johan Fabry
To complement Stef’s comment: Spec is the default UI builder framework for Pharo and considered as ‘the way to go’ for building user interfaces of the kind that you are describing. Considering the features of Spec, I think it should have virtually all that you need and will be certainly much eas

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread Pavel Krivanek
Hi Craig, try to look at Phobos frmework: https://code.google.com/p/phobos-framework/ Cheers, -- Pavel Dne pátek 17. října 2014 Craig napsal(a): > Hi All, > > I'm new to Pharo although not to Smalltalk. I did dabble with Dolphin > about 20 years ago, when it was first being developed, and did

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread stepharo
Hi craig The examples are in the class WidgetExample or ExampleWidget. Now we are not happy from a design point of view of having all these widgets creation on UITheme. You can also use Spec. There is a draft of chapters on https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/838/ar

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread Tim Mackinnon
An approachable example of what you can do (I believe its using Spec as its UI glue) is PharoLauncher - it might be something worth studying as an example? It’s on Smalltalk Hub. Tim On 17 Oct 2014, at 08:11, Craig wrote: > Hi All, > > I'm new to Pharo although not to Smalltalk. I did dabb

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread kilon alios
Pharo has a single AFAIK GUI API , Morphic. Anything else uses Morphic to draw its own widgets so those API are more like helper apis . Which means a good knowledge of morphic will always benefit you. Spec is the new kid in the block and it has been a preferred choice for most pharoers , many pharo

[Pharo-users] GUI Frameworks Choice

2014-10-17 Thread Craig
Hi All, I'm new to Pharo although not to Smalltalk. I did dabble with Dolphin about 20 years ago, when it was first being developed, and did some quite cool stuff. This time around I chose Pharo because I feel that Dolphin has strayed from the pure OO model that I enjoyed back then. I've chos