Re: [Pharo-users] strange question

2014-07-29 Thread Werner Kassens
Hi, yes this was, what i was looking for, thank you both werner

Re: [Pharo-users] strange question

2014-07-29 Thread Sven Van Caekenberghe
Hi Werner, On 29 Jul 2014, at 14:50, Werner Kassens wrote: > Hi, > is there a way for a method, to look up the name of the method from where > itself was called ? > werner That is what thisContext is for (one of the few special variables, like self and super). Use the Finder to search for all

Re: [Pharo-users] strange question

2014-07-29 Thread François Stephany
You might want to dig into thisContext. "thisContext sender" is probably what you need. On Tue, Jul 29, 2014 at 2:50 PM, Werner Kassens wrote: > Hi, > is there a way for a method, to look up the name of the method from where > itself was called ? > werner > >

[Pharo-users] strange question

2014-07-29 Thread Werner Kassens
Hi, is there a way for a method, to look up the name of the method from where itself was called ? werner