Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread Dimitris Chloupis
It says I am using Cog 4.3.3 I also used the code of John pfersich p :=(PipeableOSProcess waitForCommand: 'ls') . p output. and it still returns an empty string while the process is "a PipeableOSProcess on an ExternalUnixOSProcess with pid 769 on /bin/sh (complete, normal termination with statu

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread john pfersich
Looks like what you want to do is: p := (PipeableOSProcess waitForCommand: 'ls'). p output. There's more information at http://pharo.gemtalksystems.com/book/PharoTools/OSProcess/ On Thu, Nov 5, 2015 at 7:25 PM, David T. Lewis wrote: > On Thu, Nov 05, 2015 at 10:22:31PM -0500, David T. Lewis w

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread David T. Lewis
On Thu, Nov 05, 2015 at 10:22:31PM -0500, David T. Lewis wrote: > > Or put "(Delay forSeconds: 1)" right before you do "p output"? Sorry, I meant to say: "(Delay forSeconds: 1) wait" right before you do "p output"? Dave

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread David T. Lewis
On Fri, Nov 06, 2015 at 12:41:58AM +, Dimitris Chloupis wrote: > hello David and thank you for your help and your detailed explanation. > > as I said I used > > p :=(PipeableOSProcess command: 'ls') . p output. > > and it just returns an empty string. The way this should work is that p (an

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread Dimitris Chloupis
hello David and thank you for your help and your detailed explanation. as I said I used p :=(PipeableOSProcess command: 'ls') . p output. and it just returns an empty string. Are there other ways to return the output of the terminal ? On Fri, Nov 6, 2015 at 1:57 AM David T. Lewis wrote: > On

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread David T. Lewis
On Thu, Nov 05, 2015 at 09:50:29PM +, Dimitris Chloupis wrote: > So I try to understand how OSProcess work exactly to find why filetree > seems not able to use it and generating the error I already reported > earlier. > > Using something simple like > > OSProcess command:'pwd' > > works grea

Re: [Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread Dimitris Chloupis
I also tried p :=(PipeableOSProcess command: 'ls') . p output. and it just returns an empty string. On Thu, Nov 5, 2015 at 11:50 PM Dimitris Chloupis wrote: > So I try to understand how OSProcess work exactly to find why filetree > seems not able to use it and generating the error I already re

[Pharo-users] Trying to understand OSProcess on MacOS Yosemite

2015-11-05 Thread Dimitris Chloupis
So I try to understand how OSProcess work exactly to find why filetree seems not able to use it and generating the error I already reported earlier. Using something simple like OSProcess command:'pwd' works great , I have the terminal open and I can see the correct return value of the command in

Re: [Pharo-users] Using Google service discovery API's with Pharo Smalltalk by Richard J. Prinz

2015-11-05 Thread Sean P. DeNigris
Andy Burnett wrote > Using Google service discovery API's with Pharo Smalltalk by Richard J. > Prinz Cool! I noticed a small bug. GoogleGmailApiUsersMessages>>#send: does not accept an argument for the actual message. Maybe it has to do with that requirement is defined in the Message definition?

Re: [Pharo-users] Documentations for Garage

2015-11-05 Thread Alexandre Bergel
Excellent! Go go go! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 5, 2015, at 8:54 AM, lionela...@gmail.com wrote: > > Hello > I have attended a formation with Stephane Ducass

[Pharo-users] Smalltalkhub password reset?

2015-11-05 Thread Euan Mee
How do you get a password reset for a SmalltalkHub account? (I'm convinced the EuanM who has an account is me, but I cannot manage to log in)

[Pharo-users] Documentations for Garage

2015-11-05 Thread lionelakue
Hello I have attended a formation with Stephane Ducass in Lomé-Togo. And I am about to start a new project: an immobilier management application built in pharo with a pgsql database for a company here. So I am looking for some Documentation on Garage. For the basic purposes: -connection -queries

Re: [Pharo-users] [Pharo-dev] [ANN] QuickAccess for Pharo 5

2015-11-05 Thread Tudor Girba
Hi, Thanks for the reply. My reply is inlined below. It might appear that we are contradicting each other, but I am actually sure we are not :). > On Nov 4, 2015, at 11:54 PM, Torsten Bergmann wrote: > > Hi Doru, > > yes - but the concept of moldable tools is nothing new for Smalltalk - it's