Re: [Pharo-users] Athens and ellipse drawing

2014-04-12 Thread Pharo4Stef
AthensSceneView new scene: [ :can | | path | path := can createPath: [ :builder | builder absolute;

[Pharo-users] Fwd: [Esug-list] 2nd Visualization Contest with Roassal

2014-04-09 Thread Pharo4Stef
Begin forwarded message: > From: Alexandre Bergel > Subject: [Esug-list] 2nd Visualization Contest with Roassal > Date: 9 Apr 2014 23:46:52 GMT+2 > To: ESUG Mailing list > > Dear colleagues and friends, > > We are happy to announce the Second Visualization Contest with Roassal. > > What can

[Pharo-users] What about a Pharo day in May-June?

2014-04-08 Thread Pharo4Stef
Hi guys I think that it would be great to organize a gathering/talks/show me your stuff/networking day before spring. What do you think that this idea? We could host it at Lille. Stef

Re: [Pharo-users] Error: No factory specified

2014-04-08 Thread Pharo4Stef
Not really. This is strange. Stef > I'm trying to load a Metacello Configuration I use in Pharo 2 into a brand > new Pharo 3 image. > > However I'm getting an error when attempting to load it, and it opens the > emergency evaluator. > > In the console I see following stack, which repeats ove

Re: [Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-04-08 Thread Pharo4Stef
In VW there is the concept of object bodies and head now we will eventually have that with Spur. Maybe clement explained it somewhere in his blog (I understood the point once and of course I forgot). Now I wonder what changed so much between 1.2 and 3.0 > >> Yes, #become: is *very* slow in Pha

Re: [Pharo-users] changes and sources file availability

2014-04-06 Thread Pharo4Stef
You should send a fix so that we can control the message to show up or not. Damien did a lot of clean to make sure that we can run Pharo in a readyonly folder but there are more cases probably to handle. Stef On 06 Apr 2014, at 14:16, Hilaire Fernandes wrote: > You can remove the .source file

Re: [Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-04-06 Thread Pharo4Stef
On 05 Apr 2014, at 23:35, Joachim Geidel wrote: > Hi Igor, > > thanks a lot, your analysis is correct, and it helped. > > Am 05.04.2014 um 17:05 schrieb Igor Stasenko: >> so, without going deep into implementation details, just by reading comment >> i can already see potential bottleneck - us

Re: [Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-04-05 Thread Pharo4Stef
Joachim would you be interested to write a little Chpater for the Pharo for the entreprise book? I can help. Ste On 05 Apr 2014, at 14:32, Joachim Geidel wrote: > Am 31.03.2014 um 21:25 schrieb Tudor Girba : >> Now, the next question. I saw that it is possible to enable callbacks, but I >>

Re: [Pharo-users] deep into pharo(esug 2013) translate to korean draft version.

2014-04-01 Thread Pharo4Stef
Thanks a lot Once you have a pdf version we can put it on the website. Stef On 02 Apr 2014, at 04:20, peter yoo wrote: > http://trans.onionmixer.net/mediawiki/index.php?title=DeepintoPharo > > > this book translate to korean. but draft now. > have a time then read and fix more. > > > thanks

Re: [Pharo-users] Tiny-social meeting in Buenos Aires

2014-04-01 Thread Pharo4Stef
cool idea. stef On 31 Mar 2014, at 16:16, Esteban Lorenzano wrote: > Hi, > > As some of you know, I’m on vacations in Buenos Aires. Last days I was > talking with the other Esteban of this list and with Hernan about doing a > Pharo meeting to talk about the upcoming Pharo3 and well… to soci

Re: [Pharo-users] Pharo 1

2014-03-31 Thread Pharo4Stef
On which os are you? The new image on mac should be under the ressources folder and the script just opens the default one. > > Im busy with book 1 and I work with version 1 > Now this morning I did some changes and save it under a name. > > But when I just start up Pharo I see the pharo1.img a

Re: [Pharo-users] challenges

2014-03-31 Thread Pharo4Stef
Why dont you start to take some of the 99 python problems and build a 99 Pharo problems it would be really fun and useful. I would love to have a little list of kata and exercises. Stef On 31 Mar 2014, at 17:38, Roelof Wobben wrote: > Hello, > > I almost get book 1 ready. > > Now I wonde

Re: [Pharo-users] How to draw a Morph with Athens?

2014-03-30 Thread Pharo4Stef
On 30 Mar 2014, at 17:34, MartinW wrote: > Igor Stasenko wrote >> u you u no draw morphs by athens :) >> >> - use AthensWrapMorph. >> put as many submorphs into it, and they all will be drawn via Athens. >> eventually, the need in wrap morph will disappear once WorldMorph (the >> root >> of all

Re: [Pharo-users] example does not work

2014-03-29 Thread Pharo4Stef
start with the image with the book :) because after all the tools are easy to grasp. Stef On 29 Mar 2014, at 21:34, Roelof Wobben wrote: > Pharo4Stef schreef op 29-3-2014 21:12: >> do not hesistate to ask questions. >> and have fun :) >> stef >> > > Thanks,

Re: [Pharo-users] 64 bit version

2014-03-29 Thread Pharo4Stef
On 29 Mar 2014, at 21:16, Roelof Wobben wrote: > Pharo4Stef schreef op 29-3-2014 21:07: >> >> >>> Pity. >> >> You know there is no magic powder. We are already really grateful that eliot >> is pushing the vm work. >> Esteban will help on the

Re: [Pharo-users] example does not work

2014-03-29 Thread Pharo4Stef
do not hesistate to ask questions. and have fun :) stef On 29 Mar 2014, at 20:58, Roelof Wobben wrote: > Thanks, I see what I forget. > > I have to learn to select it and then do it. > Maybe for me its better I follow the interactive tutorial first. > As soon as I figured it out how to make it

Re: [Pharo-users] 64 bit version

2014-03-29 Thread Pharo4Stef
> Pity. You know there is no magic powder. We are already really grateful that eliot is pushing the vm work. Esteban will help on the 64 bits and clement probably too or spur and new bytecodes plus language side optimisations. If we could pay 3 full time engineers in the future… but this is

Re: [Pharo-users] 64 bit version

2014-03-29 Thread Pharo4Stef
no yet. Planned for the end of the year. Stef > Hello, > > Is there a 64 bit version of Pharo. > I use a 64 bit version without the 32 bit libraries so no multilib > > Roelof > >

Re: [Pharo-users] [Pharo-dev] New website about Spec - http://spec.st

2014-03-28 Thread Pharo4Stef
Thanks ben This is really to see my ideas coming to live ;D > > I am glad to announce (even if Philippe already let the cat out :P) a website > dedicated to Spec: http://spec.st. > You can find a quick introduction, documentation (mainly what is now in the > Pharo For The Enterprise book), and

Re: [Pharo-users] [ANN] Application Security for your domains

2014-03-28 Thread Pharo4Stef
the linke o your blog leads to http://www.smalltalkhub.com/#%21/%7Ehernan/ApplicationSecurity On 28 Mar 2014, at 00:58, Hernán Morales Durand wrote: > Hello guys, > I'm doing a double announcement here. > > First, a new blog about development with Pharo, and Smalltalk: > > http://807381632

Re: [Pharo-users] new website about Artefact

2014-03-27 Thread Pharo4Stef
> Is there any interest or plan in porting Artefact to other Smalltalk > dialects? We would prefer to improve it :) and build on top. > I image there would be few dependencies to deal with, like UnitValue. > > I've worked with PDF4Smalltalk on VW, but porting it proved be a challenge > beca

Re: [Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-03-27 Thread Pharo4Stef
EXCELLENT Thanks for this important contribution. Stef On 25 Mar 2014, at 19:59, Joachim Geidel wrote: > Hi everybody, > > JNIPort for Pharo 3.0 alpha is now available at SmalltalkHub. > > JNIPort is a Smalltalk library which allows Java code to be invoked from > Smalltalk. It acts as a

Re: [Pharo-users] Configuration Browser

2014-03-22 Thread Pharo4Stef
Yes we asked engineer positions to build such kind of infrastructure but it was rejected so… > >There is no easy solution > > A step along the way would be that CI job uploading the equivalent in > STON/JSON format to files.pharo.org (maybe .../updates/catalog or > .../extra/catalog) > Hav

Re: [Pharo-users] Phratch Website + version 3.0 in dev

2014-03-20 Thread Pharo4Stef
> > - version 3.0 is the version in development. What is new here: Before > > this version Phratch was really slow. I am cleaning the code, and now it > > begins to be fast, really fast ! We also begun to write tests. > > I am curious. What did you finally find out for speed up? > > Hum, some cr

Re: [Pharo-users] Pharo 3.0 image shrink

2014-03-16 Thread Pharo4Stef
o get it down to >> about 10MB for DrGeo release image. >> >> So, in the mean time, I will take a try with your suggestion and see how >> the cleaning for 1.4 worked now. >> >> Thanks >> >> Hilaire >> >> >> Le 15/03/2014 18:39, P

Re: [Pharo-users] Pharo 3.0 image shrink

2014-03-15 Thread Pharo4Stef
Hi hilaire pay attention unloading is a pain (this is why unreloader does not try to nicely unload). The goal of unreloader is to make sure that we get good configuration to load from pavel mini image. Now unreloader does crash the vm on mac. So comment the checkState method and normally you sh

Re: [Pharo-users] CI Job for Smacc

2014-03-14 Thread Pharo4Stef
damien spent some time but was kicked out by the slave and lost time … So we will redo it later:) On 14 Mar 2014, at 16:04, Goubier Thierry wrote: > No, there isn't any CI job for SmaCC. It could be nice :) > > Thierry > > Le 14/03/2014 15:57, Damien Cassou a écrit : >> Hi guys, >> >> is th

Re: [Pharo-users] [Moose-dev] CodeCity

2014-03-11 Thread Pharo4Stef
Hi richie This is really cool. Do you use NBOpenGL? I have another question why Moose is a prerequisite? We have ring and Smalltalk classes and methods objects so it would be nice to have an API that lets people use different kinds of objects as city. Stef On 11 Mar 2014, at 14:29, Richard

Re: [Pharo-users] SNMP and Pharo

2014-03-02 Thread Pharo4Stef
http://www.esug.org/data/ReportsFromNiallRoss/NiallRossESUG2012Report.pdf ask norbert :) On 02 Mar 2014, at 13:21, p...@highoctane.be wrote: > Is there any package to read SNMP stuff from Pharo? > > TIA > Phil >

[Pharo-users] Fwd: SNMP and Pharo

2014-03-02 Thread Pharo4Stef
Begin forwarded message: > From: Stéphane Ducasse > Subject: Re: [Pharo-users] SNMP and Pharo > Date: 2 Mar 2014 13:27:00 GMT+1 > To: Any question about pharo is welcome > > http://forum.world.st/squeak-dev-SNMP-in-smalltalk-td78845.html > > Stef > >> Is there any package to read SNMP stuff

Re: [Pharo-users] Multiple Browsers

2014-02-27 Thread Pharo4Stef
can you open a bug entry? Stef On 28 Feb 2014, at 05:49, b...@openinworld.com wrote: > b...@openinworld.com wrote: >> >> Pharo4Stef wrote: >>> >>> On 27 Feb 2014, at 11:22, Thomas Worthington >>> wrote: >>> >>> >>>&g

Re: [Pharo-users] Snippet for demo - being in control moving the Pharo logo

2014-02-27 Thread Pharo4Stef
On 28 Feb 2014, at 05:03, b...@openinworld.com wrote: > As a general rule, people feel more confident about systems they can control. > So I was thinking this might be a good snippet for demos to give that sense > of control. > > "Evaluate one line at a time." > logo := ActiveWorld submorphs

Re: [Pharo-users] Multiple Browsers

2014-02-27 Thread Pharo4Stef
On 27 Feb 2014, at 11:22, Thomas Worthington wrote: > Is it expected that two browsers open on the same class don't reflect the > same state if one of them is used to edit the class? What do you mean exactly? Normally the two browser should let you browse the same class differently but the cl

[Pharo-users] Pharo-Business: a new mailing-list

2014-02-26 Thread Pharo4Stef
Dear Pharoers and Smalltalkers from all over the world We would really like to push business in our community and we believe that it is important to create a community around business questions. We created a new mailing-list http://lists.pharo.org/mailman/listinfo/pharo-business

Re: [Pharo-users] Which one should I download?

2014-02-26 Thread Pharo4Stef
us what you do exactly. Record a video if necessary. We want to chase these bugs if any. Stef > > regards > > robert > spelling via Google gmail > > > > > > On 26 February 2014 09:07, Pharo4Stef wrote: > robert > > Are you sure that you re

Re: [Pharo-users] Which one should I download?

2014-02-26 Thread Pharo4Stef
robert Are you sure that you really use the latest version? Because I do not see why opening a window would be platform specific and I could not reproduce this problem. So do you have a real way to reproduce the problem? can you send us the debuglog? And BTW Pharo is our and your system and we

Re: [Pharo-users] New methods for the String class

2014-02-26 Thread Pharo4Stef
> > We can have an information retrieval API for aproximate string matching, i.e. > Levenshtein distance (already implemented, various versions), Hamming > distance, both are the most used and simplest edit distances. > Then you have Longest common subsequence, Longest common substring (they are

Re: [Pharo-users] [Pharo-dev] New methods for the String class

2014-02-24 Thread Pharo4Stef
Daniela you should try the method finder open it and select the example in the dropbox then you can type examples and see if a method already implement it for example ‘abcab’ . ‘a’ . ‘bcb' shows that copyWithoutAll: is the method. but it expects a character as second argument ‘abcab’ . $a . ‘

[Pharo-users] I love the new catalog and now you can create the metadata easily :)

2014-02-10 Thread Pharo4Stef
Yes click that link: https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? So I imagine that you are all like me: you are too busy to add the correct information because you do not know what/how/. So I created a little class: called CatalogAdder for you and me

Re: [Pharo-users] Xs&Os game

2014-02-09 Thread Pharo4Stef
Hi mark I read a bit your code It is nice for a first project Here are some feedback. I suggest that you take into account the easy one and produce a new version and if you want to train your skills you try to see how to address the difficult ones. Stef - Add it in the class co

Re: [Pharo-users] [Pharo-dev] for those not in the smalltalk-gsoc-mentors mailing-list nor in esug

2014-02-08 Thread Pharo4Stef
ogle.com/forum/#!forum/smalltalk-gsoc-mentors > > All mentors with voting rights on past GSoCs please join back to this > mailing list and help with debate: > > https://groups.google.com/forum/#!forum/smalltalk-gsoc-mentors/join > > Best regards > Janko > > > Dne

[Pharo-users] for those not in the smalltalk-gsoc-mentors mailing-list nor in esug

2014-02-08 Thread Pharo4Stef
I’m sorry to have to forward you this kind of mail but I do it. I will not send other emails on the topics. Stef Dear community On the smalltalk-gsoc-ment...@googlegroups.com janko is kind of declaring that ESUG was not doing a good job managing GSOC. We feel insulted and we are quite concer

[Pharo-users] Nice chapter on NativeBoost

2014-02-07 Thread Pharo4Stef
Hi guys today igor helped me to understand some hidden part of NativeBoost and we massively revisited and expanded the chapter started by L. Laffont this summer. Now you this is up to you to expand your knowledge :) It was really fun to get the X11 window resize and move :) https://ci.inria.fr

