Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE Generating code in wrong place
VE Generating code in wrong place [message #141601] Tue, 09 October 2007 00:07 Go to next message
Mike Sacauskis is currently offline Mike SacauskisFriend
Messages: 6
Registered: July 2009
Junior Member
I'm having a problem with VE putting generated code in the wrong place.
I'm I create a JFrame with jPanel. I change the JPanel layout to null. I
put a JLabel in to the JPanel and a JTextField. I change the font
attribute of JTextField and the font information gets put in the middle of
the package declaration:

package mil.navy.nrlssc.dmap.TEDServi username.setFont(new
Font("Tahoma", Font.BOLD, 12));
ces.Database.Oracle.GUI;

I'm running 3.2.2 of Eclipse

I have the following plugins installed.

com.quantum.feature. 3.0.6
EMF+enduser tools 2.2.4 v20070030400
Eclipse project SDK 3.2.2.r322
Eclipse RCP patches 2 and 3
EMF Services Data object (SD) Runtime + end user tools 2.2.1.v200702131851
Graphical Editing Framework 3.2.0.20060626
JAutodoc 1.5.0
VE 1.2.1.v20060817

Any Help would be greatly appreciated. I've used this to in the past and
it has worked well.

Thanks Mike Sacauskis
Re: VE Generating code in wrong place [message #141650 is a reply to message #141601] Thu, 11 October 2007 04:42 Go to previous messageGo to next message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"Mike Sacauskis" <mike.sacauskis@gdit.com> wrote in message
news:c92752eb7bcb040f18168ca15c952a95$1@www.eclipse.org...
> I'm having a problem with VE putting generated code in the wrong place.
> I'm I create a JFrame with jPanel. I change the JPanel layout to null. I
> put a JLabel in to the JPanel and a JTextField. I change the font
> attribute of JTextField and the font information gets put in the middle of
> the package declaration:
>
> package mil.navy.nrlssc.dmap.TEDServi username.setFont(new
> Font("Tahoma", Font.BOLD, 12));
> ces.Database.Oracle.GUI;
>
> I'm running 3.2.2 of Eclipse
>
> I have the following plugins installed.
>
> com.quantum.feature. 3.0.6
> EMF+enduser tools 2.2.4 v20070030400
> Eclipse project SDK 3.2.2.r322
> Eclipse RCP patches 2 and 3
> EMF Services Data object (SD) Runtime + end user tools 2.2.1.v200702131851
> Graphical Editing Framework 3.2.0.20060626
> JAutodoc 1.5.0
> VE 1.2.1.v20060817
>
> Any Help would be greatly appreciated. I've used this to in the past and
> it has worked well.
Which version did it work with?
Have you tried it with the latests builds?


--
Cheers, Philippe
http://www.nexb.com - http://eclipse.org/ve - http://eclipse.org/atf -
http://easyeclipse.org - http://phpeclipse.net
Re: VE Generating code in wrong place [message #141692 is a reply to message #141601] Fri, 12 October 2007 21:16 Go to previous message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"Mike Sacauskis" <mike.sacauskis@gdit.com> wrote in message
news:c92752eb7bcb040f18168ca15c952a95$1@www.eclipse.org...
> I'm having a problem with VE putting generated code in the wrong place.
> I'm I create a JFrame with jPanel. I change the JPanel layout to null. I
> put a JLabel in to the JPanel and a JTextField. I change the font
> attribute of JTextField and the font information gets put in the middle of
> the package declaration:
>
> package mil.navy.nrlssc.dmap.TEDServi username.setFont(new
> Font("Tahoma", Font.BOLD, 12));
> ces.Database.Oracle.GUI;
>
> I'm running 3.2.2 of Eclipse
>
> I have the following plugins installed.
>
> com.quantum.feature. 3.0.6
> EMF+enduser tools 2.2.4 v20070030400
> Eclipse project SDK 3.2.2.r322
> Eclipse RCP patches 2 and 3
> EMF Services Data object (SD) Runtime + end user tools 2.2.1.v200702131851
> Graphical Editing Framework 3.2.0.20060626
> JAutodoc 1.5.0
> VE 1.2.1.v20060817
>
> Any Help would be greatly appreciated. I've used this to in the past and
> it has worked well.
>
> Thanks Mike Sacauskis
Mike:
Have you tried the latest builds?
http://eclipse.org/ve

--
Cheers, Philippe
http://www.nexb.com - http://eclipse.org/ve - http://eclipse.org/atf -
http://easyeclipse.org - http://phpeclipse.net
Re: VE Generating code in wrong place [message #616758 is a reply to message #141601] Thu, 11 October 2007 04:42 Go to previous message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"Mike Sacauskis" <mike.sacauskis@gdit.com> wrote in message
news:c92752eb7bcb040f18168ca15c952a95$1@www.eclipse.org...
> I'm having a problem with VE putting generated code in the wrong place.
> I'm I create a JFrame with jPanel. I change the JPanel layout to null. I
> put a JLabel in to the JPanel and a JTextField. I change the font
> attribute of JTextField and the font information gets put in the middle of
> the package declaration:
>
> package mil.navy.nrlssc.dmap.TEDServi username.setFont(new
> Font("Tahoma", Font.BOLD, 12));
> ces.Database.Oracle.GUI;
>
> I'm running 3.2.2 of Eclipse
>
> I have the following plugins installed.
>
> com.quantum.feature. 3.0.6
> EMF+enduser tools 2.2.4 v20070030400
> Eclipse project SDK 3.2.2.r322
> Eclipse RCP patches 2 and 3
> EMF Services Data object (SD) Runtime + end user tools 2.2.1.v200702131851
> Graphical Editing Framework 3.2.0.20060626
> JAutodoc 1.5.0
> VE 1.2.1.v20060817
>
> Any Help would be greatly appreciated. I've used this to in the past and
> it has worked well.
Which version did it work with?
Have you tried it with the latests builds?


--
Cheers, Philippe
http://www.nexb.com - http://eclipse.org/ve - http://eclipse.org/atf -
http://easyeclipse.org - http://phpeclipse.net
Re: VE Generating code in wrong place [message #616762 is a reply to message #141601] Fri, 12 October 2007 21:16 Go to previous message
Philippe Ombredanne is currently offline Philippe OmbredanneFriend
Messages: 386
Registered: July 2009
Senior Member
"Mike Sacauskis" <mike.sacauskis@gdit.com> wrote in message
news:c92752eb7bcb040f18168ca15c952a95$1@www.eclipse.org...
> I'm having a problem with VE putting generated code in the wrong place.
> I'm I create a JFrame with jPanel. I change the JPanel layout to null. I
> put a JLabel in to the JPanel and a JTextField. I change the font
> attribute of JTextField and the font information gets put in the middle of
> the package declaration:
>
> package mil.navy.nrlssc.dmap.TEDServi username.setFont(new
> Font("Tahoma", Font.BOLD, 12));
> ces.Database.Oracle.GUI;
>
> I'm running 3.2.2 of Eclipse
>
> I have the following plugins installed.
>
> com.quantum.feature. 3.0.6
> EMF+enduser tools 2.2.4 v20070030400
> Eclipse project SDK 3.2.2.r322
> Eclipse RCP patches 2 and 3
> EMF Services Data object (SD) Runtime + end user tools 2.2.1.v200702131851
> Graphical Editing Framework 3.2.0.20060626
> JAutodoc 1.5.0
> VE 1.2.1.v20060817
>
> Any Help would be greatly appreciated. I've used this to in the past and
> it has worked well.
>
> Thanks Mike Sacauskis
Mike:
Have you tried the latest builds?
http://eclipse.org/ve

--
Cheers, Philippe
http://www.nexb.com - http://eclipse.org/ve - http://eclipse.org/atf -
http://easyeclipse.org - http://phpeclipse.net
Previous Topic:[ANN] Looking for help: Visual XForms editor, OpenMRS and fighting the AIDS pandemic in Africa
Next Topic:How to parse the VE Model: XMI View.xmi
Goto Forum:
  


Current Time: Tue Mar 19 02:43:15 GMT 2024

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

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

Back to the top