Some custom JavaBeans do not show up in VE (i know why but don't know how to fix :) [message #134423] |
Wed, 27 December 2006 04:26 |
Eclipse User |
|
|
|
I am using latest VE 1.2.2_jem, EMF 2.2, GEF 3.2.
There is a problem that some custom javabeans do not show in VE. In "Java
Beans" panel they are visible, but with red cross.
For example, KTable (very popular table control)
kTable = new KTable(sShell, SWT.FLAT | SWTX.FILL_WITH_LASTCOL |
SWT.FULL_SELECTION | SWT.HIDE_SELECTION | SWTX.AUTO_SCROLL );
is not shown because VE does not know property SWTX.AUTO_SCROLL and
SWTX.FILL_WITH_LASTCOL , which are not standart SWT properties but imported
from de.kupzog.ktable.SWTX;
In previous versions of VE it was not a problem (at least in VE 1.1
everything showed ok).
Is it possible to let VE know where the necessary classes are located?
Attachment: screen.JPG
(Size: 21.47KB, Downloaded 251 times)
|
|
|
Powered by
FUDForum. Page generated in 0.03075 seconds