"CLabel and CCombo" problem

SWT Designer allows you to create the views, editors, perspectives, pref pages, composites, etc. that comprise Eclipse SWT & RCP applications and plug-ins.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

"CLabel and CCombo" problem

Postby table686 » Sun Jun 12, 2005 8:19 pm

dear sir/madam:

Hello.

I have downloaded a trial version of swt designer(4.0.1 for eclipse rc1)from your website.
But I found when I added a "Clabel" or "Ccombo" ,swt designer wrote code like this "import org.eclipse.swt.widgets.CCombo;import org.eclipse.swt.widgets.CLabel;".However,I can only find CCombo in" org.eclipse.swt.custom.CCombo".Can you help me?

Thanks a lot.
table686
 
Posts: 5
Joined: Sun Jun 12, 2005 7:58 pm

Re: "CLabel and CCombo" problem

Postby Eric Clayberg » Mon Jun 13, 2005 5:18 am

table686 wrote:when I added a "Clabel" or "Ccombo" ,swt designer wrote code like this "import org.eclipse.swt.widgets.CCombo;import org.eclipse.swt.widgets.CLabel;"

This has been fixed in the latest v4.0.1 build.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Postby table686 » Mon Jun 13, 2005 5:30 am

I have downloaded the newest version 4.0.1 for eclipse rc2 today.But it seems the problem still exists.
I have another problem.If I change my eclipse platform(for example,rc1 to rc2),how can I move the project created by swt designer to the new eclipse platform?
Thanks.
table686
 
Posts: 5
Joined: Sun Jun 12, 2005 7:58 pm

Postby Eric Clayberg » Mon Jun 13, 2005 6:29 am

table686 wrote:I have downloaded the newest version 4.0.1 for eclipse rc2 today.But it seems the problem still exists.

No. The problem was definitely fixed in the latest v4.0.1 build (2005.06.13).

To confirm, create a new SWT Application Window and add a single CLabel to it. The only new imports that are added are:
    import org.eclipse.swt.SWT;
    import org.eclipse.swt.custom.CLabel;
table686 wrote:I have another problem.If I change my eclipse platform(for example,rc1 to rc2),how can I move the project created by swt designer to the new eclipse platform?

Just use the standard Eclipse Import > Existing Projetc into Workspace command.

After you import the project, you can then open your classes using the Designer Editor.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Postby table686 » Mon Jun 13, 2005 7:16 am

I have tried the newest version you said.This bug is fixed.Thanks.
table686
 
Posts: 5
Joined: Sun Jun 12, 2005 7:58 pm


Return to SWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest