[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Top Nodes with same class Element - no display at the creation
|
Hi,
What I want :
- one tool in the palette
- multiple choice when I click on the diagram with the creation tool selected
The multiple choice creates element of the same Class but with different "profile",
they are initialized differently.
How I do that :
- one top node for each "profile" with different "feature seq initializer"
Issues :
- It works great only for the first top node.
For the others, the element is created in the model but not display.
It can be displayed only if we done some actions... (trigger the display of the pop-up menu for instance)
So my questions :
- is that a bug or a normal behaviour?
- how can I do otherwise to do what I want? (cf at the beginning)