what I feared

['You should not see me....' displayProgressAt: World activeHand position from: 
0 to: 100 during: [:bar | 
        1 to: 100 by: 10 do: [:x | bar value: x.
                        (Delay forMilliseconds: 200) 
wait]]]valueSuppressingAllMessages

and we see it.
So I open a ticket to make sure that we will not forget :)

Stef

On Sep 1, 2010, at 6:07 PM, Stéphane Ducasse wrote:

> I have the impression that valueSuppressingAllMessages capture 
> ProvideAnswerNotification but 
> It is not clear to me that he works for ProgressInitiationException which is 
> used by 
> 'Downloading updates' displayProgressAt: World activeHand position from: 0 
> to: urls size during:
> 
> do you have any experience with that?
> 
> I will try but who knows :)
> 
> Stef
> 
> 
> On Sep 1, 2010, at 5:39 PM, Yanni Chiu wrote:
> 
>> Cyrille Delaunay wrote:
>>> Ok, thanks :)
>>> The problem now is that 'Utilities updateFromServer' open a window to 
>>> inform the user, waiting for the user to click on ok. In my case, I want to 
>>> use such a method to update the image from a script (for example launched 
>>> from hudson). But this 'inform' window stop the execution of the script
>> 
>> Try:
>> 
>>   [Utilities updateFromServer] valueSuppressingAllMessages.
>> 
>> FWIW, I used to run this update on my Hudson server, but I eventually 
>> disabled it, in favour of manually updating to the latest image download 
>> from https://gforge.inria.fr/frs/?group_id=1299. There was always some issue 
>> that came up, that required manual intervention. Now that more people are 
>> doing automated builds, you may have a different experience.
>> 
>> With the new link at:
>>   http://www.pharo-project.org/pharo-download/unstable-core
>> 
>> it should be possible to automate the image update, but I've not tried yet.
>> 
>> 
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> 
> 
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


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

Reply via email to