Re: [Pharo-project] SciSmalltalk on twitter !

2012-05-20 Thread Serge Stinckwich
On Mon, May 21, 2012 at 10:53 AM, Yanni Chiu wrote: > On 20/05/12 4:54 PM, Edgar J. De Cleene wrote: >> >> >> On 5/20/12 1:01 PM, "Serge Stinckwich"  wrote: >> >>> I invite all the students that are working on Smalltalk #gsoc to >>> publish progress of their work on twitter also. >> >> >> +1 > > >

Re: [Pharo-project] Morpheas , bringing Morphic to Opengl (3d GUIs)

2012-05-20 Thread chadwick
more detail: after I do GLTTRenderingDemo new openInWorld, I tried dragging a window around in a circle so as to get a feel for what the CPU is doing. The image pauses for increasingly longer times, making the UI unresponsive during this time, eventually locking up entirely.

Re: [Pharo-project] SciSmalltalk on twitter !

2012-05-20 Thread Yanni Chiu
On 20/05/12 4:54 PM, Edgar J. De Cleene wrote: On 5/20/12 1:01 PM, "Serge Stinckwich" wrote: I invite all the students that are working on Smalltalk #gsoc to publish progress of their work on twitter also. +1 -1 What's wrong with weekly (or milestone) updates posted someplace. I'm inter

Re: [Pharo-project] STDIO on Win

2012-05-20 Thread Igor Stasenko
On 21 May 2012 03:29, Igor Stasenko wrote: > On 21 May 2012 02:16, Eliot Miranda wrote: >> >> >> On Sun, May 20, 2012 at 4:59 PM, Igor Stasenko wrote: >>> >>> On 20 May 2012 21:34, Eliot Miranda wrote: >>> > Hi Torsten, >>> > >>> > On Sun, May 20, 2012 at 11:51 AM, Torsten Bergmann >>> > wrote

Re: [Pharo-project] STDIO on Win

2012-05-20 Thread Igor Stasenko
On 21 May 2012 02:16, Eliot Miranda wrote: > > > On Sun, May 20, 2012 at 4:59 PM, Igor Stasenko wrote: >> >> On 20 May 2012 21:34, Eliot Miranda wrote: >> > Hi Torsten, >> > >> > On Sun, May 20, 2012 at 11:51 AM, Torsten Bergmann >> > wrote: >> >> >> >> Hi, >> >> >> >> havent yet played with th

Re: [Pharo-project] Morpheas , bringing Morphic to Opengl (3d GUIs)

2012-05-20 Thread chadwick
On Sat, May 19, 2012 at 2:35 AM, Javier Pimás wrote: > Well, two things should happen: a native window should be opened which > shows nothing (context creation should be fixed to not create it), and also > a morph should be opened in world, rendering some text through opengl. > > Does the window g

Re: [Pharo-project] About process startups

2012-05-20 Thread Guillermo Polito
On Thu, May 17, 2012 at 3:22 PM, Igor Stasenko wrote: > Do you want something like this? > > Process subclass: #PermanentSystemProcess > > PermanentSystemProcess subclass: #DelayProcess > PermanentSystemProcess subclass: #WeakFinalizationProcess > PermanentSystemProcess subclass: #UIProcess > Per

Re: [Pharo-project] STDIO on Win

2012-05-20 Thread Eliot Miranda
On Sun, May 20, 2012 at 4:59 PM, Igor Stasenko wrote: > On 20 May 2012 21:34, Eliot Miranda wrote: > > Hi Torsten, > > > > On Sun, May 20, 2012 at 11:51 AM, Torsten Bergmann > wrote: > >> > >> Hi, > >> > >> havent yet played with the latest stdin/stdout stuff. > >> Does this already work on Win

Re: [Pharo-project] STDIO on Win

2012-05-20 Thread Igor Stasenko
On 20 May 2012 21:34, Eliot Miranda wrote: > Hi Torsten, > > On Sun, May 20, 2012 at 11:51 AM, Torsten Bergmann wrote: >> >> Hi, >> >> havent yet played with the latest stdin/stdout stuff. >> Does this already work on Windows? >> >> At least I tried >> >> FileStream stdout nextPutAll: 'Yopla' >>

Re: [Pharo-project] SciSmalltalk on twitter !

2012-05-20 Thread Edgar J. De Cleene
On 5/20/12 1:01 PM, "Serge Stinckwich" wrote: > I invite all the students that are working on Smalltalk #gsoc to > publish progress of their work on twitter also. +1 Edgar

