Hi, I was doing my university project.. However i encountered with an akward error and now i cannot reach any class or any method that i wrote.. When i click on category it fails and gives error above: <http://forum.world.st/file/n4692417/Untitled.jpg> how can i solve this issue ? -- View this message in context: http://forum.world.st/Pharo-asO2Node-error-tp4692417.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
you are using the version of pharo that is nearly 3 years old. We stronlgy suggest you to use Pharo 2.0 if you want to get some help. Stef On Jun 9, 2013, at 1:32 AM, Palindrom <sertac.onal@gmail.com> wrote:
Hi,
I was doing my university project.. However i encountered with an akward error and now i cannot reach any class or any method that i wrote.. When i click on category it fails and gives error above:
<http://forum.world.st/file/n4692417/Untitled.jpg>
how can i solve this issue ?
-- View this message in context: http://forum.world.st/Pharo-asO2Node-error-tp4692417.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi, Thank you for your answer.. My university say that you must use this.. I guess they do not know how to use newer ones.. :) so they want to not to use news.. I want to ask one more thing..: I try to call an class method with in this class.. for example i have : database class and in it there is two distinct method delete and deleteall.. in deleteall method i try to call delete method.. how i can do this ? -- View this message in context: http://forum.world.st/Pharo-asO2Node-error-tp4692417p4692443.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
What is your university? Which year are you? can you put me in contact with your teacher? Stef On Jun 9, 2013, at 2:23 PM, Palindrom <sertac.onal@gmail.com> wrote:
Hi, Thank you for your answer.. My university say that you must use this.. I guess they do not know how to use newer ones.. :) so they want to not to use news..
I want to ask one more thing..: I try to call an class method with in this class.. for example i have : database class and in it there is two distinct method delete and deleteall.. in deleteall method i try to call delete method.. how i can do this ?
Simple if you have the class Database Database class>>delete ,./,/.,/,./,/. Database class>>deleteAll ljljkjlkjlkjljlkj and to invoke delete as follow Database delete Class methods are simple methods. So to me it looks like you should read the pharo by example book for real :)
-- View this message in context: http://forum.world.st/Pharo-asO2Node-error-tp4692417p4692443.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
hey, What university are you in ? In your case I guess you can do 'self delete' In a class method self represents the class not the instance. 2013/6/9 Palindrom <sertac.onal@gmail.com>
Hi, Thank you for your answer.. My university say that you must use this.. I guess they do not know how to use newer ones.. :) so they want to not to use news..
I want to ask one more thing..: I try to call an class method with in this class.. for example i have : database class and in it there is two distinct method delete and deleteall.. in deleteall method i try to call delete method.. how i can do this ?
-- View this message in context: http://forum.world.st/Pharo-asO2Node-error-tp4692417p4692443.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
participants (3)
-
Clément Bera -
Palindrom -
Stéphane Ducasse