El dom, 21-03-2010 a las 18:34 +0100, Mariano Martinez Peck escribió:
> 
> 
> 2010/3/21 Miguel Enrique Cobá Martinez <[email protected]>
>         El sáb, 20-03-2010 a las 20:40 +0100, Mariano Martinez Peck
>         escribió:
>         
>         > Hi folks. We are proud to announce the (hopefully) last RC3
>         for Pharo
>         > 1.0.
>         
>         
>         - What happened to the background image?
> 
> 
> I said several times I don't have a screen to test. And I ask several
> times for help. I won't do everything. I don't know how to do it
> neither how to test it.
> So, or someone do it and test it, or it won't be again.
> 
> I only remember this link, but there were more opportunities:
> 
> http://n4.nabble.com/Latest-Polymorph-td1468728.html#a1468728

Well, then for 1.1. No problem then.


> 
>  
>         - The text on: DEVImageWorkspaces openExternalProjectWorkspace
>         at the
>         end says:
>         
>         "If you want an object database, you can install Magma
>         (http://wiki.squeak.org/squeak/2665).
>         For the installation instuctions check the method:
>         ConfigurationOfMagma
>         >> workspace    "
>         
>         Can we change this to:
>         
>         "Magma is an object oriented database for Smalltalk. It
>         supports
>         replication, high-availability fault-tolerance and multiuser
>         capabilities (http://wiki.squeak.org/squeak/2665). You can
>         install it
>         with:
>         
>         Gofer new
>          squeaksource: 'MetacelloRepository';
>          package: 'ConfigurationOfMagma';
>          load.
>         
>         ((Smalltalk at: #ConfigurationOfMagma) project latestVersion)
>         load
>         
>         "You can also review the method
>         ConfigurationOfMagma>>workspace for
>         alternative installation methods for Magma.
> 
> Sure, no problem. I will do. 
> 
>  
>         
>         - Also, in the same workspace:
>                Gofer new
>                        squeaksource: 'Moose';
>                        package: 'ConfigurationOfMoose';
>                load.
>         
>                (Smalltalk at: #ConfigurationOfMoose) perform:
>         #loadDefault.
>         
>         Should be:
>                Gofer new
>                        squeaksource: 'Moose';
>                        package: 'ConfigurationOfMoose';
>                load.
>         
>                (Smalltalk at: #ConfigurationOfMoose) loadDefault
>         
>         As the other examples use the methods directly and not the
>         perform
>         indirection.
>         
> 
> Yes, true. But the problem is that as loadDefualt doesn't exist in the
> image, with the Shout Workpsace you see that word in red...is not
> nice.
> 
> What do you think ?

ah, ok, no problem then :)
> 
> Thanks for the feedback.
> 
> Mariano
>  
>         
>         Cheers
>         
>         
>         
>         >
>         > _______________________________________________
>         > Pharo-users mailing list
>         > [email protected]
>         >
>         http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
>         
>         --
>         Miguel Cobá
>         http://miguel.leugim.com.mx
>         
>         
> 

-- 
Miguel Cobá
http://miguel.leugim.com.mx


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to