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
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
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
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 |
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
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
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
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) ]
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
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
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:
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
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
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
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
15 matches
Mail list logo