[squeak-dev] How to catch #inform: messages?

Matthias Berth matthias.berth at googlemail.com
Tue Mar 4 18:57:01 UTC 2008


Hi Damien,

Installer does something like that out of the box, check out
Installer>>answer:with:. See
http://wiki.squeak.org/squeak/PierInstallerScript for an example. BTW,
you can answer: '*some question*' with: true.

Cheers

Matthias

On Tue, Mar 4, 2008 at 8:32 AM, Damien Cassou <damien.cassou at gmail.com> wrote:
> Hi,
>
>  I would like to catch calls to (UIManager default inform:) to
>  automatically click ok. I'm trying:
>
>  [UIManager default inform: 'truc'] valueSuppressingMessages: #('truc').
>
>
>  without success. Can somebody help me please?
>
>  --
>  Damien Cassou
>
>



More information about the Squeak-dev mailing list