|
|
Re: Connection problem ... [message #203017 is a reply to message #202951] |
Wed, 16 November 2005 09:15 |
Eclipse User |
|
|
|
Originally posted by: ingo.koch[nospam].sap.com
"KarSc" <carmeloscala@hotmail.com> wrote in message
news:dlcvci$iqv$1@news.eclipse.org...
> When at run time I connect the two nodes what I get is two lines that
stands
> one on the top of the other...
When this is the intended behaviour, use a fan router as the primary router:
so in your "root"-editpart :
protected void refreshVisuals()
{
ConnectionLayer cLayer = (ConnectionLayer)
getLayer(CONNECTION_LAYER);
AutomaticRouter router = new FanRouter();
router.setNextRouter(new BendpointConnectionRouter());
cLayer.setConnectionRouter(router);
}
>
> I would like to have still the possibility to use bend point but would be
> nice if the connection line would avoid to lay (or even cross) another
> connection.
>
That
|
|
|
Powered by
FUDForum. Page generated in 0.02895 seconds