|
Re-2: Catching message send: msg#00162lang.smalltalk.squeak.beginners
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@xxxxxxxxx> To: frank.urbach@xxxxxxxxxxx > 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@xxxxxxxxxxxxxxxxxxxxxxxxxx > http://lists.squeakfoundation.org/mailman/listinfo/beginners
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Catching message send, Mathieu |
|---|---|
| Next by Date: | Re: Re-2: Catching message send, Lukas Renggli |
| Previous by Thread: | Catching message send, Mathieu |
| Next by Thread: | Re: Re-2: Catching message send, Lukas Renggli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |