Re: [Pharo-users] Problem downloading images

2020-04-11 Thread Vitor Medina Cruz
OK, it downloaded perfectly on my cell phone with the same ISP connected. I did some testing, and the server is fine, now why my windows installation is failing to access this server is beyond me. I will try to figure out, but, anyways, it is not a problem with pharo server. On Fri, Apr 10, 2020

Re: [Pharo-users] Pharo 8: What is the VM doing when I am doing nothing?

2020-04-11 Thread PBKResearch
I think some of the mystery is due to my not exploring enough. As I said, I have two windows open when I am doing the test: the Pharo 8 welcome window and a playground which is opened on a cache file. I have now found that what happens depends on which is on top. If the welcome window is on

[Pharo-users] Using the compiler for scripts / logging statistics (learning)

2020-04-11 Thread Cédrick Béler
Hi, I’m playing with compiler with scripts. For instance: result := OpalCompiler new source: ‘3 + 1'; evaluate. result2 := OpalCompiler new source: 'self + 1'; receiver: 3; evaluate. I would eventually (as an

Re: [Pharo-users] Pharo 8: What is the VM doing when I am doing nothing?

2020-04-11 Thread Tim Mackinnon
Hi Peter - I had understood that this always a problem as Morphic is always polling for events (so am surprised you found an image where it’s not happening). I believe that recent work has almost got to a point where this can be resolved - there were some recent status reports on this, and

[Pharo-users] Pharo 8: What is the VM doing when I am doing nothing?

2020-04-11 Thread PBKResearch
Hello. I have noticed a curiosity when I am running Pharo 8 on Windows 10. I am in the habit of leaving the Task Manager open when I am working, and it seems that Pharo 8 is using the CPU when I am doing nothing. When the image - which is exactly as first loaded, with only the welcome window

Re: [Pharo-users] Thinking aloud about project at hand

2020-04-11 Thread Hilaire
Take a look at the DrGeo example app, it shows how to do that  (link bellow). Hilaire Le 11/04/2020 à 12:43, Tomaž Turk a écrit : I have one really silly question - when you create an app (with Spec2), how can you made it start automatically when the image starts, and avoid displaying the

Re: [Pharo-users] Thinking aloud about project at hand

2020-04-11 Thread Tomaž Turk
Many thanks guys, you all gave me quite interesting suggestions. I'll explore most of them regarding the stability and "compactness" of the final solution as regards the deployment. I have one really silly question - when you create an app (with Spec2), how can you made it start automatically