Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread Sean P. DeNigris
kilon.alios wrote > I dont get why we need zoomable and infinitable scrollable pasteupmorph, I need an IDE that does not cram my self expression into a multi-paned browser. PasteUpMorph is an implementation detail that I'd be happy to upgrade if there's something better. - Cheers, Sean -- V

Re: [Pharo-users] OSProcess command never ends

2014-11-02 Thread David T. Lewis
On Sun, Nov 02, 2014 at 07:28:44PM -0500, Offray Vladimir Luna C??rdenas wrote: > Thanks David and Juan, > > I was trying to run a pandoc conversion from markdown to html and I had > an error inside my command. Once corrected it works without any problem > and generates the desired file. One not

Re: [Pharo-users] OSProcess command never ends

2014-11-02 Thread Offray Vladimir Luna Cárdenas
Thanks David and Juan, I was trying to run a pandoc conversion from markdown to html and I had an error inside my command. Once corrected it works without any problem and generates the desired file. One note on adding "exec" is that I get this message on the playground: "an ExternalUnixOSPro

Re: [Pharo-users] OSProcess command never ends

2014-11-02 Thread Juan Ignacio Vaccarezza
Hi Offray I had some issues controlling the process's life cycle and I fixed using the "exec" linux program. I'm using something like: OSProcess command: 'exec programToExecute'. Then I'm able to kill the process correctly and query the status. Hope it helps. Regards, Juan. On Sun, Nov 2, 2014

Re: [Pharo-users] OSProcess command never ends

2014-11-02 Thread David T. Lewis
On Sun, Nov 02, 2014 at 05:54:32PM -0500, Offray Vladimir Luna C??rdenas wrote: > Hi all. > > I'm having problems with OSProcess. When I run "OSProcess command: 'my > command'" on Linux, the Moose playground says that "an > ExternalUnixOSProcess with pid 20887 on /bin/sh (running)", but the > e

[Pharo-users] OSProcess command never ends

2014-11-02 Thread Offray Vladimir Luna Cárdenas
Hi all. I'm having problems with OSProcess. When I run "OSProcess command: 'my command'" on Linux, the Moose playground says that "an ExternalUnixOSProcess with pid 20887 on /bin/sh (running)", but the external process never ends. What I'm missing? Cheers, Offray

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread garduino
Ian Bartholomew-23 wrote > Thanks to you both for the confirmation about using the Windows files, it > will make things a lot simpler. > > Given the situation I imagine there are a number of ex Dolphin users > floating about here - Hi All. I noticed the, sadly, late Bill Schwab > posted here some

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread kilon alios
I shall continue using Dolphin though, the ability to create > Windows executables is too useful to give up. > > whats the difference with ziping the pharo folder and sending it to your user ? you can rename both the folder and then exe file., change the icon etc. And Pharo does not even need inst

Re: [Pharo-users] Bug? in Filein

2014-11-02 Thread Nicolai Hess
Actually it is a bug in FileOUT! 14377 FileOut creates invalid comment entries for classes with class side methods 2014-11-02 17:42 GMT+01:00 Nicolai Hess : > 2014-10-31 0:11 GMT+01:00 José Comesaña : > >> I see. But WATestError it is in the same pa

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread stepharo
Thanks to you both for the confirmation about using the Windows files, it will make things a lot simpler. Given the situation I imagine there are a number of ex Dolphin users floating about here - Hi All. I noticed the, sadly, late Bill Schwab posted here sometimes, and he was once as much a c

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread stepharo
On 2/11/14 19:45, Ian Bartholomew wrote: Hi All. I'm a long time (25+ years) Smalltalk user, but only 3 days using Pharo Welcome! so I'm still stumbling around a bit (lot). You will get there :) I have an app that I need to run on Windows and a Mac (possibly Linux at a later date). I've

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread Ian Bartholomew
Thanks to you both for the confirmation about using the Windows files, it will make things a lot simpler. Given the situation I imagine there are a number of ex Dolphin users floating about here - Hi All. I noticed the, sadly, late Bill Schwab posted here sometimes, and he was once as much a comm

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread garduino
Hi Ian: I know very well you (at least by the code that was very helpful to me on Dolphin!). Thanks for such contributions to the community! And yes, the image, changes and source are interchangeable between operating systems with no problems. -- View this message in context: http://forum.wor

Re: [Pharo-users] Porting to a MAC

2014-11-02 Thread kilon alios
no you should be fine, changes is OS-independent and so is the image, but you need the mac zip for all the other files, dynamic linked libraries and of course the executable binary. By the way you can install macos on windows via hackintosh and a VM like virtualbox so you can test this for yourself

[Pharo-users] Porting to a MAC

2014-11-02 Thread Ian Bartholomew
Hi All. I'm a long time (25+ years) Smalltalk user, but only 3 days using Pharo so I'm still stumbling around a bit (lot). I have an app that I need to run on Windows and a Mac (possibly Linux at a later date). I've ported the code over from Dolphin and got it working using Pharo 3.0 on my Windo

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread Thierry Goubier
Le 02/11/2014 16:29, Nicolai Hess a écrit : 2014-11-02 15:22 GMT+01:00 Thierry Goubier mailto:thierry.goub...@gmail.com>>: Le 02/11/2014 15:15, stepharo a écrit : I gave up on zoomability (with the idea to revisit after Athens is integrated), A

Re: [Pharo-users] Bug? in Filein

2014-11-02 Thread Nicolai Hess
2014-10-31 0:11 GMT+01:00 José Comesaña : > I see. But WATestError it is in the same package it is "Fileing", on line > 3284 and is referenced many times before. I am sorry I have not enough > knowledge about the internals to do more debugging. > > Seems to be a lack of coordination between FileOu

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread kilon alios
I dont get why we need zoomable and infinitable scrollable pasteupmorph, athens already can do this, scale things and pan things to infinitive and beyond , you apply morphic and voila. On Sun, Nov 2, 2014 at 5:29 PM, Nicolai Hess wrote: > 2014-11-02 15:22 GMT+01:00 Thierry Goubier : > >> Le 02/1

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread Nicolai Hess
2014-11-02 15:22 GMT+01:00 Thierry Goubier : > Le 02/11/2014 15:15, stepharo a écrit : > >> >> I gave up on zoomability (with the idea to revisit after Athens is >>> integrated), >>> >> >> Athens is integrated. Now if the community does not help redefining the >> drawnOn: methods using athens the

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread Thierry Goubier
Le 02/11/2014 15:15, stepharo a écrit : I gave up on zoomability (with the idea to revisit after Athens is integrated), Athens is integrated. Now if the community does not help redefining the drawnOn: methods using athens then it will not happen. And, speaking of infinite zoomability, you h

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread stepharo
I gave up on zoomability (with the idea to revisit after Athens is integrated), Athens is integrated. Now if the community does not help redefining the drawnOn: methods using athens then it will not happen. Stef but I hacked together an infinitely scrollable world, called ScrollableWorld

Re: [Pharo-users] Zoomable & Infinitely scrollable PasteupMorph

2014-11-02 Thread stepharo
Do you think Roassal can replace Morphic at all? No Stef 2014-09-16 20:07 GMT+04:00 Alexandre Bergel >: In the word “submorph” there are two important parts. “sub” and “morph”. Roassal support subelements, but only one morph is around, the trac