Re: [Pharo-project] Fwd: [vwnc] Would you start a new Smalltalk?project today?

2009-03-25 Thread Igor Stasenko
2009/3/26 Schwab,Wilhelm K : > To call threaded code incomprehensible is to ignore many appropriate uses of > them.  The presumption is that software is thrown together and then made to > work, rather than engineered to work correctly from the bottom up.  Rather > than focusing to exclusion on t

Re: [Pharo-project] Issue 657

2009-03-25 Thread Hernán Morales Durand
Rob, the attachement is an image of what I see in my display (1024x768, old poor dying monitor), so if you use other resolution and the dialog shows different, the answer to your question it seems to be no. Hardcoding display resolutions in a ifTrue: stairway is obviously not a good solution, i

Re: [Pharo-project] Fwd: [vwnc] Would you start a new Smalltalk?project today?

2009-03-25 Thread Schwab,Wilhelm K
To call threaded code incomprehensible is to ignore many appropriate uses of them. The presumption is that software is thrown together and then made to work, rather than engineered to work correctly from the bottom up. Rather than focusing to exclusion on the non-determinism of threading, the

Re: [Pharo-project] Fwd: [vwnc] Would you start a new Smalltalk?project today?

2009-03-25 Thread Igor Stasenko
2009/3/25 Michael van der Gulik : > On 3/26/09, Markus Fritsche wrote: >> Igor Stasenko wrote: >> >>> | array sum1 sum2 | >>> sum1 := 0. sum2 := 0. >>> array := Array new: 10. >>> [ 1 to: 1000 do: [ :i | array at: (10 random) put: (Array new: 10) ] ] >>> fork. >>> [ 1 to: 1000 do: [ :i |

Re: [Pharo-project] Issue 657

2009-03-25 Thread Rob Rothwell
Trial and error has this working for me: aboutThisSystem "Identify software version" ^ self inform: self systemInformationString withCRs extent: 680 @ 575. Does Squeak handle different resolution displays "uniformly?" Is it like working with twips or anything? Or, are t

Re: [Pharo-project] Issue 657

2009-03-25 Thread Rob Rothwell
Worked great but the Ok button is gone now! Rob 2009/3/25 Hernán Morales Durand > http://code.google.com/p/pharo/issues/detail?id=657 > > ___ > Pharo-project mailing list > Pharo-project@lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mai

[Pharo-project] Issue 657

2009-03-25 Thread Hernán Morales Durand
http://code.google.com/p/pharo/issues/detail?id=657 ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Fwd: [vwnc] Would you start a new Smalltalk?project today?

2009-03-25 Thread Michael van der Gulik
On 3/26/09, Markus Fritsche wrote: > Igor Stasenko wrote: > >> | array sum1 sum2 | >> sum1 := 0. sum2 := 0. >> array := Array new: 10. >> [ 1 to: 1000 do: [ :i | array at: (10 random) put: (Array new: 10) ] ] >> fork. >> [ 1 to: 1000 do: [ :i | array at: (10 random) put: (Array new: 10) ]

Re: [Pharo-project] Fwd: [vwnc] Would you start a new Smalltalk?project today?

2009-03-25 Thread Markus Fritsche
Igor Stasenko wrote: > | array sum1 sum2 | > sum1 := 0. sum2 := 0. > array := Array new: 10. > [ 1 to: 1000 do: [ :i | array at: (10 random) put: (Array new: 10) ] ] > fork. > [ 1 to: 1000 do: [ :i | array at: (10 random) put: (Array new: 10) ] ] > fork. > 1 to: 1000 do: [ :i | arra

Re: [Pharo-project] Another MIME-related problem

2009-03-25 Thread Igor Stasenko
2009/3/25 Michael Rueger : > Igor Stasenko wrote: >> Image is pharo-dev #10259 >> >> Try following: >> >> (Installer monticello http: 'http://scribo.aidaweb.si/repository') >> install: 'Scribo-np.172'. >> >> it says that 'unknown' mime type is invalid. >> I don't sure if it problem on a server side

Re: [Pharo-project] Unicode merge

2009-03-25 Thread Damien Cassou
On Wed, Mar 25, 2009 at 2:58 PM, Michael Rueger wrote: > SLICE-UnicodeRwrite1-michael_rueger.1 (unchanged) > SLICE-UnicodeRewrite2-5.mcm (updated) Loading went fine but only '?' appear in the workspace when entering accented characters. Your one-click image worked fine. I launched the image with:

Re: [Pharo-project] Another MIME-related problem

2009-03-25 Thread Michael Rueger
Igor Stasenko wrote: > Image is pharo-dev #10259 > > Try following: > > (Installer monticello http: 'http://scribo.aidaweb.si/repository') > install: 'Scribo-np.172'. > > it says that 'unknown' mime type is invalid. > I don't sure if it problem on a server side - Aida, or its because of > change

Re: [Pharo-project] Unicode merge

2009-03-25 Thread Michael Rueger
Stéphane Ducasse wrote: > Loaded without problems great :-) > shortcut error. debug? Please try again with these updated SLICEs SLICE-UnicodeRwrite1-michael_rueger.1 (unchanged) SLICE-UnicodeRewrite2-5.mcm (updated) Michael ___ Pharo-project mailin

Re: [Pharo-project] Newbie Questions

2009-03-25 Thread Keith Hodges
Cross posted because I think others may find this discussion useful: Chris Muller wrote: > Hi Keith, I think the work you did on Level-Playing Field and MC 1.5 > has always sounded fantastic. > >> implemented it. Magma users use a variety of images and Magma needs you >> to have MCConfiguration

Re: [Pharo-project] New Pharo-dev AND web based on 10259

2009-03-25 Thread David Röthlisberger
Hi Torsten, > Yes - it gives a #DNU for #longDescriptions after loading into the > newest pharo image (#10259) > > But you can easily implement OBCodeTabPanel#longDescriptions like this: > > longDescriptions > ^#() > > That should work for now... yes, I did this change in my image in a