Re: [Pharo-users] Pharo-users Digest, Vol 33, Issue 53
Hello Cami : On 27 sept. 2012, at 20:25, pharo-users-request@lists.gforge.inria.fr wrote:
once you loaded ConfigurationOfDesigner check the instance-side methods,
ConfigurationOfDesigner browse there should be plenty of versions :), Yes
then you can do
(ConfigurationOfDesigner project version: 'FoundVersionString') load
Every attempt produces an error :
Version <versionname> is not defined in ConfigurationOfDesigner
I attach a screen show showing the setup. Someone completely new to Pharo and SmallTalk likely is wasting the time of those who are routine practitioners. A separate list for newcomers might be a good idea. Regards : Hubert Wagner
Try: ConfigurationOfDesigner project latestVersion load. It looks like its being maintained for Squeak but not Pharo. It probably won't be difficult to fix whatever doesn't work but there are no guarantees. On 09/27/2012 11:56 AM, Hubert Wagner wrote:
Hello Cami : On 27 sept. 2012, at 20:25, pharo-users-request@lists.gforge.inria.fr <mailto:pharo-users-request@lists.gforge.inria.fr> wrote:
once you loaded ConfigurationOfDesigner check the instance-side methods,
ConfigurationOfDesigner browse there should be plenty of versions :), Yes
then you can do
(ConfigurationOfDesigner project version: 'FoundVersionString') load
Every attempt produces an error :
Version <versionname> is not defined in ConfigurationOfDesigner I attach a screen show showing the setup.
Someone completely new to Pharo and SmallTalk likely is wasting the time of those who are routine practitioners. A separate list for newcomers might be a good idea.
Regards : Hubert Wagner
participants (2)
-
Hubert Wagner -
Paul DeBruicker