Re: [Pharo-users] Please help beta test Pharo 3.0 NOW !

2014-02-07 Thread Pharo4Stef
tx sven On 07 Feb 2014, at 12:07, Sven Van Caekenberghe wrote: > Dear fellow Pharoers, > > > Pharo 2.0 was released in March 2013, after which development of Pharo 3.0 > started. Since December 2013 we stopped adding new features and started > concentrating on fixing bugs. We plan to release

Re: [Pharo-users] a BitSet class

2014-02-06 Thread Pharo4Stef
torsten could you check that all your examples are really covered in the deepintopharo chapter about little numbers? Else we should add them. Stef On 06 Feb 2014, at 16:08, Torsten Bergmann wrote: > Hi Pablo, > > can you be more specific why you need a BitSet class other than convinience? >

Re: [Pharo-users] Spec question

2014-02-05 Thread Pharo4Stef
hi glenn were are you located? Because if you are around lille you should come to hack with us :) Stef On 05 Feb 2014, at 11:54, Glenn Cavarlé wrote: > Hi, > I have looked at the TreeModel class and it's not exactly that i seek. > The idea is rather something like that : > > MyListModel>>initi

Re: [Pharo-users] Spec question

2014-02-04 Thread Pharo4Stef
> Hi all, > i'm new (first post) and my english is very poor so please don't blame me > :). same as ours :) and we do not care so welcome and do not hesitate to ask question and have fun with us and pharo :) > I would like to use Spec for display a collection of domain objects and i > would lik

