Re: [Pharo-users] Best way to distribut a pharo application to end users ...

2016-07-18 Thread Alexandre Bergel
Hi Patrick,Monticello packages are good for versioning your applications. If you wish to distribute an application to endusers, best is to bundle an package with the image. The enduser simply has to download one big file (the bundle), and double click to open it. Hope it helps.AlexandreOn Jul 17, 2

Re: [Pharo-users] Shortcuts for navigation history in Pharo5

2016-07-18 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi Stef, I was wrong, the descriptions exist in the Keymap Browser, but their shortcut name are "next" and "previous". A better name is #goBackInTheNavigationHistory and #goForwardInTheNavigationHistory so the selector could be NautilusUI class>>buildHistoryShortcutsOn: aB

[Pharo-users] Feedback wanted

2016-07-18 Thread Alexandre Bergel
Dear Friends and Colleagues, Agile Visualization has now entered the last reviewing phase. The book will soon be available for sell. Feedback is highly welcome. http://AgileVisualization.com Kind regards, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://

Re: [Pharo-users] Dynamic visualzation and analysis of tweets

2016-07-18 Thread Alexandre Bergel
This is great to see this happen! Alexandre > On Jul 15, 2016, at 11:59 PM, Arturo Zambrano > wrote: > > Hi All, > please check this> > > https://youtu.be/VL14jTDvRaY > > this is Agustin Meriles's work for his master thesis. We want to share this > with the community and a big *thank yo

Re: [Pharo-users] Shortcuts for navigation history in Pharo5

2016-07-18 Thread Ben Coman
Thanks Davide. If its not too much trouble and you'd like to learn a bit more about the contribution process, could you submit your fix following the instructions at [1]. Create two issues, one with Milestone=Pharo5, and a subcase with Milestone=Pharo6. Policy is for fixes to be integrated to Pha

[Pharo-users] Spec, Icons in subclasses of ComposableModel

2016-07-18 Thread Marion Noirbent
Hi, In the issue 18742 add class to manage focusorder, Peter Uhnák says: " The idiomatic way of creating icons should be either #smallBackIcon asIcon (ideally) or the long-form (Smalltalk ui icons iconNamed: #smallBackIcon) " But there is a third way, ComposableModel defines iconNamed: like th

Re: [Pharo-users] Spec, Icons in subclasses of ComposableModel

2016-07-18 Thread stepharo
Le 18/7/16 à 14:12, Marion Noirbent a écrit : Hi, In the issue 18742 add class to manage focusorder, Peter Uhnák says: " The idiomatic way of creating icons should be either #smallBackIcon asIcon (ideally) or the long-form (Smalltalk ui icons iconNamed: #smallBackIcon) " But there is a thi

Re: [Pharo-users] Spec, Icons in subclasses of ComposableModel

2016-07-18 Thread Peter Uhnák
In that case it should be either self iconNamed: #smallBackIcon or #smallBackIcon asIcon that is — to avoid directly asking global singletons. This is similar to Theme, where one should not always ask Smalltalk ui theme, but instead have a single reference to it and ask "self theme". As for whic

Re: [Pharo-users] Image not starting

2016-07-18 Thread stepharo
Thanks for the suggestion. It is probably the case. Le 17/7/16 à 23:27, Nicolai Hess a écrit : Hi Valentin, Ithink you can not print to stdout during shutdown and restart. It will end in a Loop of writing to stdout, throwing an exceptions because it can not write and trying to log the error o

Re: [Pharo-users] Shortcuts for navigation history in Pharo5

2016-07-18 Thread stepharo
Hi ben It is better to copy the fix in both repositories. Stef Le 18/7/16 à 11:53, Ben Coman a écrit : Thanks Davide. If its not too much trouble and you'd like to learn a bit more about the contribution process, could you submit your fix following the instructions at [1]. Create two issues,

Re: [Pharo-users] Image not starting

2016-07-18 Thread Valentin Ryckewaert
Hello, with Pavel we tried to print with a lot of methods but it didn't work, i'm searching the source of the problem manually. 2016-07-18 14:32 GMT+02:00 stepharo : > Thanks for the suggestion. It is probably the case. > > Le 17/7/16 à 23:27, Nicolai Hess a écrit : > > Hi Valentin, Ithink you c

[Pharo-users] How learning Smalltalk can make you a better developer

2016-07-18 Thread horrido
A new article on Smalltalk has been published at TechBeacon: How learning Smalltalk can make you a better developer . Hopefully, it will go viral. -- View this message in context: http://forum.world.st/How-learning-

Re: [Pharo-users] How learning Smalltalk can make you a better developer

2016-07-18 Thread Ben Coman
On Mon, Jul 18, 2016 at 9:19 PM, horrido wrote: > A new article on Smalltalk has been published at TechBeacon: How learning > Smalltalk can make you a better developer > > . Hopefully, it will go viral. Good to see a ni

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-18 Thread Dale Henrichs
On 07/17/2016 11:19 AM, Cyril Ferlicot D. wrote: Le 14/07/2016 à 21:49, Dale Henrichs a écrit : Depending on the version of Pharo you are using, at some point in time, I expect this new release of Metacello to be available in the standard download. Until then, to install the latest version of

Re: [Pharo-users] Image not starting

2016-07-18 Thread Nicolai Hess
2016-07-18 14:36 GMT+02:00 Valentin Ryckewaert < valentin.ryckewa...@gmail.com>: > Hello, > > with Pavel we tried to print with a lot of methods but it didn't work, i'm > searching the source of the problem manually. > What do you mean witth: "tried to print with a lot of methods" ? You can not

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-18 Thread Cyril Ferlicot D.
Le 18/07/2016 à 20:33, Dale Henrichs a écrit : > > Hello Cyril, > > This appears to be related to the fact that the class comment file > (README.md) is unexpectedly missing from your download ... Since the > file is present on GitHub[1] ... perhaps the download from failed in an > odd way without

[Pharo-users] Visual coding with Pharo

2016-07-18 Thread Dimitris Chloupis
I am having a ton of fun doing visual coding with Unreal engine's visual coding language "Blueprint" which a full blown live programming language. Was wondering what Pharo has to offer on this field I know about Phratch Is there anything else ? I would like try to play around with this concept. I

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-18 Thread Dale Henrichs
Cyril, This is a FileTree issue[1] and the Pharo ports are maintained by Thierry Goubier so include @ThierryGoubier in the body and he will see the issue .. I believe that the Pharo6.0 port is in progress as there is only a dev branch for Pharo6 at the moment[2]. Dale

[Pharo-users] Twitter Data Selfies: Our next project/problem for the upcomming Data Week.

2016-07-18 Thread Offray Vladimir Luna Cárdenas
Hi, I just want to let you know that we will be starting our next Data Week in few days. It's a 6 days intensive hackathon-workshop split in two sessions from Thursday to Saturday each one in. Next one will be on Jul 21 to 23 and Jul 28 to 30. As usual, we work with an approach from data acti

Re: [Pharo-users] Image not starting

2016-07-18 Thread Valentin Ryckewaert
We tried to put it in a file, print in in stdout, put it as an display in the image 2016-07-18 21:48 GMT+02:00 Nicolai Hess : > > > 2016-07-18 14:36 GMT+02:00 Valentin Ryckewaert < > valentin.ryckewa...@gmail.com>: > >> Hello, >> >> with Pavel we tried to print with a lot of methods but it di