Re: [Pharo-users] Dynamic example for spec

2014-05-07 Thread Stephan Eggermont
continued A next step is the editing of existing instances. In the DOPartiesList, we need to use a NewListModel instead of the ListModel, as that understands doubleClick actions. DOPartiesList>initializeWidgets - list := self newList. + list := self instantiate: NewListModel. To edi

Re: [Pharo-users] Dynamic example for spec

2014-05-01 Thread stepharo
Please push that :) Stef On 27/4/14 21:27, kmo wrote: /It was suggested that it would be good to have other examples, so I decided to try building a more business-application related one. / Stephan - That's exactly what is needed. It's pet peeve of mine that so many of the Spec examples tend

Re: [Pharo-users] Dynamic example for spec

2014-04-28 Thread kilon alios
as far as me is concerned two GUI libraries are what I would call "public relations disaster" or "an example of worst design". C++ Window's MFC and Java Swing. At the very top I put Delphi's VLC (C# winforms are a child of it) the best GUI I have dealt with and QT coming second. Spec looks fairly

Re: [Pharo-users] Dynamic example for spec

2014-04-27 Thread Johan Fabry
(responses inline) On Apr 27, 2014, at 10:17 AM, kmo wrote: > No one has replied to this post, so I thought I would add my two cents of > wit. Sadly, I did not have time to study the example because I’m traveling. There are some items in this mail that however I would like to quickly respond t

Re: [Pharo-users] Dynamic example for spec

2014-04-27 Thread kmo
/It was suggested that it would be good to have other examples, so I decided to try building a more business-application related one. / Stephan - That's exactly what is needed. It's pet peeve of mine that so many of the Spec examples tend to be browsers. If Pharo wants to position itself as a gen

Re: [Pharo-users] Dynamic example for spec

2014-04-27 Thread Stephan Eggermont
Hi kmo, Thanks for your detailed response. You seem to have run into a number of issues I haven’t seen yet while learning spec. I’ll take a look at resizing windows and see how to fix the issue. I have noticed the font size issue and assumed it is to be fixed real soon now. I’ll extend the exampl

Re: [Pharo-users] Dynamic example for spec

2014-04-27 Thread kmo
No one has replied to this post, so I thought I would add my two cents of wit. Many thanks for the example - any addition to the Spec documentation is really useful and I've certainly learned some stuff from your code. But I think if you are aiming to help people learn Spec, then you should add as