Re: [Pharo-users] Spec doc

2016-02-07 Thread stepharo
I will integrate some of your additions in Pharo (the enhancing of API). Esteban this is just improving Spec API so it does not break anything. Le 7/2/16 10:24, Hernán Morales Durand a écrit : Thanks, I will check later because it's 6 a.m. and I have to sleep :) Cheers, Hernán 2016-02-07 6:13

Re: [Pharo-users] Spec doc

2016-02-07 Thread Serge Stinckwich
On Sun, Feb 7, 2016 at 10:22 AM, Hernán Morales Durand wrote: > > 2016-02-07 5:33 GMT-03:00 stepharo : >> >> >> >> Le 6/2/16 21:44, Hernán Morales Durand a écrit : >> >> As always I don't have time to open, follow and check issues. It is faster >> (for me) if I have them isolated. >> But my repos

Re: [Pharo-users] Spec doc

2016-02-07 Thread Hernán Morales Durand
Thanks, I will check later because it's 6 a.m. and I have to sleep :) Cheers, Hernán 2016-02-07 6:13 GMT-03:00 stepharo : > Hi hernan > > some feedback/questions while waiting for my kids... > > = > "protocol: *SpecUIAddOns" > includesNameBeginsWith: aString > " Answer whether th

Re: [Pharo-users] Spec doc

2016-02-07 Thread Hernán Morales Durand
2016-02-07 5:33 GMT-03:00 stepharo : > > > Le 6/2/16 21:44, Hernán Morales Durand a écrit : > > As always I don't have time to open, follow and check issues. It is faster > (for me) if I have them isolated. > But my repos are always open and anyone can feel free to ask me about the > extensions. >

Re: [Pharo-users] Spec doc

2016-02-07 Thread stepharo
Hi hernan some feedback/questions while waiting for my kids... = "protocol: *SpecUIAddOns" includesNameBeginsWith: aString " Answer whether the receiver begins with aString. " ^ self asLowercase = aString first asLowercase does not look like doing what it says. =

Re: [Pharo-users] Spec doc

2016-02-07 Thread stepharo
Le 6/2/16 21:44, Hernán Morales Durand a écrit : As always I don't have time to open, follow and check issues. It is faster (for me) if I have them isolated. But my repos are always open and anyone can feel free to ask me about the extensions. Sorry for this. I cannot believe that it takes yo

Re: [Pharo-users] Spec doc

2016-02-06 Thread Hernán Morales Durand
As always I don't have time to open, follow and check issues. It is faster (for me) if I have them isolated. But my repos are always open and anyone can feel free to ask me about the extensions. Sorry for this. Hernán 2016-02-06 16:45 GMT-03:00 stepharo : > Hernan > > why did you push such exte

Re: [Pharo-users] Spec doc

2016-02-06 Thread stepharo
Hernan why did you push such extensions in the main spec version inside the image? I do not get the rationale of not doing it. Especially since we always welcome enhancements. Stef Le 5/2/16 18:55, Hernán Morales Durand a écrit : BTW have a look at http://www.smalltalkhub.com/#!/~hernan/SpecU

Re: [Pharo-users] Spec doc

2016-02-06 Thread Hernán Morales Durand
Hi Hilaire, Besides using Roassal2 for visualizations, it is pure Spec. Cheers, Hernán 2016-02-06 4:38 GMT-03:00 Hilaire : > Thanks for the link Hernán! It looks nice. > > Are you mixing spec with other widgetery or is pure spec widget > composition? > > Hilaire > > -- > Dr. Geo > http://drgeo.

Re: [Pharo-users] Spec doc

2016-02-06 Thread Hernán Morales Durand
Hi Serge, It could be interesting to add a GBIF API for a future release, however the GBIF dataset is oriented to taxonomies and name resolution (of already assigned genetic data), and we do not put much focus on taxonomy but a determining phylogeography, origins of domestic breeds, etc. of a few

