BlockClosure>>#valueSupplyingAnswer: and friends are also useful.

Cheers,
Adrian


On Dec 21, 2010, at 06:27 , Hernán Morales Durand wrote:

> 2010/12/20 Esteban Lorenzano <esteba...@gmail.com>:
>> duh...
>> [ ... ] on: Warning do: [ :w | w resume ].
>> forget my question... :(
> 
> That wouldn't make it for Notifications such as:
> 
> self inform: 'test'
> 
> so you might want to write:
> 
> [ self inform: 'test' ]
> on: Warning, Notification
> do: [: ex | ex return: 'Ignored: ' , ex class name , ' ' , ex messageText ].
> 
> Cheers,
> 
>> cheers,
>> Esteban
>> 
>> Inicio del mensaje reenviado:
>> 
>> De: Esteban Lorenzano <esteba...@gmail.com>
>> Fecha: 20 de diciembre de 2010 21:22:49 GMT-03:00
>> Para: Pharo Development <pharo-project@lists.gforge.inria.fr>
>> Asunto: a way to ignore warnings?
>> 
>> Hi,
>> Is there a way to tell Pharo to ignore warning blocking messages? you those
>> messages where you can press "proceed" and continue, for instance, loading a
>> monticello package.
>> 
>> cheers,
>> Esteban
>> 
> 
> 
> 
> -- 
> Hernán Morales
> Information Technology Manager,
> Institute of Veterinary Genetics.
> National Scientific and Technical Research Council (CONICET).
> La Plata (1900), Buenos Aires, Argentina.
> Telephone: +54 (0221) 421-1799.
> Internal: 422
> Fax: 425-7980 or 421-1799.
> 


Reply via email to