Re: [Pharo-project] Fwd: Re: [Sugar-devel] Dr.Geo on XO 1

2012-05-20 Thread Hilaire Fernandes
Is the memory object corrupted in Pharo 1.4? And explain the problem I have in some situation with DrGeo on XO-1 256MB without swap. http://lists.squeak.org/pipermail/vm-dev/2012-May/010652.html Hilaire Le 20/05/2012 13:57, Hilaire Fernandes a écrit : > With Pharo 1.4 (but not with Pharo 1.3) w

Re: [Pharo-project] STDIO on Win

2012-05-20 Thread Eliot Miranda
Hi Torsten, On Sun, May 20, 2012 at 11:51 AM, Torsten Bergmann wrote: > Hi, > > havent yet played with the latest stdin/stdout stuff. > Does this already work on Windows? > > At least I tried > > FileStream stdout nextPutAll: 'Yopla' > > in the latest 2.0 after starting Pharo-2.0-one-click.bat.

Re: [Pharo-project] [Pharo-consortium] We need your Pharo successes

2012-05-20 Thread garduino
Mi humble pdf attached. http://forum.world.st/file/n4631058/ArduinoSoftwareWebPostAutomation.pdf ArduinoSoftwareWebPostAutomation.pdf -- View this message in context: http://forum.world.st/We-need-your-Pharo-successes-tp4628432p4631058.html Sent from the Pharo Smalltalk mailing list archive at N

[Pharo-project] STDIO on Win

2012-05-20 Thread Torsten Bergmann
Hi, havent yet played with the latest stdin/stdout stuff. Does this already work on Windows? At least I tried FileStream stdout nextPutAll: 'Yopla' in the latest 2.0 after starting Pharo-2.0-one-click.bat. Gives an error (write failed). Any comments? Thx T. -- Empfehlen Sie GMX DSL Ihren

[Pharo-project] [update 2.0] #20083

2012-05-20 Thread Stéphane Ducasse
20083 - - Issue 5760: Some initialization fixes in DisplayScreen. Thanks Guillermo Polito. http://code.google.com/p/pharo/issues/detail?id=5760 - Issue 5926: SystemNavigation>>#browseUndeclaredReferences not working. Thanks Marcus Denker http://code.google.com/p/pharo/i

[Pharo-project] [update 2.0] #20082

2012-05-20 Thread Stéphane Ducasse
20082 - - Issue 5877: piecesCutWhere:. From Squeak, thanks E. Miranda. http://code.google.com/p/pharo/issues/detail?id=5877 - Issue 5733: Finder help text enhancements. Thanks Ben Coman and Benjamin van Ryseghem. http://code.google.com/p/pharo/issues/detail?id=573

[Pharo-project] [update 2.0] #20081

2012-05-20 Thread Stéphane Ducasse
20081 - - Issue 5879: Add missing initialization in Decompiler>>decompileBlock:. Thanks Nicolas Cellier. http://code.google.com/p/pharo/issues/detail?id=5879 - Issue 5892: StartupPreferences try to load .DS_Store. Thanks Benjamin van Ryseghem. http://code.google

Re: [Pharo-project] Inspecting keys in Dictionaries

2012-05-20 Thread Davide Varvello
Hi Doru, I can say Glamorous :-) One more question: is it possible to modify a key in GTInspector? I can't find a way to do it, if write something in the evaluator it seems to me it does not appear in the dictionary. Davide Tudor Girba-2 wrote > > Hi, > > The GTInspector offers (among other

[Pharo-project] [update 2.0] #20080

2012-05-20 Thread Stéphane Ducasse
20080 - - Issue 5912: [ENH]: IntegerTests for Dummies. Thanks Sean De Nigris. http://code.google.com/p/pharo/issues/detail?id=5912 - Issue 5756: Failing tests: MC loading/ unloading. First test. http://code.google.com/p/pharo/issues/detail?id=5756 - Issu

[Pharo-project] SciSmalltalk on twitter !

2012-05-20 Thread Serge Stinckwich
Dear all, Daniel Uber who is working on SciSmalltalk for #gsoc publish his progress on twitter: https://twitter.com/DanielUber We have also an official twitter account: https://twitter.com/SciSmalltalk More information about SciSmalltalk here: https://github.com/SergeStinckwich/SciSmalltalk I in