Re: [Pharo-users] Spec doc

2016-02-06 Thread serge . stinckwich
Really interesting tool ! Is it possible to query GBIF portal from your tool ? Regards Sent from my iPhone > On 6 févr. 2016, at 00:45, Hernán Morales Durand > wrote: > > http://phyloclasstalk.github.io/ > > Installers not yet available. Probably next week. > Cheers, > > Hernán > > 2016-02-

Re: [Pharo-users] Spec doc

2016-02-05 Thread Hilaire
Thanks for the link Hernán! It looks nice. Are you mixing spec with other widgetery or is pure spec widget composition? Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Spec doc

2016-02-05 Thread Hernán Morales Durand
http://phyloclasstalk.github.io/ Installers not yet available. Probably next week. Cheers, Hernán 2016-02-05 16:31 GMT-03:00 Hilaire : > Thanks. Do you have screenshots of the application to share? > > Hilaire > > Le 05/02/2016 18:55, Hernán Morales Durand a écrit : > > BTW have a look at http:

Re: [Pharo-users] Spec doc

2016-02-05 Thread Hilaire
Thanks. Do you have screenshots of the application to share? Hilaire Le 05/02/2016 18:55, Hernán Morales Durand a écrit : > BTW have a look at http://www.smalltalkhub.com/#!/~hernan/SpecUIAddOns > . > Repository contains behaviors I had to

Re: [Pharo-users] Spec doc

2016-02-05 Thread Hernán Morales Durand
BTW have a look at http://www.smalltalkhub.com/#!/~hernan/SpecUIAddOns . Repository contains behaviors I had to add while developing a desktop application. Hernan 2016-02-05 8:52 GMT-03:00 Hernán Morales Durand : > Hi Hilaire, > > 2016-02-04 13:42 GMT-03:00 Hilaire : > >> Hello >> >> I want to

Re: [Pharo-users] Spec doc

2016-02-05 Thread Hernán Morales Durand
Hi Hilaire, 2016-02-04 13:42 GMT-03:00 Hilaire : > Hello > > I want to evaluate the use of Spec for desktop application. > > What are the recommended spec reading? > > In this case, the best is to read source code in the image. > Is Spec feature complete enough to develop application with compl

Re: [Pharo-users] Spec doc

2016-02-04 Thread stepharo
Hilaire Spec is not at the level I would like. I feel concerned about it and sad as well. Now I do not have the time to improve it. What would be is that people provide some snippet showing their use and that we collect that into the draft. Stef Le 4/2/16 17:42, Hilaire a écrit : Hello I

Re: [Pharo-users] Spec doc

2016-02-04 Thread Stephan Eggermont
On 04-02-16 17:42, Hilaire wrote: Hello I want to evaluate the use of Spec for desktop application. What are the recommended spec reading? Is Spec feature complete enough to develop application with complex GUI? (very subjective question) You will probably have to encapsulate a few more Morp

Re: [Pharo-users] Spec doc

2016-02-04 Thread Johan Fabry
Hello Hilaire, I think a mail of Sven of last year will answer most of your questions, I quote it below. In addition to that mail: - Spec is the standard UI builder for Pharo so it is reasonably complete and should be supported in the future. - The book Sven talks about is very much a work in

Re: [Pharo-users] Spec doc

2016-02-04 Thread Julien Delplanque
Hi, On 04/02/16 17:42, Hilaire wrote: Hello I want to evaluate the use of Spec for desktop application. What are the recommended spec reading? I suppose this link: http://spec.st/docs/home/ and the examples in 'Spec-Examples' package. Is Spec feature complete enough to develop application w

[Pharo-users] Spec doc

2016-02-04 Thread Hilaire
Hello I want to evaluate the use of Spec for desktop application. What are the recommended spec reading? Is Spec feature complete enough to develop application with complex GUI? (very subjective question) Is it intended to remain compatible with future release and modification of the underneath