Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Connection Anchor question in Logic Editor Example
Connection Anchor question in Logic Editor Example [message #50789] Mon, 23 December 2002 17:10 Go to next message
Hal is currently offline HalFriend
Messages: 67
Registered: July 2009
Member
Why I can't connect multiple incoming connections to OrGate, but I can draw
multiple outgoing connections from an OrGate?
Everytime I connect a second connection to the OrGate, the first connection
pointing to the middle of the diagram. I think it is pointing to (100,100),
from a previous positing, that means it can't find a connection positing. My
question is why this happens when I try to connect a second connection? This
should not affect the first connection.

I even try changing the logic example to use ChopBoxConnection Anchor
instead of the FixedConnectionAnchor, same thing happens: one 1 incoming
connection, but multiple outgoing connection.

Thank you for any help.
Re: Connection Anchor question in Logic Editor Example [message #50874 is a reply to message #50789] Tue, 24 December 2002 02:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: truenoto.yahoo.com

Look at the code for the LogicSubpart.
For incoming connections, it uses a HashTable.
For outgoing connections, it uses a Vector.

"Hal" <otaconss2@hotmail.com> wrote in message
news:au7fhd$d56$1@rogue.oti.com...
> Why I can't connect multiple incoming connections to OrGate, but I can
draw
> multiple outgoing connections from an OrGate?
> Everytime I connect a second connection to the OrGate, the first
connection
> pointing to the middle of the diagram. I think it is pointing to
(100,100),
> from a previous positing, that means it can't find a connection positing.
My
> question is why this happens when I try to connect a second connection?
This
> should not affect the first connection.
>
> I even try changing the logic example to use ChopBoxConnection Anchor
> instead of the FixedConnectionAnchor, same thing happens: one 1 incoming
> connection, but multiple outgoing connection.
>
> Thank you for any help.
>
>
>
Re: Connection Anchor question in Logic Editor Example [message #50957 is a reply to message #50789] Tue, 24 December 2002 16:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hudsonr.us.eye-bee-em.com

This is a bug in the Command. It should prevent the operation.

Only one input is valid.

"Hal" <otaconss2@hotmail.com> wrote in message
news:au7fhd$d56$1@rogue.oti.com...
> Why I can't connect multiple incoming connections to OrGate, but I can
draw
> multiple outgoing connections from an OrGate?
> Everytime I connect a second connection to the OrGate, the first
connection
> pointing to the middle of the diagram. I think it is pointing to
(100,100),
> from a previous positing, that means it can't find a connection positing.
My
> question is why this happens when I try to connect a second connection?
This
> should not affect the first connection.
>
> I even try changing the logic example to use ChopBoxConnection Anchor
> instead of the FixedConnectionAnchor, same thing happens: one 1 incoming
> connection, but multiple outgoing connection.
>
> Thank you for any help.
>
>
>
Re: Connection Anchor question in Logic Editor Example [message #51066 is a reply to message #50957] Wed, 25 December 2002 00:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: truenoto.yahoo.com

This is a bug in the Command in the logic editor example? or a bug in the
command in the GEF framework?



"Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
news:aua20s$gj2$1@rogue.oti.com...
> This is a bug in the Command. It should prevent the operation.
>
> Only one input is valid.
>
> "Hal" <otaconss2@hotmail.com> wrote in message
> news:au7fhd$d56$1@rogue.oti.com...
> > Why I can't connect multiple incoming connections to OrGate, but I can
> draw
> > multiple outgoing connections from an OrGate?
> > Everytime I connect a second connection to the OrGate, the first
> connection
> > pointing to the middle of the diagram. I think it is pointing to
> (100,100),
> > from a previous positing, that means it can't find a connection
positing.
> My
> > question is why this happens when I try to connect a second connection?
> This
> > should not affect the first connection.
> >
> > I even try changing the logic example to use ChopBoxConnection Anchor
> > instead of the FixedConnectionAnchor, same thing happens: one 1 incoming
> > connection, but multiple outgoing connection.
> >
> > Thank you for any help.
> >
> >
> >
>
>
Re: Connection Anchor question in Logic Editor Example [message #51149 is a reply to message #51066] Thu, 26 December 2002 17:03 Go to previous message
Eclipse UserFriend
Originally posted by: hudsonr.us.eye-bee-em.com

the logic example

"Takumi Fujiwara" <truenoto@yahoo.com> wrote in message
news:auav0m$q2a$1@rogue.oti.com...
>
> This is a bug in the Command in the logic editor example? or a bug in the
> command in the GEF framework?
>
>
>
> "Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
> news:aua20s$gj2$1@rogue.oti.com...
> > This is a bug in the Command. It should prevent the operation.
> >
> > Only one input is valid.
> >
> > "Hal" <otaconss2@hotmail.com> wrote in message
> > news:au7fhd$d56$1@rogue.oti.com...
> > > Why I can't connect multiple incoming connections to OrGate, but I can
> > draw
> > > multiple outgoing connections from an OrGate?
> > > Everytime I connect a second connection to the OrGate, the first
> > connection
> > > pointing to the middle of the diagram. I think it is pointing to
> > (100,100),
> > > from a previous positing, that means it can't find a connection
> positing.
> > My
> > > question is why this happens when I try to connect a second
connection?
> > This
> > > should not affect the first connection.
> > >
> > > I even try changing the logic example to use ChopBoxConnection Anchor
> > > instead of the FixedConnectionAnchor, same thing happens: one 1
incoming
> > > connection, but multiple outgoing connection.
> > >
> > > Thank you for any help.
> > >
> > >
> > >
> >
> >
>
>
Previous Topic:Is this me or is this a bug?
Next Topic:how to refresh the view after a part was added?
Goto Forum:
  


Current Time: Wed Jul 17 16:59:13 GMT 2024

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

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

Back to the top