Marquee in GEF [message #23866] |
Fri, 04 October 2002 18:55  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04250 seconds