I think you should looking at MessageSend an its classRefs. Perhaps you should 
look at Lukas package Announcements http://mc.lukas-renggli.ch/announcements/. 
There you can see something related what you want.
Hope this helps.

Cheers,
  Frank
-------- Original Message --------
Subject: Re: [Newbies] Catching message send (31-Okt-2006 11:47)
From:    Mathieu <[EMAIL PROTECTED]>
To:      [EMAIL PROTECTED]

> Frank Urbach a écrit :
> > Hi Mathieu,
> > 
> > what do you want do?
> > 
> > Cheers,
> >   Frank
> > 
> 
> I want to catch evry message to an IRBuilder but manage to do it in my own 
> way.
> It just to know if there is a Simple way.
> 
> CatchIRSend>>doesNotUnderstand: aMessage
> 
>       | message |
>       message := aMessage selector asString.
>       aMessage arguments do:[:each | message := message, ' ', each 
> printString].
>       messageSend add: message.
>       irBuilder perform: aMessage selector withArguments: aMessage arguments
>       
> 
> Math
> _______________________________________________
> Beginners mailing list
> Beginners@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to