Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-30 Thread Christophe Demarey
Hi Kilon, Le 29 sept. 2014 à 19:24, kilon alios a écrit : > great tool, the only thing missing is a button to load the configurations What do you mean? > /versions. To load a version, select a version in the version list, rigth-click and select "load". Isn't it enough? smime.p7s Descripti

[Pharo-users] UI testing

2014-09-30 Thread Usman Bhatti
Hi all, Is there anything in Pharo that supports UI testing? What I would like to achieve is to be able to simulate a click, select a menu item, input some text in text fields, Ok/Cancel button click, and some other basic task for the automation of my tests. With Glamour, I can simulate transmiss

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-30 Thread kilon alios
Not really, not if you are a begineer like me and does not come to mind to right click on the entry. A GUI should have as button all the basic functionality. Obviously not all functionality should be crammed into a GUI , though depending on the design thats possible too. Also I do feel Versioneer

Re: [Pharo-users] UI testing

2014-09-30 Thread Marcus Denker
On 30 Sep 2014, at 11:00, Usman Bhatti wrote: > Hi all, > > Is there anything in Pharo that supports UI testing? > What I would like to achieve is to be able to simulate a click, select a menu > item, input some text in text fields, Ok/Cancel button click, and some other > basic task for the

Re: [Pharo-users] UI testing

2014-09-30 Thread Usman Bhatti
Tx Marcus. I'll have a look at what this infrastructure already offers to see if I can use it directly or with some enhancements. usman On Tue, Sep 30, 2014 at 11:22 AM, Marcus Denker wrote: > > On 30 Sep 2014, at 11:00, Usman Bhatti wrote: > > > Hi all, > > > > Is there anything in Pharo that

Re: [Pharo-users] UI testing

2014-09-30 Thread Sven Van Caekenberghe
Spec UI are reasonably testable as well, this tutorial contains a sub section doing just that: https://medium.com/@svenvc/rediscovering-the-ux-of-the-legendary-hp-35-scientific-pocket-calculator-d1d497ece999 But testing dialogs is indeed a challenge ;-) On 30 Sep 2014, at 11:32, Usman Bhatti

Re: [Pharo-users] UI testing

2014-09-30 Thread Tudor Girba
Hi, Glamour comes with an extensive Morphic test suite. You can check it here in the subclasses of GLMMorphicTest. The superclass also has a number of utility methods. The checking is done via excellent additions to Morphic (I believe by Sean). See for example this: GLMTextMorphicTest>>testAccep

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-30 Thread Christophe Demarey
Le 30 sept. 2014 à 11:15, kilon alios a écrit : > Not really, not if you are a begineer like me and does not come to mind to > right click on the entry. A GUI should have as button all the basic > functionality. Obviously not all functionality should be crammed into a GUI , > though depending

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-30 Thread kilon alios
Actually the best thing to do when you 2 choices is to pick the third one. In this case its what I call "double mode" , you see it quite frequently with software synthesizer, as you can imagine a synthesizer is a complex electronic music instrument that can reach up to thousand of parameters easily

Re: [Pharo-users] Pharo 32 bits

2014-09-30 Thread Annick Fron
Thank you. I have just discovered that my C library uses 64 bit integers on a 32 bits platform …But Alien is resilient to that ! Annick Le 29 sept. 2014 à 13:05, Sven Van Caekenberghe a écrit : > This is on a 32-bit Ubuntu 13.10 > > $ uname -a > Linux stfx 3.8.0-19-generic #30-Ubuntu SMP Wed M

Re: [Pharo-users] BLOG: Block Translators - parsing magic

2014-09-30 Thread Damien Cassou
On Mon, Sep 29, 2014 at 9:03 PM, Udo Schneider wrote: > How to proceed? 1- please give me your github username 2- clone https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english 3- read the README and add your chapter If you prefer, you can also send a pull request. -- Damien

[Pharo-users] Alien datasize

2014-09-30 Thread Annick Fron
Hi, I am very surprised to see that : Alien newC: has 8 bytes (data size = 8) , which is consistent with a 64 bit architecture but not with a 32 one ! What is the problem ? Annick

Re: [Pharo-users] Unicode support in Pharo

2014-09-30 Thread Alain Rastoul
Le 29/09/2014 19:15, Sven Van Caekenberghe a écrit : On 29 Sep 2014, at 19:10, Robert Shiplett wrote: Must be a thing about European "guys" ... - ByteString is needed for most european/occidental people who don't care about internationalization and should stay because Pharo is an european

Re: [Pharo-users] [ANN] JSON datatype support in PostgresV2 package

2014-09-30 Thread Esteban A. Maringolo
As a side note to this discussion: Postgres Outperforms MongoDB and Ushers in New Developer Reality http://blogs.enterprisedb.com/2014/09/24/postgres-outperforms-mongodb-and-ushers-in-new-developer-reality/ Maybe there could be a VoyagePostgresql alternative for anyone insterested ;-) Regards!