Re: [Pharo-project] DateAndTime>>asDosTime

2012-05-20 Thread Camillo Bruni
yep I would say so too... the major user is zip compression hence no one will ever notice the possibly flawed implementation :P On 2012-05-18, at 17:40, Sean P. DeNigris wrote: > asDosTime > "answer number of seconds since Dos epoch (midnight Jan 1, 1980, UTC)" > ^((self offset: Dura

Re: [Pharo-project] Inspecting keys in Dictionaries

2012-05-20 Thread Camillo Bruni
This is standard question: re/post and answer on stackoverflow please! On 2012-05-20, at 14:19, Davide Varvello wrote: > Thanks Herby, > But if I run an inspector on keys I lose the possibility to see the name of > any single key because when you inspect an array you see only a numeric list > o

[Pharo-project] morphic help: how to handle grip morphs

2012-05-20 Thread Tudor Girba
Hi, I want to get a window like behavior, but without having the window appear in the taskbar. Essentially, what I need is a BorderedMorph with some resizing abilities. I am trying to get a subclass of BorderedMorph to work with grips, but I have difficulties in setting the corners in the righ

Re: [Pharo-project] [Pharo-consortium] We need your Pharo successes

2012-05-20 Thread Stéphane Ducasse
Hi guys yes this is again us with other success stories :). https://gforge.inria.fr/frs/download.php/30804/vbridge.pdf https://gforge.inria.fr/frs/download.php/30805/SiROP-mindclue-Pharo-3Slides.pdf https://gforge.inria.fr/frs/download.php/30802/emcee.pdf Of course we ar

Re: [Pharo-project] Order of sending class side #initialize

2012-05-20 Thread Mariano Martinez Peck
On Sun, May 20, 2012 at 1:51 PM, Edgar J. De Cleene wrote: > > > > On 5/19/12 6:20 PM, "Mariano Martinez Peck" wrote: > > because when exporting I am not using any order at all. > > > > Hey Mariano: > > IMHO you SHOULD use a exporting order and this could be the same when you > export a plain .cs

[Pharo-project] [update 2.0] #20079

2012-05-20 Thread Marcus Denker
20079 - Issue 5924: SmallInteger>>digitAt: Test http://code.google.com/p/pharo/issues/detail?id=5924 Issue 5859: Do we remove SmartRefStream? http://code.google.com/p/pharo/issues/detail?id=5859 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Inspecting keys in Dictionaries

2012-05-20 Thread Davide Varvello
Thanks Herby, But if I run an inspector on keys I lose the possibility to see the name of any single key because when you inspect an array you see only a numeric list on the left side of the inspector. Is there a way to avoid it? Davide Herby Vojčík wrote > > Writing "nameOfTheDictionary keys

[Pharo-project] Fwd: Re: [Sugar-devel] Dr.Geo on XO 1

2012-05-20 Thread Hilaire Fernandes
With Pharo 1.4 (but not with Pharo 1.3) we have a problem leading to the crash of DrGeo (based on Pharo 1.4) on low memory machine. It is clearly a problem related to Pharo 1.4 Any idea why ? Hilaire Original Message Subject:Re: [Sugar-devel] Dr.Geo on XO 1 Date: Su

Re: [Pharo-project] Order of sending class side #initialize

2012-05-20 Thread Edgar J. De Cleene
On 5/19/12 6:20 PM, "Mariano Martinez Peck" wrote: > because when exporting I am not using any order at all. Hey Mariano: IMHO you SHOULD use a exporting order and this could be the same when you export a plain .cs. All you working on Fuel and Injectorare doing a great job !!! Edgar

Re: [Pharo-project] Inspecting keys in Dictionaries

2012-05-20 Thread Herby Vojčík
Writing "nameOfTheDictionary keys" in the inspect window, selecting it and inspecting it? Herby Davide Varvello wrote: Hi, I'd like to inspect keys of a Dictionary but if I open an inspector on the dictionary and inspect a key, the inspector shows its value, instead I'd like it shows the key

Re: [Pharo-project] Order of sending class side #initialize

2012-05-20 Thread Stéphane Ducasse
so now that this is working: what is the process you follow? Initialize after each package? Stef On May 19, 2012, at 8:25 PM, Mariano Martinez Peck wrote: > Hi guys. I am doing some experiments with FuelPackageLoader and I have a > problem with the initialization. All my unit tests pass but when