Re: [Pharo-users] [launcher] to manage StartupLoader scripts

2014-02-09 Thread Damien Cassou
> The simplest first thing might be just having a button in Preferences which opened the appropriate system folder outside of Pharo - similar to how "Show in folder" works for images. You can expriment on this if you want. If the user has no script yet, you can propose to create a default one.

Re: [Pharo-users] Xs&Os game

2014-02-09 Thread Маркіян Різун
Thanks for comment. I'll fix all problems and change everything you mentioned, hope to succeed in it. Mark 2014-02-09 22:51 GMT+02:00 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 eas

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] The truth on GSOC, ESUG and bad attitude

2014-02-09 Thread Sven Van Caekenberghe
Luc, I think many people, if not most, including myself very much appreciate all the work that you and others have been doing behind the scenes. Thank you ! Things, even small ones, do not happen by themselves. Running an international organisation is not a small thing. ESUG certainly has a nic

Re: [Pharo-users] Pharo3 Status Video from Fosdem on Youtube

2014-02-09 Thread Sven Van Caekenberghe
On 09 Feb 2014, at 17:52, Marcus Denker wrote: > Hi, > > The Pharo3 Status presentation is online: > > https://www.youtube.com/watch?v=son_bhZ93ec > > > Marcus Thx, Marcus, very nice: the talk and the recording !

Re: [Pharo-users] Xs&Os game

2014-02-09 Thread kilon alios
"You mean that I should add some background on the place where the text is?" yes exactly. Try to hover the window over another window like a Nautilus window to see why thats a problem.

[Pharo-users] Pharo3 Status Video from Fosdem on Youtube

2014-02-09 Thread Marcus Denker
Hi, The Pharo3 Status presentation is online: https://www.youtube.com/watch?v=son_bhZ93ec Marcus

Re: [Pharo-users] Google Summer of Code is here, your ideas please!

2014-02-09 Thread Joachim Tuchel
Hi, so that's not exactly what i had in mind. In a portable git interface for Smalltalk code, menticello would be an optional plugin (just like store, envy, sts or whatever), but it would be self contained with a clever api to implant it into a dialect. Let's call it "git native" with plugs for

Re: [Pharo-users] [launcher] to manage StartupLoader scripts

2014-02-09 Thread btc
I agree the startup scripts are not too hard (I'm using them) - but they they tend to be set & forget, and sometimes I forget exactly where they fit in the file structure and have to go hunting for them.  The complete newbie might not even know they exist.  I am really thinking only of a text e

Re: [Pharo-users] Stupid Question

2014-02-09 Thread Clément Bera
The halo works on morphs. If you have an athens surface which is not in a morph, the halo does not work. Anyway this is a bug. 2014-02-09 4:27 GMT+01:00 Sean P. DeNigris : > David Harris wrote > > When I use the Move element of the halo, I get "MessageNotUnderstood: > > AthensDemoMorph>>passeng

Re: [Pharo-users] Xs&Os game

2014-02-09 Thread Маркіян Різун
2014-02-08 22:55 GMT+02:00 kilon alios : > I really like the GUI , is it just Morphic ? > Yes it is. Your impossible mode is quite easy to win. > Sure, because impossible and normal modes are about the same for now. Today or tommorow I will update game again, and it will be impossible to win.

Re: [Pharo-users] iStoa, some new

2014-02-09 Thread Hilaire Fernandes
If you want to test a specific activity (Etayage), you can execute the following code: e := EtayageNumber5 new. e playStep: 1. Hilaire Le 05/02/2014 18:59, Carlo a écrit : > Thanks, that seems to work. > > On 05 Feb 2014, at 12:38 PM, Hilaire Fernandes > wrote: > > What about: > > StoaApp c