Re: [Pharo-users] Boostrap for seaside : incorrect JQuery version

2019-02-08 Thread sergio ruiz
Just for the record, I am having the same problem.. On February 8, 2019 at 3:20:18 PM, Dominique Dartois (d...@dartois.org) wrote: Hi all I installed seaside + Bootstrap from the « Catalog Browser », following the tips at http://smalltalkhub.com/#!/~TorstenBergmann/ I run Pharo 7 64bits on MacOS

[Pharo-users] Boostrap for seaside : incorrect JQuery version

2019-02-08 Thread Dominique Dartois
Hi all I installed seaside + Bootstrap from the « Catalog Browser », following the tips at http://smalltalkhub.com/#!/~TorstenBergmann/ I run Pharo 7 64bits on MacOS. The demo doesn’t react to the mouse clicks. In fact Firefox debugger showed an incompatibility between Bootstrap and JQuery versio

[Pharo-users] 2d array gtInspectorPresentationOrder::

2019-02-08 Thread Ben Coman
What are the options for the Inspector to show a 3 x 3 array. For example... a := Array2D rows: 3 columns: 3 tabulate: [:r :c | (r * 10) + c ]. a inspect. cheers -ben

[Pharo-users] Trying to understand Developing with Pharo, Deploying with Gemstone/s

2019-02-08 Thread sergio ruiz
I have an app that is ready to deploy to alpha. I usually do this by creating a script that builds a minimal pharo image, and run that on a cloud server. I then use TelePharo to make any live tweaks that need to happen, and something like: ./pharo Pharo.image "/run/the/script" to keep run cron j

Re: [Pharo-users] [ANN] Pharo Launcher 1.6 released

2019-02-08 Thread Ben Coman
On Fri, 1 Feb 2019 at 21:28, Christophe Demarey wrote: > Hi all, > > Pharo Launcher 1.6 has just been released! It is available from > http://pharo.org/download. > > This new version introduces two major changes: > >- the list of template sources is now externalized as a Ston file. >Pharo

Re: [Pharo-users] Cryptography long filename in github repo causes error in Win 10 loading

2019-02-08 Thread Sabine Manaa
I am trying to convert the cryptography package to tonel. Take new pharo 7 image, load cryptograpy from github and then in iceberg I select "Extras->convert sources to tonel". I get this error ""'Method protocol ''crypto3.9compatibility'' for the method ''new'' in class ''ThirtyTwoBitRegister'' is

[Pharo-users] PharoLauncher image preferences (background, etc.)

2019-02-08 Thread Esteban Maringolo
Is there a way to disable the automatic loading of background pic and other preferences? I want new blank images to be that, blank, and customize each to provide a visual feedback that help me differentiate them at a quick look. I don't know if there are other preferences being copied as well. R

[Pharo-users] #pathString: sent to nil when loading with Metacello

2019-02-08 Thread Tim Mackinnon
Hi - I’m trying to pick up the Exercism project again - and when trying to come up with instructions for students to load a clean image from the command line (to fit in with their expectations from other tracks and show that Pharo is also capable of great command line foo) I get the error: #pat

Re: [Pharo-users] Pharo Launcher and Command Line

2019-02-08 Thread Christophe Demarey
Hi Sergio, > Le 5 févr. 2019 à 14:55, sergio ruiz a écrit : > > Hey, all. > > I REALLY dig the pharo launcher! this is a great addition. > > One quick question. > > How do i go about running a method from the command line? > > Specifically, I usually run something like: > > ./pharo Pharo.im