Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Some problems with the VE 1.1 and Eclipse 3.1
Some problems with the VE 1.1 and Eclipse 3.1 [message #609240] Tue, 26 July 2005 06:57
Flik is currently offline FlikFriend
Messages: 51
Registered: July 2009
Member
hello,

first i have to thank you for your great work! the new VE is really good!!!

but i have got some problems with it - i hope you can help me:

1) i have a swt shell which is shown correctly - when running in eclipse.
But if i load it in the ve, the editor doesn't show the content of my
Label...

_the code:_
dlScreen = new Label (CSvisiblecrmWelcomeScr,SWT.LEFT );
dlScreen.setBounds(new org.eclipse.swt.graphics.Rectangle(0, 0,(int)
(810), (int) (24)));
dlScreen.setFont(new
Font(org.eclipse.swt.widgets.Display.getDefault(),"MS Sans
Serif",16,SWT.BOLD));
dlScreen.setText("this is just an example");

the VE shows me the border of the Label but unfortunately it does not
show the "this is just an example" text...

2) another shell which is loading in the ve even doesn't start at all.
the editor throws the message that there is a
java.lang.NullPointerException. "Error trying to set new file into
editor". - the screen is blank.

-> but some of my other files runs without any problems...

so i hope you can help me

thanks

Flik
Previous Topic:NPE when leave VE Editor (Swing) up when close / reopen Eclipse
Next Topic:No RCP Style in Visual CLass
Goto Forum:
  


Current Time: Thu Apr 25 08:28:53 GMT 2024

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

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

Back to the top