So it seems that "Preferences" is a class in the Compatibility package/collection, and it has no methods at all...I guess this is a dead end for this package?I'n learning along, I appreciate your patience :)
Victor StanSchedule me:http://quicklyschedule.quicklyschedule.me/victor
Add me to your address book - it's easy!
http://contactmonkey.com/victorOn Thu, Apr 4, 2013 at 10:04 PM, Victor Stan <victor.stan@gmail.com> wrote:Thanks, I have changed it to be:((Smalltalk at: #ConfigurationOfPharoNonCore) project version: '1.1.1') load.Which allows me to move on from that point, but I get stuck on another issue now...<image.png>Haven't had much change to look into beyond this point.Victor StanSchedule me:http://quicklyschedule.quicklyschedule.me/victor
Add me to your address book - it's easy!
http://contactmonkey.com/victorOn Tue, Apr 2, 2013 at 8:54 AM, Ben Coman <btc@openinworld.com> wrote:
You are probably expecting the #load message to be sent to the result of #version:, but what actually happens is #load is sent to the string '1.1.1' and strings do not understand #load.
A unary message (#load) is evaluated before a binary message (+) is evaluated before keyword message (#version:) .
cheers -ben
Victor Stan wrote:
Hi,
I'm trying to set up Pharo Non Core Packages from the online instructions I
found while reading this:
http://book.pharo-project.org/book/PharoTools/Pharo-Non-Core-Packages/?_s=EsEMhY54b-mcYFMW&_k=3zFruWTkOJUr_OF8&_n&50
Unfortunately I get an error, as the attached image shows:
[image: Inline image 1]
What I have done, is selected all of the code and "done it", I've also
tried selecting only the Gopher part and do that first, then do the second
part, but it's at the second part that it crashes.
Any tips?
Many thanks,
Victor Stan
Schedule me:
http://quicklyschedule.quicklyschedule.me/victor
Add me to your address book - it's easy!
http://contactmonkey.com/victor