Re: [Pharo-users] Xs&Os game

2014-02-04 Thread Pharo4Stef
Thanks damien It was on my todo :) Mark will come to visit us this summer :) Stef On 04 Feb 2014, at 17:37, Damien Cassou wrote: > > On Mon, Feb 3, 2014 at 11:39 AM, Маркіян Різун wrote: > As a novice in pharo, waiting for comments and advice. > Сritique is welcome too ;) > > random comment

Re: [Pharo-users] Instance-specific behavior

2014-02-04 Thread Pharo4Stef
Have a look at my old JOOP paper on message passing control - you can have anonymous subclasses where you compile some methods+ changeclass. Stef On 04 Feb 2014, at 19:30, Sean P. DeNigris wrote: > What would be the best way (as an experiment) to change the behavior of just > one

Re: [Pharo-users] Could Pharo be more idiot-proof?

2014-02-03 Thread Pharo4Stef
> I have just done something stupid, so this is just letting off steam (and > maybe looking for someone else to blame!). Don’t worry. :) > I have been playing with Moose (version 4.8), mainly because I want to > experiment with PetitParser. I am struggling a bit, but getting somewhere I > th

Re: [Pharo-users] iStoa, some new

2014-02-02 Thread Pharo4Stef
I did not fully check but the code should be here: http://www.squeaksource.com/Cresta.html On 02 Feb 2014, at 18:29, Pharo4Stef wrote: > > On 02 Feb 2014, at 17:39, Alain Busser wrote: > >> Hi Hilaire, >> >> The instructions are written in small characte

