[Pharo-users] Re: Creating an SDL (OSWindow) window without showing the pharo interface

2021-05-02 Thread Russ Whaley
What folder do you need to reference? I’m assuming the VMS headless folder is the ./pharo? ... and Pharo.image is the path and image name for the particular image you want to use? On Sun, May 2, 2021 at 2:00 PM Russ Whaley wrote: > Thanks! Can’t wait to try it! > > On Sun, May 2, 2021 at 6:15

[Pharo-users] Re: Creating an SDL (OSWindow) window without showing the pharo interface

2021-05-02 Thread Russ Whaley
Thanks! Can’t wait to try it! On Sun, May 2, 2021 at 6:15 AM kmo wrote: > Russ - > > The trick is to put the --no-quit after the eval not before it. I was > putting it in the wrong place. > > This should work: > > ./pharo Pharo.image eval --no-quit "OSWindowWorldMorph new open" > > This works w

[Pharo-users] Re: [Pharo-dev] [ANN] Freezing Pharo 9 development right now :)

2021-05-02 Thread Noury Bouraqadi
Excellent news! On Apr 30 2021, at 11:04 pm, Esteban Lorenzano wrote: > Hi, > > So, today I was checking how much it is missing for release and what is our > status, and I realized if we do not freeze now, we will never release in a > reasonable time. > So, even if there are a couple of cleanup

[Pharo-users] Re: Creating an SDL (OSWindow) window without showing the pharo interface

2021-05-02 Thread kmo
Russ - The trick is to put the --no-quit after the eval not before it. I was putting it in the wrong place. This should work: ./pharo Pharo.image eval --no-quit "OSWindowWorldMorph new open" This works with the latest headless VM and Pharo 9. Hope this helps. Ken -- Sent from: http://for

[Pharo-users] Re: Creating a Spec -GTK window without showing the pharo IDE

2021-05-02 Thread kmo
Many thanks Estaban. All OK now. I forgot to add in the --no-quit but I would have put it in the wrong place anyway. I never thought it had to go after the eval. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html