Problem with placing the Custom Item with the Latest Build

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

Problem with placing the Custom Item with the Latest Build

Postby myerramalli » Tue Sep 07, 2004 4:03 pm

I created the following Custom Control called TabItem
here is the code with the latest build

package myComposite;

public class TabItem extends org.eclipse.swt.widgets.TabItem{

public TabItem(TabFolder parent, int style){
super(parent,style);
}

}

I was able to place this in the Custom Controls tab, but in my test app if I place this TabItem inside the TabFolder. In the source the Package is targeted to org.eclipse.swt.widgets.TabItem, but it should target the package the myComposite
Hope you got my point.
myerramalli
 
Posts: 16
Joined: Thu Aug 26, 2004 4:32 pm

Re: Problem with placing the Custom Item with the Latest Bui

Postby Eric Clayberg » Tue Sep 07, 2004 6:26 pm

myerramalli wrote:I was able to place this in the Custom Controls tab, but in my test app if I place this TabItem inside the TabFolder. In the source the Package is targeted to org.eclipse.swt.widgets.TabItem, but it should target the package the myComposite

Yes. That looks like a problem we need to fix.
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