Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Some custom JavaBeans do not show up in VE (i know why but don't know how to fix :)
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 UserFriend
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)
Previous Topic:VE in debug mode extrem slowly
Next Topic:Some custom JavaBeans do not show up in VE (i know why but don't know how to fix :)
Goto Forum:
  


Current Time: Mon Jun 23 09:31:51 EDT 2025

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

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

Back to the top