import org.eclipse.swt.widgets.CCombo;

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

import org.eclipse.swt.widgets.CCombo;

Postby petecheng » Tue Jun 14, 2005 3:38 am

I am using the latest SWT-Designer 4.0.1.


----------------------------------------
import org.eclipse.swt.widgets.CCombo;

still has an Error.
-------------------------------------------------

I have seen other people posted the same error, but it's resolved in latest version of SWT-Designer, why am I still getting it?

Thanks,
petecheng
 
Posts: 6
Joined: Mon Jun 13, 2005 7:37 am

Re: import org.eclipse.swt.widgets.CCombo;

Postby Eric Clayberg » Tue Jun 14, 2005 3:56 am

petecheng wrote:I have seen other people posted the same error, but it's resolved in latest version of SWT-Designer, why am I still getting it?

If you are still getting that when you create a new window and add a CCombo, it means that you aren't using the latest v4.0.1 build (2005.06.13 or later).

To confirm the fix, 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;
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


Return to SWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest