[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: Labels show as <...>
|
Frank wrote:
> All of the labels in my GMF diagram are being shown as '<...>', instead
> of the actual named value from the model.
I had that issue when I defined label figures in the graph model but
forgot some stuff in the mapping model. Don't remember exactly. Make
sure in the mapping model you add a label mapping as a child to the
corresponding node or connection and set all attributes correctly so the
label mapping actually points to the label figure in the graph model on
the one hand and to the domain model named value it represents on the
other hand.
Hauke