Hi guys,
I'm trying to add some mondrian views to the list context menu in the Moose browser (VW). I thought this required the use of the following pragma on a MooseEntity (such as ClassGroup) in order for the method to appear in the menu:
<menuItem: 'Some name' category: 'Mondrian'>
However, it does not show. Can someone quickly point me to the correct way to do this?
thanks!
---------------------------- Johan Brichau johan.brichau@uclouvain.be
Hi Johan,
Have you refreshed the meta-description? You can do it with the menu: Tools/Moose Utilities/initialize meta descriptions
Hope that helps,
Francois
Johan Brichau wrote:
Hi guys,
I'm trying to add some mondrian views to the list context menu in the Moose browser (VW). I thought this required the use of the following pragma on a MooseEntity (such as ClassGroup) in order for the method to appear in the menu:
<menuItem: 'Some name' category: 'Mondrian'>
However, it does not show. Can someone quickly point me to the correct way to do this?
thanks!
Johan Brichau johan.brichau@uclouvain.be
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Exactly. Meta-description must be reinitialized at each modification. In Pharo as well. If you add a fame description somewhere, you need a MooseModel resetMeta.
Cheers, Alexandre
On 21 Apr 2009, at 10:03, Francois Stephany wrote:
Hi Johan,
Have you refreshed the meta-description? You can do it with the menu: Tools/Moose Utilities/initialize meta descriptions
Hope that helps,
Francois
Johan Brichau wrote:
Hi guys, I'm trying to add some mondrian views to the list context menu in the Moose browser (VW). I thought this required the use of the following pragma on a MooseEntity (such as ClassGroup) in order for the method to appear in the menu: <menuItem: 'Some name' category: 'Mondrian'> However, it does not show. Can someone quickly point me to the correct way to do this? thanks!
Johan Brichau johan.brichau@uclouvain.be _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
haaa, I always wondered what that menu item was for :-)
thanks!
On 21 Apr 2009, at 10:03, Francois Stephany wrote:
Hi Johan,
Have you refreshed the meta-description? You can do it with the menu: Tools/Moose Utilities/initialize meta descriptions
Hope that helps,
Francois
Johan Brichau wrote:
Hi guys, I'm trying to add some mondrian views to the list context menu in the Moose browser (VW). I thought this required the use of the following pragma on a MooseEntity (such as ClassGroup) in order for the method to appear in the menu: <menuItem: 'Some name' category: 'Mondrian'> However, it does not show. Can someone quickly point me to the correct way to do this? thanks!
Johan Brichau johan.brichau@uclouvain.be _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
---------------------------- Johan Brichau johan.brichau@uclouvain.be