[Pharo-users] Deadline Approaching : ESUG Innovation Technology Awards 2019

2019-08-07 Thread N. Bouraqadi
Hi everyone,

Reminder: the deadline is Sunday August 18. 

> Begin forwarded message:
> 
> From: "N. Bouraqadi" 
> Subject: ESUG Innovation Technology Awards Call for submissions
> Date: 9 July 2019 at 16:08:49 CEST
> To: Board ESUG , Any question about pharo is welcome 
> 
> 
> Dear Smalltalkers,
> 
> Developers are invited to submit their Smalltalk-related project to the 16th 
> edition of the ESUG Innovation Technology Awards.
> The top 3 teams with the most innovative software will receive, respectively, 
> 500 Euros, 300 Euros and 200 Euros. 
> 
> Submit now! 
> 
> Instructions are available at: 
> https://esug.github.io/2019-Conference/awardsCall2019.html 
> 
> 
> Noury


[Pharo-users] Pharo 1.4 porting

2019-08-07 Thread dario.trussardi65
Ciao,

i have a old

Pharo1.4
Latest update: #14445

run on MacBook with Mac OS X 10.7.5 ( Lion ).

In this system the Pharo image run fine.


I copy the relative folder on a MacBook  with Mac OS X 10.14.6  ( 
Mojave ).

Now in this system,

when i double click on the relative folder icon  the system 
open a empty black foreground window.

The System Application don't  report any Pharo application.

I need to register - install a Pharo application?


In this last system i also copy  a Pharo GemTools-1.0-beta.8.7-3101 
folder.

It run without problem.

Any consideration is welcome.

Thanks,

Dario


Re: [Pharo-users] Can I control the location of the PharoDebug.log

2019-08-07 Thread Dale Henrichs
I've finally been able to answer my own question. Execute the following 
and no more PharoDebug.log and no more stack dump to stdout/stderr (I'm 
not exactly sure which debugger is being used, so I set both for good luck):


    DebugSession logDebuggerStackToFile: false.
    GTGenericStackDebugger logDebuggerStackToFile: false.

While writing this message I found that there does appear to be a 
setting that controls this (I used the double click trick on "Log file 
name" and followed it to the above messages), but I haven't actually 
tested it:):


On 7/31/19 4:58 PM, Dale Henrichs wrote:
It appears that the PharoDebug.log can be dropped into the directory 
from which a Pharo image is launched ... I would have expected it to 
be dropped into the local directory, but that does not appear to be 
the case ...


I've looked in the Settings Browser and there does not appear to be a 
way to influence the location of the PharoDebug.log.


I am currently using the `st` command line handler if that is important.

I've googled for PharoDebug.log to no avail.

Any help will be appreciated,

Dale



Re: [Pharo-users] Can I control the location of the PharoDebug.log

2019-08-07 Thread Torsten Bergmann
Dale wrote:
>I used the double click trick on "Log file name" and followed it to the above 
>messages

for the records:

Beside double click you can also right click on a setting and select "Browse" 
to find
where it is implemented. You can then also "Save" the current settings.

The settings framework is described here: 
http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/Settings.pdf

Bye
T.





Re: [Pharo-users] Can I control the location of the PharoDebug.log

2019-08-07 Thread Dale Henrichs


On 8/7/19 11:32 AM, Torsten Bergmann wrote:

Dale wrote:

I used the double click trick on "Log file name" and followed it to the above 
messages

for the records:

Beside double click you can also right click on a setting and select "Browse" 
to find
where it is implemented. You can then also "Save" the current settings.

The settings framework is described here: 
http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/Settings.pdf

Bye
T.


Thanks for the additional information Torsten ... now that you point out 
the Browse menu, I see that it and double click do the same thing:


Back when I was looking for help with the my weird local directory 
problem and remembered the "double click trick", I interpreted the 
'browse` menu item to be mean 'browse the local directory' not 'browse 
the code the code that implements the settings' ... my bad:)


Dale

Dale



[Pharo-users] Desktop - just try ...

2019-08-07 Thread Torsten Bergmann
|image|
image := ZnEasy getJpeg: 
'http://www.bing.com/th?id=OHR.NubbleLight_EN-US4307721919_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp'.

World
  backgroundImage: image
  layout: #scaled.