Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Aliaksei Syrel
Hi Stef, Awesome, thank you! Cheers, Alex On 10 January 2018 at 21:48, Stephane Ducasse wrote: > Removed! > > On Wed, Jan 10, 2018 at 9:46 PM, Stephane Ducasse > wrote: > > Hi aliaksei I will remove this link. > > > > On Wed, Jan 10, 2018 at

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Stephane Ducasse
Removed! On Wed, Jan 10, 2018 at 9:46 PM, Stephane Ducasse wrote: > Hi aliaksei I will remove this link. > > On Wed, Jan 10, 2018 at 6:39 AM, Aliaksei Syrel wrote: >> Hello Photon, >> >> I have literally no idea where you found this paper but it is

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Stephane Ducasse
Hi aliaksei I will remove this link. On Wed, Jan 10, 2018 at 6:39 AM, Aliaksei Syrel wrote: > Hello Photon, > > I have literally no idea where you found this paper but it is years old. > > Could you try to install it according to instructions on Bloc GitHub page: > >

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Photon
Omg i didnt even reaf further asuming that i should get the grey sqaure as result. Now once you say it it`s kinda obvoius. I keep practicing. Thanks again for your time :) -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Aliaksei Syrel
Then the behaviour you get is expected one. There is no bug or issue there. On page 12 in section 3.2 (Starting to draw a card) it tells you to implement a drawOnSparta: method. After that you should get the same as on Figure 3-1. Since you didn't implement it, you obviously get nothing. It is

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Photon
Id did it following this pdf: http://files.pharo.org/books-pdfs/booklet-Bloc/2017-11-09-memorygame.pdf -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Aliaksei Syrel
Hello Photon, MgdRawCardElement does not exist in in MemoryGame. It looks like you created it yourself. Please, give us more information. For example share the implementation of that class. I am not a clairvoyant to tell where is a problem in your code without actually seeing the code. Cheers,

Re: [Pharo-users] How to I setup Bloc?

2018-01-10 Thread Photon
Hi Aliaksei, thank you for your reply. I dowloade Bloc from the source you gave me and realized the memory tutorial is the same one wich was shown at the PharoDays2017. I watched this video yesterday and tried to follow along but it did not quite work. That was the reason why I found this strange

Re: [Pharo-users] How to I setup Bloc?

2018-01-09 Thread Aliaksei Syrel
Hello Photon, I have literally no idea where you found this paper but it is years old. Could you try to install it according to instructions on Bloc GitHub page: https://github.com/pharo-graphics/Bloc You might also want to try a MemoryGame tutorial:

[Pharo-users] How to I setup Bloc?

2018-01-09 Thread Photon
Hello I have trouble with Bloc. I tried to install it like this as i read it in a paper on Bloc but then this does not work because there is no suchclass, istall is send to nil. I had also trouble with the tutorial earlier. I could not see anything in the preview altho the code was