Re: [Pharo-users] [Pharo-dev] Yet another week of commits

2014-02-01 Thread Pharo4Stef
So it looks like a useful service :) > Websense categorizes "association.pharo.org" as "sex". > > > On Fri, Jan 31, 2014 at 10:56 AM, Pharo4Stef wrote: > Another week of improvements > > http://association.pharo.org/web/weekly/Commits-Jan-3 > > stef >

[Pharo-users] Yet another week of commits

2014-01-31 Thread Pharo4Stef
Another week of improvements http://association.pharo.org/web/weekly/Commits-Jan-3 stef

Re: [Pharo-users] Greetings and (re)introduction

2014-01-29 Thread Pharo4Stef
Hi Michael Welcome! We are proud, happy and feel responsible :). Let us know how we can support your business (in terms of missing libs or other - we cannot promise anything but raising the signal is important). I imagine that you saw that we designed a consortium http://consortium/pharo.org t

Re: [Pharo-users] News Page

2014-01-29 Thread Pharo4Stef
Thanks Jon For us this is an excellent news :) We plan to migrate soon and rethink it. > Hi, > > Just in case it’s not known … the News page is so long, it grinds my > admittedly not so new PC to a halt. Win XP with 1G mem using latest firefox. > Could the page be partitioned in some way … >

