Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Not seeing VE in eclipse
Not seeing VE in eclipse [message #120646] Thu, 16 March 2006 02:57 Go to next message
Eclipse UserFriend
Originally posted by: cleedavis.hotmail.com

Hi, I have Eclipse 3.1.2, and I have installed plugins for

Visual Editor 1.1.0.1
GEF 3.1
EMF 2.1.0

I am following directions in the article "Build GUIs with the Eclipse
Visual Editor project" by David Gallardo.

However, I don't see much evidence that my Eclipse is recognizing VE as
demonstrated in the article. When I go to create a Visual Class, I don't
see the radio buttons for "frame", "panel", "applet", "other" like in the
article. If I go ahead and create the class, I do not see the Widget
section or the VE section.

Is there something else that I have to enable or do my plugin versions not
match?
Any help would be appreciated.
Re: Not seeing VE in eclipse [message #120659 is a reply to message #120646] Thu, 16 March 2006 03:15 Go to previous messageGo to next message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Chris,

David Gallardo's article is based off an earlier version of the Visual
Editor. The New Visual Class wizard has been redesigned since then.
You select the UI framework you'd like to work with in the Styles tree
on the left (Swing, SWT, AWT, etc). Then you can choose Frame, Panel,
Applet. I'm not sure what you're referring to with the Widget section
or the VE section - maybe the palette? It defaults as collapsed on the
right side of the editor - you click the Palette bar and it will expand
to show you the widgets available to you. If you click the arrow at the
top of the bar, the palette will stay open.

Up to date documentation of VE 1.1 is included in the Eclipse help, or
online here:
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. ve.doc/topics/tve_overview.html

Hope this helps,
- Jeff
Re: Not seeing VE in eclipse [message #123218 is a reply to message #120659] Sun, 16 April 2006 03:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vralphv.yahooTHIS.com

"Jeff Myers" <jeff.myers@eclipse.org> wrote in message news:dvale3$h8m$1@utils.eclipse.org...
> Chris,
>
> David Gallardo's article is based off an earlier version of the Visual Editor. The New Visual Class
> wizard has been redesigned since then. You select the UI framework you'd like to work with in the
> Styles tree on the left (Swing, SWT, AWT, etc). Then you can choose Frame, Panel, Applet. I'm not
> sure what you're referring to with the Widget section or the VE section - maybe the palette? It
> defaults as collapsed on the right side of the editor - you click the Palette bar and it will expand
> to show you the widgets available to you. If you click the arrow at the top of the bar, the palette
> will stay open.
>
> Up to date documentation of VE 1.1 is included in the Eclipse help, or online here:
> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. ve.doc/topics/tve_overview.html
>
> Hope this helps,
> - Jeff

I have been having problems getting SWT to show up in the palette. I tried
your suggestion to pick SWT in the Styles tree, which up to now I hadn't been
doing. It created code for a shell, but the palette still has only Swing and AWT.
Earlier, I tried a downloaded example, SimpleSWTBrowser.java, but it showed
up in the designer as just a bean called sShell, the name in the program. The
program runs fine, I just want to be able to use the designer on SWT. I'm
not sure whether SimpleSWTBrowser.java is even one of the VE examples I
downloaded.

Thanks, Ralph

I have VE 1.101, EMF2.12 and GEF3.10
Re: Not seeing VE in eclipse [message #123241 is a reply to message #123218] Mon, 17 April 2006 14:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

When you have SWT in a project, do you have SWT Library added in your
project's classpath? If you do not then the SWT palette will not show up.

--
Thanks,
Rich Kulp
Re: Not seeing VE in eclipse [message #123315 is a reply to message #123241] Tue, 18 April 2006 04:11 Go to previous message
Eclipse UserFriend
Originally posted by: vralphv.yahooTHIS.com

"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message news:e207nt$58o$1@utils.eclipse.org...
> When you have SWT in a project, do you have SWT Library added in your project's classpath? If you do
> not then the SWT palette will not show up.
>
> --
> Thanks,
> Rich Kulp

I did add the SWT library.
I finally got it to work, by downloading Eclipse 3.11 and GEF 3.11

Ralph
Re: Not seeing VE in eclipse [message #612319 is a reply to message #120646] Thu, 16 March 2006 03:15 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Chris,

David Gallardo's article is based off an earlier version of the Visual
Editor. The New Visual Class wizard has been redesigned since then.
You select the UI framework you'd like to work with in the Styles tree
on the left (Swing, SWT, AWT, etc). Then you can choose Frame, Panel,
Applet. I'm not sure what you're referring to with the Widget section
or the VE section - maybe the palette? It defaults as collapsed on the
right side of the editor - you click the Palette bar and it will expand
to show you the widgets available to you. If you click the arrow at the
top of the bar, the palette will stay open.

Up to date documentation of VE 1.1 is included in the Eclipse help, or
online here:
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. ve.doc/topics/tve_overview.html

Hope this helps,
- Jeff
Re: Not seeing VE in eclipse [message #612658 is a reply to message #120659] Sun, 16 April 2006 03:02 Go to previous message
ralph  is currently offline ralph Friend
Messages: 5
Registered: July 2010
Junior Member
"Jeff Myers" <jeff.myers@eclipse.org> wrote in message news:dvale3$h8m$1@utils.eclipse.org...
> Chris,
>
> David Gallardo's article is based off an earlier version of the Visual Editor. The New Visual Class
> wizard has been redesigned since then. You select the UI framework you'd like to work with in the
> Styles tree on the left (Swing, SWT, AWT, etc). Then you can choose Frame, Panel, Applet. I'm not
> sure what you're referring to with the Widget section or the VE section - maybe the palette? It
> defaults as collapsed on the right side of the editor - you click the Palette bar and it will expand
> to show you the widgets available to you. If you click the arrow at the top of the bar, the palette
> will stay open.
>
> Up to date documentation of VE 1.1 is included in the Eclipse help, or online here:
> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. ve.doc/topics/tve_overview.html
>
> Hope this helps,
> - Jeff

I have been having problems getting SWT to show up in the palette. I tried
your suggestion to pick SWT in the Styles tree, which up to now I hadn't been
doing. It created code for a shell, but the palette still has only Swing and AWT.
Earlier, I tried a downloaded example, SimpleSWTBrowser.java, but it showed
up in the designer as just a bean called sShell, the name in the program. The
program runs fine, I just want to be able to use the designer on SWT. I'm
not sure whether SimpleSWTBrowser.java is even one of the VE examples I
downloaded.

Thanks, Ralph

I have VE 1.101, EMF2.12 and GEF3.10
Re: Not seeing VE in eclipse [message #612663 is a reply to message #123218] Mon, 17 April 2006 14:12 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

When you have SWT in a project, do you have SWT Library added in your
project's classpath? If you do not then the SWT palette will not show up.

--
Thanks,
Rich Kulp
Re: Not seeing VE in eclipse [message #612676 is a reply to message #123241] Tue, 18 April 2006 04:11 Go to previous message
ralph  is currently offline ralph Friend
Messages: 5
Registered: July 2010
Junior Member
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message news:e207nt$58o$1@utils.eclipse.org...
> When you have SWT in a project, do you have SWT Library added in your project's classpath? If you do
> not then the SWT palette will not show up.
>
> --
> Thanks,
> Rich Kulp

I did add the SWT library.
I finally got it to work, by downloading Eclipse 3.11 and GEF 3.11

Ralph
Previous Topic:VE puzzle
Next Topic:Classpath bug when resolving property editors?
Goto Forum:
  


Current Time: Sat Sep 21 11:55:20 GMT 2024

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

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

Back to the top