Configure palette problem

Swing Designer allows you to quickly create the frames, panels, dialogs, applets and other UI elements that comprise Java Swing applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

Configure palette problem

Postby mkornatzki » Wed Aug 12, 2009 5:04 am

Hello,

today i relize that i can not configure the palette. Things like "add category..." didn't work.
I guess that two or three days before all function without problems.

I was looking if i make a failure and so i take a new elcipse 3.5 for java development an install the nightly build of the swingdesigner via update manager.

here is my eclipse logfile
Code: Select all
!SESSION 2009-08-12 14:54:04.644 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -showlocation
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product -data C:\Dokumente und Einstellungen\Miko\new0812 -showlocation

!ENTRY org.eclipse.ui 4 0 2009-08-12 14:55:12.916
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
   at com.instantiations.designer.core.editor.palette.dialogs.CategoryAddDialog.createAdditionalControls(CategoryAddDialog.java:50)
   at com.instantiations.designer.core.editor.palette.dialogs.CategoryAbstractDialog.createControls(CategoryAbstractDialog.java:71)
   at com.instantiations.eclipse.ui.dialogs.AbstractValidationTitleAreaDialog.createDialogArea(AbstractValidationTitleAreaDialog.java:78)
   at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:147)
   at com.instantiations.eclipse.ui.dialogs.AbstractValidationTitleAreaDialog.createContents(AbstractValidationTitleAreaDialog.java:50)
   at org.eclipse.jface.window.Window.create(Window.java:431)
   at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
   at org.eclipse.jface.window.Window.open(Window.java:790)
   at com.instantiations.designer.core.editor.palette.DesignerPaletteComposite$7.run(DesignerPaletteComposite.java:443)
   at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
   at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
   at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
   at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2009-08-12 14:57:14.850
!MESSAGE The installable unit org.eclipse.ui.win32.translated_host_properties is missing the filename property.


regards,
michael
mkornatzki
 
Posts: 121
Joined: Wed Oct 15, 2008 3:57 am

Re: Configure palette problem

Postby mkornatzki » Thu Aug 13, 2009 2:21 am

hi,

with the nightly build the problem is fixed.

thanks,
michael
mkornatzki
 
Posts: 121
Joined: Wed Oct 15, 2008 3:57 am

Re: Configure palette problem

Postby Eric Clayberg » Thu Aug 13, 2009 7:05 am

Glad that worked for you
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

Re: Configure palette problem

Postby mkornatzki » Fri Nov 06, 2009 5:22 am

hi sandy,

what are you trying to do (add category, add static factory, ...)?
for me everything is still ok.

cheers, michael
mkornatzki
 
Posts: 121
Joined: Wed Oct 15, 2008 3:57 am

Re: Configure palette problem

Postby Eric Clayberg » Fri Nov 06, 2009 8:48 am

sandyrochard wrote:I had try out so many solution still not configure the palette.

Please be specific.
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 Swing Designer

Who is online

Users browsing this forum: No registered users and 1 guest