Re: [Pharo-users] Open a Browser Selector of Class

2014-01-29 Thread Pharo4Stef
>>> Smalltalk tools browser openOnMethod: Object>>#name >>> >>> that works too >> >> Except that you chose a method that must die as an example ;-) > > it’s a tribute. > last wishes of a condemned method… another victory in perspective :)

Re: [Pharo-users] Open a Browser Selector of Class

2014-01-28 Thread Pharo4Stef
Sean I tried to fix the Browser but it is broken and the code is terrible. I developed OndoBrowser (the minimal one I could do: just two lists and a pane) it is in my petitBazards account because I wanted to be able to browse code when any clever browser is not in the image. My plan is to de

Re: [Pharo-users] Life, Ukraine, Developers

2014-01-28 Thread Pharo4Stef
Thanks for sharing it Stef On 27 Jan 2014, at 18:25, Sven Van Caekenberghe wrote: > http://www.slideshare.net/NazarBartosik/what-is-really-happening-in-ukraine > > Pretty scary. > > On 22 Jan 2014, at 19:06, Yuriy Tymchuk wrote: > >> My dear Pharo friends, >> >> I have no idea if you are a

Re: [Pharo-users] SourceCity on Delphi code

2014-01-28 Thread Pharo4Stef
I know that jb updated the code some days ago but no more. Ronie wanted to split NBOpenGL / Roassal in three separate packages But I do not know the status of that, On 28 Jan 2014, at 14:36, Stephan Eggermont wrote: >

[Pharo-users] Commits of two last week

2014-01-27 Thread Pharo4Stef
http://association.pharo.org/web/weekly/Commits-Jan-1

[Pharo-users] Pharoers in San Francisco

2014-01-26 Thread Pharo4Stef
Hi guys I will visit San francisco and I was wondering if some of you are living there. Because we could meet. Stef