Skip to main content



      Home
Home » Eclipse Projects » GEF » Strip palette from GEF?
Strip palette from GEF? [message #88689] Mon, 28 July 2003 10:45 Go to next message
Eclipse UserFriend
Originally posted by: myles_jeffery.hotmail.com

Is it possible to strip the pallete (the toolbar-like control from within
the GEF editor) out from GEF and use it as a standalone control?

Thanks,

Myles
Re: Strip palette from GEF? [message #88704 is a reply to message #88689] Mon, 28 July 2003 10:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myles_jeffery.hotmail.com

Or at the very least, put the palette within a ViewPart?

"Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
news:bg3d0h$fr6$1@eclipse.org...
> Is it possible to strip the pallete (the toolbar-like control from within
> the GEF editor) out from GEF and use it as a standalone control?
>
> Thanks,
>
> Myles
>
>
Re: Strip palette from GEF? [message #88844 is a reply to message #88704] Tue, 29 July 2003 10:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

The PaletteViewer can be used anywhere that an SWT Canvas can be used.
IBM's Websphere Studio App Developer places the palette in at least two
different views.

We are investigating defining the Palette View as part of Eclipse. If you
feel that GEF should provide such a default view, feel free to discuss this
on the developement mailing list.

"Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
news:bg3d78$g4u$1@eclipse.org...
> Or at the very least, put the palette within a ViewPart?
>
> "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> news:bg3d0h$fr6$1@eclipse.org...
> > Is it possible to strip the pallete (the toolbar-like control from
within
> > the GEF editor) out from GEF and use it as a standalone control?
> >
> > Thanks,
> >
> > Myles
> >
> >
>
>
Re: Strip palette from GEF? [message #89051 is a reply to message #88844] Tue, 29 July 2003 12:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myles_jeffery.hotmail.com

Thanks for the info. I definitely think that it should be provided as a
standard control with Eclipse - its pretty cool.

By the way, is there a tuturial on using the palette? Its a bit mysterious
for a first timer.

Thanks,

Myles

"Randy Hudson" <none@us.ibm.com> wrote in message
news:bg5v55$6uc$1@eclipse.org...
> The PaletteViewer can be used anywhere that an SWT Canvas can be used.
> IBM's Websphere Studio App Developer places the palette in at least two
> different views.
>
> We are investigating defining the Palette View as part of Eclipse. If you
> feel that GEF should provide such a default view, feel free to discuss
this
> on the developement mailing list.
>
> "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> news:bg3d78$g4u$1@eclipse.org...
> > Or at the very least, put the palette within a ViewPart?
> >
> > "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> > news:bg3d0h$fr6$1@eclipse.org...
> > > Is it possible to strip the pallete (the toolbar-like control from
> within
> > > the GEF editor) out from GEF and use it as a standalone control?
> > >
> > > Thanks,
> > >
> > > Myles
> > >
> > >
> >
> >
>
>
Re: Strip palette from GEF? [message #89293 is a reply to message #88844] Wed, 30 July 2003 11:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myles_jeffery.hotmail.com

Randy,

Would I be correct in presuming that it would be too much work to make it
worthwhile stripping out the palette viewer from version 2.1 of Eclipse in
order to make it compatible with version 2.0.1 of Eclipse?

Our product works with 2.0.1 and we would want to stay with that version at
all costs at the moment, but we would love to incorporate the latest pallete
viewer from 2.1.

Thanks,

Myles

"Randy Hudson" <none@us.ibm.com> wrote in message
news:bg5v55$6uc$1@eclipse.org...
> The PaletteViewer can be used anywhere that an SWT Canvas can be used.
> IBM's Websphere Studio App Developer places the palette in at least two
> different views.
>
> We are investigating defining the Palette View as part of Eclipse. If you
> feel that GEF should provide such a default view, feel free to discuss
this
> on the developement mailing list.
>
> "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> news:bg3d78$g4u$1@eclipse.org...
> > Or at the very least, put the palette within a ViewPart?
> >
> > "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> > news:bg3d0h$fr6$1@eclipse.org...
> > > Is it possible to strip the pallete (the toolbar-like control from
> within
> > > the GEF editor) out from GEF and use it as a standalone control?
> > >
> > > Thanks,
> > >
> > > Myles
> > >
> > >
> >
> >
>
>
Re: Strip palette from GEF? [message #89308 is a reply to message #89293] Wed, 30 July 2003 11:40 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

I believe this would be very hard. I think we added width and height hints
throughout draw2d, in both IFigure and LayoutManager. Without these hints,
the palette will not layout properly.

"Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
news:bg8om9$90r$1@eclipse.org...
> Randy,
>
> Would I be correct in presuming that it would be too much work to make it
> worthwhile stripping out the palette viewer from version 2.1 of Eclipse in
> order to make it compatible with version 2.0.1 of Eclipse?
>
> Our product works with 2.0.1 and we would want to stay with that version
at
> all costs at the moment, but we would love to incorporate the latest
pallete
> viewer from 2.1.
>
> Thanks,
>
> Myles
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:bg5v55$6uc$1@eclipse.org...
> > The PaletteViewer can be used anywhere that an SWT Canvas can be used.
> > IBM's Websphere Studio App Developer places the palette in at least two
> > different views.
> >
> > We are investigating defining the Palette View as part of Eclipse. If
you
> > feel that GEF should provide such a default view, feel free to discuss
> this
> > on the developement mailing list.
> >
> > "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> > news:bg3d78$g4u$1@eclipse.org...
> > > Or at the very least, put the palette within a ViewPart?
> > >
> > > "Myles Jeffery" <myles_jeffery@hotmail.com> wrote in message
> > > news:bg3d0h$fr6$1@eclipse.org...
> > > > Is it possible to strip the pallete (the toolbar-like control from
> > within
> > > > the GEF editor) out from GEF and use it as a standalone control?
> > > >
> > > > Thanks,
> > > >
> > > > Myles
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Previous Topic:Preventing certain Figures from influencing Scrolling
Next Topic:Adding dialog boxes
Goto Forum:
  


Current Time: Sat Jul 12 21:02:21 EDT 2025

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

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

Back to the top