Skip to main content



      Home
Home » Eclipse Projects » GEF » Marquee in GEF
Marquee in GEF [message #23866] Fri, 04 October 2002 18:55 Go to next message
Eclipse UserFriend
Does/Will GEF support Cut-And-Paste components selected by Marquee in GEF?
Or each application should implement its 'cut-and-paste' instead?

I check the Logic editor example, it does not show it can "cut-and-paste"?
And how can I change the bounder of the marguee region?

Thank you.
Re: Marquee in GEF [message #23992 is a reply to message #23866] Sat, 05 October 2002 00:11 Go to previous messageGo to next message
Eclipse UserFriend
Cut and Paste is something currently on my agenda. If everything goes well
(does it ever?), I'll work on this next week. I'll post when it's done and in CVS.

Eric

Hal wrote:
> Does/Will GEF support Cut-And-Paste components selected by Marquee in GEF?
> Or each application should implement its 'cut-and-paste' instead?
>
> I check the Logic editor example, it does not show it can "cut-and-paste"?
> And how can I change the bounder of the marguee region?
>
> Thank you.
>
>
>
Re: Marquee in GEF [message #24276 is a reply to message #23992] Sun, 06 October 2002 15:28 Go to previous messageGo to next message
Eclipse UserFriend
Thanks. Do you know is/will "Rotate" a feature of GEF also?


"Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
news:anlnf5$47u$1@rogue.oti.com...
> Cut and Paste is something currently on my agenda. If everything goes
well
> (does it ever?), I'll work on this next week. I'll post when it's done
and in CVS.
>
> Eric
>
> Hal wrote:
> > Does/Will GEF support Cut-And-Paste components selected by Marquee in
GEF?
> > Or each application should implement its 'cut-and-paste' instead?
> >
> > I check the Logic editor example, it does not show it can
"cut-and-paste"?
> > And how can I change the bounder of the marguee region?
> >
> > Thank you.
> >
> >
> >
>
Re: Marquee in GEF [message #24607 is a reply to message #24276] Sun, 06 October 2002 20:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hudsonr.us.eye-bee-em.com

"Hal" <otaconss2@hotmail.com> wrote in message
news:anq1hg$nat$1@rogue.oti.com...
> Thanks. Do you know is/will "Rotate" a feature of GEF also?

We cannot support general rotate because there is no way to rotate fonts or
images. Look at PolygonDecoration. This class takes a PointList template,
and applies a rotation, scale, and translation to generate a "result"
Pointlist, which is then used to paint. While this class is used to create
arrowheads at the ends of connections, you can reuse the Transform class to
write your own polygon figure. Or open a feature request.

>
> "Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
> news:anlnf5$47u$1@rogue.oti.com...
> > Cut and Paste is something currently on my agenda. If everything goes
> well
> > (does it ever?), I'll work on this next week. I'll post when it's done
> and in CVS.
> >
> > Eric
> >
> > Hal wrote:
> > > Does/Will GEF support Cut-And-Paste components selected by Marquee in
> GEF?
> > > Or each application should implement its 'cut-and-paste' instead?
> > >
> > > I check the Logic editor example, it does not show it can
> "cut-and-paste"?
> > > And how can I change the bounder of the marguee region?
> > >
> > > Thank you.
> > >
> > >
> > >
> >
>
>
Re: Marquee in GEF [message #24948 is a reply to message #24607] Mon, 07 October 2002 10:28 Go to previous messageGo to next message
Eclipse UserFriend
Thanks.

Is there a way to change the border of the Marquee region (change as you
move the mouse)? Right now, it is White and the background of the editor is
White, it is hard to see what components are in the Marquee region.

Thanks again.

"Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
news:anqkv9$u12$1@rogue.oti.com...
>
> "Hal" <otaconss2@hotmail.com> wrote in message
> news:anq1hg$nat$1@rogue.oti.com...
> > Thanks. Do you know is/will "Rotate" a feature of GEF also?
>
> We cannot support general rotate because there is no way to rotate fonts
or
> images. Look at PolygonDecoration. This class takes a PointList template,
> and applies a rotation, scale, and translation to generate a "result"
> Pointlist, which is then used to paint. While this class is used to
create
> arrowheads at the ends of connections, you can reuse the Transform class
to
> write your own polygon figure. Or open a feature request.
>
> >
> > "Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
> > news:anlnf5$47u$1@rogue.oti.com...
> > > Cut and Paste is something currently on my agenda. If everything goes
> > well
> > > (does it ever?), I'll work on this next week. I'll post when it's
done
> > and in CVS.
> > >
> > > Eric
> > >
> > > Hal wrote:
> > > > Does/Will GEF support Cut-And-Paste components selected by Marquee
in
> > GEF?
> > > > Or each application should implement its 'cut-and-paste' instead?
> > > >
> > > > I check the Logic editor example, it does not show it can
> > "cut-and-paste"?
> > > > And how can I change the bounder of the marguee region?
> > > >
> > > > Thank you.
> > > >
> > > >
> > > >
> > >
> >
> >
>
>
Re: Marquee in GEF [message #25078 is a reply to message #24948] Mon, 07 October 2002 12:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hudsonr.us.eye-bee-em.com

"Hal" <otaconss2@hotmail.com> wrote in message
news:ans4bd$lmn$1@rogue.oti.com...
> Thanks.
>
> Is there a way to change the border of the Marquee region (change as you
> move the mouse)? Right now, it is White and the background of the editor
is
> White, it is hard to see what components are in the Marquee region.
>
> Thanks again.

For me the marquee region is outlined with a dashed black and white line.
What are you asking for? Do you want it animated? We should probably
change it to use XOR painting as well.

> "Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
> news:anqkv9$u12$1@rogue.oti.com...
> >
> > "Hal" <otaconss2@hotmail.com> wrote in message
> > news:anq1hg$nat$1@rogue.oti.com...
> > > Thanks. Do you know is/will "Rotate" a feature of GEF also?
> >
> > We cannot support general rotate because there is no way to rotate fonts
> or
> > images. Look at PolygonDecoration. This class takes a PointList
template,
> > and applies a rotation, scale, and translation to generate a "result"
> > Pointlist, which is then used to paint. While this class is used to
> create
> > arrowheads at the ends of connections, you can reuse the Transform class
> to
> > write your own polygon figure. Or open a feature request.
> >
> > >
> > > "Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
> > > news:anlnf5$47u$1@rogue.oti.com...
> > > > Cut and Paste is something currently on my agenda. If everything
goes
> > > well
> > > > (does it ever?), I'll work on this next week. I'll post when it's
> done
> > > and in CVS.
> > > >
> > > > Eric
> > > >
> > > > Hal wrote:
> > > > > Does/Will GEF support Cut-And-Paste components selected by Marquee
> in
> > > GEF?
> > > > > Or each application should implement its 'cut-and-paste' instead?
> > > > >
> > > > > I check the Logic editor example, it does not show it can
> > > "cut-and-paste"?
> > > > > And how can I change the bounder of the marguee region?
> > > > >
> > > > > Thank you.
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> >
> >
>
>
Re: Marquee in GEF [message #25161 is a reply to message #25078] Mon, 07 October 2002 18:51 Go to previous message
Eclipse UserFriend
I am running on Window NT with the latest GEF release. But I don't see a
dashed black line.

How can I set the border color of the marquee region?

Thanks

"Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
news:ansaoe$qaj$1@rogue.oti.com...
> "Hal" <otaconss2@hotmail.com> wrote in message
> news:ans4bd$lmn$1@rogue.oti.com...
> > Thanks.
> >
> > Is there a way to change the border of the Marquee region (change as you
> > move the mouse)? Right now, it is White and the background of the editor
> is
> > White, it is hard to see what components are in the Marquee region.
> >
> > Thanks again.
>
> For me the marquee region is outlined with a dashed black and white line.
> What are you asking for? Do you want it animated? We should probably
> change it to use XOR painting as well.
>
> > "Randy Hudson" <hudsonr@us.eye-bee-em.com> wrote in message
> > news:anqkv9$u12$1@rogue.oti.com...
> > >
> > > "Hal" <otaconss2@hotmail.com> wrote in message
> > > news:anq1hg$nat$1@rogue.oti.com...
> > > > Thanks. Do you know is/will "Rotate" a feature of GEF also?
> > >
> > > We cannot support general rotate because there is no way to rotate
fonts
> > or
> > > images. Look at PolygonDecoration. This class takes a PointList
> template,
> > > and applies a rotation, scale, and translation to generate a "result"
> > > Pointlist, which is then used to paint. While this class is used to
> > create
> > > arrowheads at the ends of connections, you can reuse the Transform
class
> > to
> > > write your own polygon figure. Or open a feature request.
> > >
> > > >
> > > > "Eric Bordeau" <ebordeau@us.ibm.com> wrote in message
> > > > news:anlnf5$47u$1@rogue.oti.com...
> > > > > Cut and Paste is something currently on my agenda. If everything
> goes
> > > > well
> > > > > (does it ever?), I'll work on this next week. I'll post when it's
> > done
> > > > and in CVS.
> > > > >
> > > > > Eric
> > > > >
> > > > > Hal wrote:
> > > > > > Does/Will GEF support Cut-And-Paste components selected by
Marquee
> > in
> > > > GEF?
> > > > > > Or each application should implement its 'cut-and-paste'
instead?
> > > > > >
> > > > > > I check the Logic editor example, it does not show it can
> > > > "cut-and-paste"?
> > > > > > And how can I change the bounder of the marguee region?
> > > > > >
> > > > > > Thank you.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Previous Topic:Change the cursor in GEF
Next Topic:Hello Gef #1 : a first tutorial example (comments welcome)
Goto Forum:
  


Current Time: Sat May 10 16:15:33 EDT 2025

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

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

Back to the top