Skip to main content



      Home
Home » Eclipse Projects » GEF » Opening a GEF (or SWT) design pallet?
Opening a GEF (or SWT) design pallet? [message #92744] Fri, 05 September 2003 12:24 Go to next message
Eclipse UserFriend
Originally posted by: jkrepsBEAR.FISHneb.rr.com

So far, the only way I can design SWT apps is to code them from scratch:
coding --> running --> taking notes ---> editing code to reflect noted
changes ---> running ... etc., is not a very efficient way to create a GUI
application.

What I would like to do is open a blank 'canvas' and start dropping wigets
on it to create the UI that I want. When I attempt to open a new project
I am not offered the SWT (or GEF) option. Both SWT and GEF plugins are
installed, how do I access them in a graphical mode?

--

-
GrayGeek
Re: Opening a GEF (or SWT) design pallet? [message #92776 is a reply to message #92744] Fri, 05 September 2003 15:39 Go to previous messageGo to next message
Eclipse UserFriend
If you want to design SWT GUIs, you might want to try Advanced Eclipse
SWT Designer (http://www.swt-designer.com). There's no way to visually
design SWT or GEF applications "out of the box" -- you need to get third
-party plugins to do that.

Eric


GrayGeek wrote:
> So far, the only way I can design SWT apps is to code them from scratch:
> coding --> running --> taking notes ---> editing code to reflect noted
> changes ---> running ... etc., is not a very efficient way to create a GUI
> application.
>
> What I would like to do is open a blank 'canvas' and start dropping wigets
> on it to create the UI that I want. When I attempt to open a new project
> I am not offered the SWT (or GEF) option. Both SWT and GEF plugins are
> installed, how do I access them in a graphical mode?
>
Re: Opening a GEF (or SWT) design pallet? [message #92820 is a reply to message #92776] Sat, 06 September 2003 02:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jkrepsBEAR.FISHneb.rr.com

Eric Bordeau wrote:

> If you want to design SWT GUIs, you might want to try Advanced Eclipse
> SWT Designer (http://www.swt-designer.com). There's no way to visually
> design SWT or GEF applications "out of the box" -- you need to get third
> -party plugins to do that.
>
> Eric

That's what I've gathered from this newsgroup.
I have been experiementing with swt-designer most of the evening and into
the night. I attempted to create a TabFolder with four TabItems on it,
and some labels and textboxes on each tab. I never got beyond the four
tabs because the design canvase shrank down to about 50 pixels square and I
couldn't find a way to expand it back to 500 x 375 again, so it was
impossible to use after that.

If the swt-designer is the best GPL'd gui rad tool for eclipse available,
I've come to the opinion that hand coding a UI is faster and more reliable
than the swt-designer (my appologies to whom ever wrote it) because
swt-designer crashes too much.
Thanks, Eric


>
> GrayGeek wrote:
>> So far, the only way I can design SWT apps is to code them from scratch:
>> coding --> running --> taking notes ---> editing code to reflect noted
>> changes ---> running ... etc., is not a very efficient way to create a
>> GUI application.
>>
>> What I would like to do is open a blank 'canvas' and start dropping
>> wigets
>> on it to create the UI that I want. When I attempt to open a new
>> project
>> I am not offered the SWT (or GEF) option. Both SWT and GEF plugins are
>> installed, how do I access them in a graphical mode?
>>

--

-
GrayGeek
Re: Opening a GEF (or SWT) design pallet? [message #92894 is a reply to message #92820] Sun, 07 September 2003 23:34 Go to previous message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

GrayGeek <jkrepsBEAR@fishneb.rr.com> wrote:

> That's what I've gathered from this newsgroup.
> I have been experiementing with swt-designer most of the evening and into
> the night. I attempted to create a TabFolder with four TabItems on it,
> and some labels and textboxes on each tab. I never got beyond the four
> tabs because the design canvase shrank down to about 50 pixels square and I
> couldn't find a way to expand it back to 500 x 375 again, so it was
> impossible to use after that.
When convas shrinks to small size this means usually some exception during
preparing of image. Look it PDE error log (in view or directly in file
..metadata/.log).

> If the swt-designer is the best GPL'd gui rad tool for eclipse available,
> I've come to the opinion that hand coding a UI is faster and more reliable
> than the swt-designer (my appologies to whom ever wrote it) because
> swt-designer crashes too much.
Do you know, that best method to remove bugs is contact with author and
give him exception traces? :-)
I use Designer myself for two applications and feel that I already can not
live without it. Write again all these GridData gd = new GridData(...) ?
No-no-no. :-)
So please, describe your situation in bug report and let us to fix it.

--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)
Previous Topic:[ann] directed graph layout released and JavaDoced
Next Topic:Connections in Liinux
Goto Forum:
  


Current Time: Fri Apr 25 03:49:26 EDT 2025

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

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

Back to the top