Skip to main content



      Home
Home » Modeling » Epsilon » [EuGENia][EOL](Customizing of the groups within the palette)
[EuGENia][EOL] [message #846008] Sun, 15 April 2012 13:05 Go to next message
Eclipse UserFriend
Hello,
My situation is as follow: I have a metamodel obtained automatically through EuGENia. And this ok, but I wish customizing my palette. I have achieved build other groups and add tools to them, but now I need nest groups.
Anybody knows if this is possible? and what's the way to achieve it?
Thanks in advance!

P.S. I did my groups, through ECore2GMF.eol
Re: [EuGENia][EOL] [message #846624 is a reply to message #846008] Mon, 16 April 2012 06:22 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I'm afraid that tool groups cannot be nested in the GMF palette.

Cheers,
Dimitris
Re: [EuGENia][EOL] [message #846788 is a reply to message #846624] Mon, 16 April 2012 14:54 Go to previous messageGo to next message
Eclipse UserFriend
Oh Sad anyway thanks for the quick reply!
Re: [EuGENia][EOL] [message #900820 is a reply to message #846788] Wed, 08 August 2012 11:38 Go to previous messageGo to next message
Eclipse UserFriend
Hello Lili R, could you give an example of how you build the groups, I wanted to do that but I don't know how, so I just use a ECore2GMF.eol file to reorder the objects on the palette but it does not work after some modifications to my emf file. If you know how to fix that could be great. Thanks in advance, Smile
Re: [EuGENia][EOL] [message #989261 is a reply to message #900820] Wed, 05 December 2012 07:05 Go to previous messageGo to next message
Eclipse UserFriend
Hello Monica,
I had not noticed this post so far, sorry Sad Did you resolve your problem?
In any case,

For build new groups:

var nodesToolGroup2 = new GmfTool!ToolGroup;
nodesToolGroup2.title := 'Secondary Nodes';
nodesToolGroup2.collapsible := true;
palette.tools.add(nodesToolGroup2);

Regards,
Lili

Re: [EuGENia][EOL] [message #1009660 is a reply to message #989261] Fri, 15 February 2013 08:31 Go to previous message
Eclipse UserFriend
Hi Lili

Check this example

hflorezf-en.blogspot.com/2013/02/gmf-editor-using-eugenia.html
Previous Topic:Why model in Epsilon?
Next Topic:Palette configuration using Eugenia
Goto Forum:
  


Current Time: Wed Jul 23 13:35:51 EDT 2025

Powered by FUDForum. Page generated in 0.06945 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top