Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » EditPart selection rectangle
EditPart selection rectangle [message #193758] Mon, 29 August 2005 07:16 Go to next message
Eclipse UserFriend
Originally posted by: dan.nicolici.nexource.ro

This is a multi-part message in MIME format.

------=_NextPart_000_0060_01C5AC82.C510DDB0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi!

I have some nested EditParts in this order: Parent -> Child -> Child's =
child. When I select the Parent or the Child, the selection rectangle =
appears, but when I select the Child's child it does not. What do you =
think the problem is?

Many thanks,

Dan
------=_NextPart_000_0060_01C5AC82.C510DDB0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have some&nbsp;nested EditParts in =
this order:=20
Parent -&gt; Child -&gt; Child's child. When I select the Parent or the =
Child,=20
the selection rectangle appears, but when I select the Child's child it =
does=20
not. What do you think the problem is?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Many thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Dan</FONT></DIV></BODY></HTML>

------=_NextPart_000_0060_01C5AC82.C510DDB0--
Re: EditPart selection rectangle [message #193773 is a reply to message #193758] Mon, 29 August 2005 09:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dan.nicolici.nexource.ro

This is a multi-part message in MIME format.

------=_NextPart_000_0125_01C5AC94.5ADFC980
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

....oh and I can't move the Child's child eighter. I put a System.out in =
the Child's child setSelected(int value) method and it shows me that the =
EditPart gets selected/unselected.
"Dan Nicolici" <dan.nicolici@nexource.ro> wrote in message =
news:deucom$on1$1@news.eclipse.org...
Hi!

I have some nested EditParts in this order: Parent -> Child -> Child's =
child. When I select the Parent or the Child, the selection rectangle =
appears, but when I select the Child's child it does not. What do you =
think the problem is?

Many thanks,

Dan
------=_NextPart_000_0125_01C5AC94.5ADFC980
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>...oh and I can't move the Child's =
child eighter. I=20
put a System.out in the Child's child setSelected(int value) method and =
it shows=20
me that the EditPart gets selected/unselected.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Dan Nicolici" &lt;<A=20
=
href=3D"mailto:dan.nicolici@nexource.ro">dan.nicolici@nexource.ro</A>&gt;=
wrote=20
in message <A=20
=
href=3D"news:deucom$on1$1@news.eclipse.org">news:deucom$on1$1@news.eclips=
e.org</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have some&nbsp;nested EditParts in =
this order:=20
Parent -&gt; Child -&gt; Child's child. When I select the Parent or =
the Child,=20
the selection rectangle appears, but when I select the Child's child =
it does=20
not. What do you think the problem is?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Many thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D2>Dan</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0125_01C5AC94.5ADFC980--
Re: EditPart selection rectangle [message #193827 is a reply to message #193773] Mon, 29 August 2005 11:51 Go to previous message
Eclipse UserFriend
Originally posted by: dan.nicolici.nexource.ro

This is a multi-part message in MIME format.

------=_NextPart_000_0052_01C5ACA9.33985940
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

....it's EditPolicy related. I finally figured it out. Duh!!! :)
"Dan Nicolici" <dan.nicolici@nexource.ro> wrote in message =
news:deuk4n$2ba$1@news.eclipse.org...
...oh and I can't move the Child's child eighter. I put a System.out =
in the Child's child setSelected(int value) method and it shows me that =
the EditPart gets selected/unselected.
"Dan Nicolici" <dan.nicolici@nexource.ro> wrote in message =
news:deucom$on1$1@news.eclipse.org...
Hi!

I have some nested EditParts in this order: Parent -> Child -> =
Child's child. When I select the Parent or the Child, the selection =
rectangle appears, but when I select the Child's child it does not. What =
do you think the problem is?

Many thanks,

Dan
------=_NextPart_000_0052_01C5ACA9.33985940
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>...it's EditPolicy related. I finally =
figured it=20
out. Duh!!!&nbsp; :)</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Dan Nicolici" &lt;<A=20
=
href=3D"mailto:dan.nicolici@nexource.ro">dan.nicolici@nexource.ro</A>&gt;=
wrote=20
in message <A=20
=
href=3D"news:deuk4n$2ba$1@news.eclipse.org">news:deuk4n$2ba$1@news.eclips=
e.org</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>...oh and I can't move the Child's =
child eighter.=20
I put a System.out in the Child's child setSelected(int value) method =
and it=20
shows me that the EditPart gets selected/unselected.</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Dan Nicolici" &lt;<A=20
=
href=3D"mailto:dan.nicolici@nexource.ro">dan.nicolici@nexource.ro</A>&gt;=
=20
wrote in message <A=20
=
href=3D"news:deucom$on1$1@news.eclipse.org">news:deucom$on1$1@news.eclips=
e.org</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I have some&nbsp;nested EditParts =
in this=20
order: Parent -&gt; Child -&gt; Child's child. When I select the =
Parent or=20
the Child, the selection rectangle appears, but when I select the =
Child's=20
child it does not. What do you think the problem is?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Many thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>Dan</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY ></HTML>

------=_NextPart_000_0052_01C5ACA9.33985940--
Previous Topic:Connection not drawn when creating an IMarker object
Next Topic:TreeLayout
Goto Forum:
  


Current Time: Fri Apr 26 04:15:11 GMT 2024

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

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

Back to the top