[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[News.eclipse.technology.gmf] Re: double link
|
- From: Richard Gronback <richard.gronback@xxxxxxxxxxx>
- Date: Mon, 31 Jul 2006 10:09:12 -0400
- Newsgroups: eclipse.technology.gmf
- Organization: EclipseCorner
- Thread-index: Aca0quXUJFxYhiCeEduoEgAWy4cHeQ==
- Thread-topic: double link
- User-agent: Microsoft-Entourage/11.2.5.060620
Are you saying that this bug and its contained workaround did not solve your
problem? https://bugs.eclipse.org/bugs/show_bug.cgi?id=148021
Thanks,
Rich
On 7/31/06 9:55 AM, in article op.tdj3mvjezq4ppf@xxxxxxxxxxxxxxxxxx, "Angelo
Marguglio" <angelo.marguglio@xxxxxxxxx> wrote:
> Hi all!
> I''m developing a diagram in which I'd like to connect two node by a
> connection. I can specify the kind of this connection using an enumeration
> and every kind has an own
> figure.
> In the .gmfmap I have three "Link Mapping" entries in which I set the kind
> of the connection by a "Feature Seq Initializer". In the generated diagram
> there are three EditPart, one
> for each link mapping, with an own inner figure.
> In runtime I have a problem. When I try to create a new connection, two
> links are displayed.
> I read a thread about a similar problem, but I didn't find a solution for
> this problem in it.