Re-2: [Newbies] Catching message send

Frank Urbach frank.urbach at schmees.com
Tue Oct 31 12:32:44 UTC 2006


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 <mathk.sue at gmail.com>
To:      frank.urbach at schmees.com

> 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 at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners




More information about the Beginners mailing list