> From: neil butterworth <[email protected]>
> Date: November 27, 2009 7:38:26 PM GMT+01:00
> To: Stéphane Ducasse <[email protected]>
> Subject: Re: about Pharo
> 
> On Fri, Nov 27, 2009 at 11:40 AM, Stéphane Ducasse
> <[email protected]> wrote:
>> Thanks.
>> 
>> speed up the system was always a concern to us now
>> the font rendering takes time and we have all new machines so we do not feel 
>> the slugginess.
>> Now this is important and in 1.1 we already got 15% speed increase for 
>> morphic.
> 
> Just to let you know, I spent a few minutes poking rounf in the Pharo
> mousehandling code and came up with a hack that fixes my problem (or
> at least aleviates it). In HandMorph>>waitForClicksOnDrag: I changed:
> 
>       dblClickTime: DoubleClickTime

I saw 350 may be a lot :)

> 
> to
> 
>       dblClickTime: 0.01
> 
> this improves thigs but is not perfect. Also I could not find where or
> what DoubleClickTime is using the browser! Can you tell me how to
> browse to it?

Select the class and bring the menu then pick chase variables then in the 
resulting window 
click on class. 
> 
> Anyway, hope this is useful info.
> 
> Neil Butterworth


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to