[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

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

2014-02-08 Thread Janko Mivšek
.. and of course my answer: Dear Smalltalkers, Stef is overreacting as always, going off-topic and don't want to see the real reasons behind this proposal. Which is to make GSoC attractive to all Smalltalkers by removing the last doubt about the any bias towards any Smalltalk or group. That's why

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

2014-02-08 Thread Pharo4Stef
Janko in fact I'thinking about it may be this is the time to propose a Pharo specific GSOC program. If they are enough people willing to do that we have an association with a real legal status ready for that. :) thanks for giving us the idea. Stef On 08 Feb 2014, at 11:34, Janko Mivšek wrot

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

2014-02-08 Thread Janko Mivšek
Dne 08. 02. 2014 11:40, piše Pharo4Stef: > Janko > > in fact I'thinking about it may be this is the time to propose a Pharo > specific GSOC program. > If they are enough people willing to do that we have an association with > a real legal status ready for that. > > :) thanks for giving us the ide

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

2014-02-08 Thread kilon alios
This is what I discussed with Damien. I imagined download the latest Pharo 3 image and have PharoLauncher automagically install my libraries to it. However on the other hand I decided not to work with it because Damien shown me how Startup scripts work and because its easy to create a Configuratio

Re: [Pharo-users] Xs&Os game

2014-02-08 Thread Маркіян Різун
Updated XsAndOsGame: added AI, also fixed some problems, that Damien mentioned in his comments. Btw, thanks to Damien, because I learned for myself a lot of new useful things. Note: The new version is XsAndOsGame (NOT Xs&OsGame) ! To play it type in workspace: XsAndOsGame new openInWorld. If you wa

Re: [Pharo-users] iStoa, some new

2014-02-08 Thread Hilaire Fernandes
Le 02/02/2014 17:39, Alain Busser a écrit : > Which yields me to an other question: Is there already voice synthesis > in Pharo? If yes, how many languages are implemented? You can rely on external resources of the host system. There are such package for Linux, and I guess for Windows and MacOSX t

[Pharo-users] Stupid Question

2014-02-08 Thread Bob Williams
I am exploring Morphs and I tried the following code: |sm ws| ws := WideString new: 5. ws wordAt: 1 put: 16r2264. ws wordAt: 2 put: 16r22C5. ws wordAt: 3 put: 16r2211. ws wordAt: 4 put: 16r2219. ws wordAt: 5 put: 16r221A. sm := SimpleSwitchMorph new. sm label: ws f

Re: [Pharo-users] Stupid Question

2014-02-08 Thread Hernán Morales Durand
Bring the halo menu. In Windows: Alt+Shift+Left click over the morph Cheers, Hernán 2014-02-08 14:12 GMT-03:00 Bob Williams : > I am exploring Morphs and I tried the following code: > > |sm ws| > ws := WideString new: 5. > ws wordAt: 1 put: 16r2264. > ws wordAt: 2 put: 16r22C5. >

Re: [Pharo-users] Stupid Question

2014-02-08 Thread Benjamin
sm delete ? Ben On 08 Feb 2014, at 18:12, Bob Williams wrote: > I am exploring Morphs and I tried the following code: > > |sm ws| > ws := WideString new: 5. > ws wordAt: 1 put: 16r2264. > ws wordAt: 2 put: 16r22C5. > ws wordAt: 3 put: 16r2211. > ws wordAt: 4 put: 16r2219.

Re: [Pharo-users] Stupid Question

2014-02-08 Thread Clément Bera
Hello, On Mac, I press Cmd + shift + mouse click and while keeping all these pressed I move the mouse, and it automatically create a rectangle selecting all the morphs inside. It allows to select multiple morphs which is much better in some cases. 2014-02-08 18:22 GMT+01:00 Hernán Morales Durand

Re: [Pharo-users] Xs&Os game

2014-02-08 Thread kilon alios
I really like the GUI , is it just Morphic ? Your impossible mode is quite easy to win. One thing I would change is when I use the ToggleMode to toggle to Player vs CPU I would like it to stick even after I finish the match. Because as it is now If I click New Game it reverts back to Player vs Pl

Re: [Pharo-users] Stupid Question

2014-02-08 Thread Sean P. DeNigris
Clément Bera-4 wrote > On Mac, I press Cmd + shift + mouse click and while keeping all these There's also a setting (search for "easy selection") which let's you just click and drag, without the game of Twister [1] ;) [1] http://upload.wikimedia.org/wikipedia/en/0/09/1966_Twister_Cover.jpg --

Re: [Pharo-users] Stupid Question

2014-02-08 Thread David Harris
Alt-Shift-Left click does indeed initiate the halo under Windows. But... In my testing, I used AthensDemoMorph new openInWorld When I use the Move element of the halo, I get "MessageNotUnderstood: AthensDemoMorph>>passenger" I'm a novice, but that seems unusual.

Re: [Pharo-users] Stupid Question

2014-02-08 Thread Sean P. DeNigris
David Harris wrote > When I use the Move element of the halo, I get "MessageNotUnderstood: > AthensDemoMorph>>passenger" > ... > I'm a novice, but that seems unusual. Athens is a work in progress… that is a bug - Cheers, Sean -- View this message in context: http://forum.world.st/Stupid-Qu