Re: [Pharo-users] I need some explaination about arguements assignment

2014-08-07 Thread aria2end
That makes sense now. thanks. -- View this message in context: http://forum.world.st/I-need-some-explaination-about-arguements-assignment-tp4772102p4772247.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Seeing all the methods that is used in a method

2014-08-07 Thread aria2end
Yes Exactly. I want to see all the potential methods called from from this method which is the second case. but I receive error using that script. MessageNotUnderstood: ByteSymbol>>implementors -- View this message in context: http://forum.world.st/Seeing-all-the-methods-that-is-used-in-a-m

Re: [Pharo-users] I need some explaination about arguements assignment

2014-08-06 Thread aria2end
I wanted to make my code more readable but I just didn't know how to do that. Your code really helped me to see how this can be achieved. thanks -- View this message in context: http://forum.world.st/I-need-some-explaination-about-arguements-assignment-tp4772102p4772109.html Sent from the Pharo

Re: [Pharo-users] I need some explaination about arguements assignment

2014-08-06 Thread aria2end
Hi james, Your post not only resolved the issue but also introduced me a new approach which I was looking for it. Thank you do you know the reason why assigning to a passed-in argument is illegal by any chance ? -- View this message in context: http://forum.world.st/I-need-some-explaination-a

Re: [Pharo-users] I need some explaination about arguements assignment

2014-08-06 Thread aria2end
The function is not complete and it doesn't do anything. I tried to write a recursive function to get value of each node of my tree structure, put it in a String and return it in a proper format so later show it on the transcript but I couldn't never done that and now I rewritten it completely in a

[Pharo-users] I need some explaination about arguements assignment

2014-08-06 Thread aria2end
Hello, I am new to smalltalk and I would really appreciate your help so I can better use and understand Pharo. So here is the problem, I wanted to implement a function to get the value of my tree struct nodes in a recursive manner and I wanted to concatenate them to a String ( aText ) and later s

[Pharo-users] Seeing all the methods that is used in a method

2014-08-06 Thread aria2end
Hi, I know that I can see senders and implementers of a method but is there any way to see all methods that are used in a method ? or any way to see all the send messages to other methods limited to scope of a method ? Thanks, Aria -- View this message in context: http://forum.world.st/Se

[Pharo-users] Seeing all the methods that is used in a method

2014-08-06 Thread aria2end
Hi, I know that I can see senders and implementers of a method but is there any way to see all methods that are used in a method ? or any way to see all the send messages to other methods limited to scope of a method ? Thanks, Aria -- View this message in context: http://forum.world.st/Se

Re: [Pharo-users] Seeing all the methods that is used in a method

2014-08-06 Thread aria2end
why is it that my post is not yet accepted by the mailing list yet. what should I do ? -- View this message in context: http://forum.world.st/Seeing-all-the-methods-that-is-used-in-a-method-tp4771587p4772097.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.