On Mar 22, 2010, at 12:32 AM, Mariano Martinez Peck wrote:

> Thanks Michael. Now I have another question. In the latests PharoCore 1.1 I 
> cannot see the VM menu. I only see the options "Squeak VM" and "Edit".
> 
> But the HostMenuSystem was only removed in Pharo 1.0 with the ifPresent:  in 
> processMenuEvent:
> In 1.1 that method is correct.
> 
> Then....I don't understand why I don't see the VM menus like Tools, Debug, 
> etc. Should I see them ?
> 
> Adrian any idea ?
> 

I removed them when they where broken. We should enable them again:

http://code.google.com/p/pharo/issues/detail?id=1876

> Maybe there is a problem with the Smalltalk startUpList ? I know it has been 
> changed in previous updates.
> 

so if you remove this strange all=error swallowing wrappter in 
HostSystemMenus>>#startUp:

[self setDefaultMenuProxyClass] ifError: [:err :rcvr | ].


you will get a DNU at image startup that shows that we need to fix the menu 
building code as it used
the world menu. It should build it's menu using the menu builder framework.

        Marcus

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


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

Reply via email to