Thanks, Noury.

 

I got PharoJS baseline to load into a Widows 10 Pharo 7.0 64-bit, but the Launcher is still flaky.�� With the folder now moved (to where paths will be shorter and workable), I don���t see the newly created images in the right pane.�� I have to cycle the Launcher for that to happen.�� In any case, the load worked and I can test on Windows 10 now.

 

Can someone please work on the installer and the problem of changing directories using Launcher Settings (and saving the image more explicitly).�� I���ll be available for testing if that helps.

 

Thanks.

 

 

Shaping

 

From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Noury Bouraqadi
Sent: Monday, 7 October, 2019 09:03
To: Any question about pharo is welcome <pharo-users@lists.pharo.org>
Subject: Re: [Pharo-users] Pharo: Git and GUI speed; JS widget reuse in PharoJS

 

 



On 7 Oct 2019, at 15:27, Shaping <shaping@uurda.org> wrote:

 

How does PharoJS deal with the JS reuse issue?   There are lots of JS widgets out there that we would just like to use, but we don���t want to read JS if we don���t have to.  There are many wheels to reinvent, or at least recode in DSL, if I understand the PharoJS scheme correctly, but I may not.

 

PharoJS allows to reuse existing JS libraries.

 

That���s encouraging.   Where is the most up-to-date tutorial on how to build an app in PharoJS using 3rd-party JS libs?

 

The ESUG 2018 presentation with the MatterJs Demo is what you are looking for

https://pharojs.github.io/doc.html

 

Noury