[Qt-jambi-interest] New Qt Jambi 4.5.0_01 LGPL package uploaded

Danny Sporea dannysporea at yahoo.com
Fri May 15 18:31:48 CEST 2009


Oh, and one more related thing: the custom widgets appear in the Qt Widget Box, but in the Qt Object Inspector they appear with a red denied icon for the existing forms and the existing forms do not display them properly. However, if I create a new form and use one of the custom widgets, it works... I have a lot of forms with custom widgets and I don't want to recreate them, please help...

Thanks,
Danny



________________________________
From: Danny Sporea <dannysporea at yahoo.com>
To: "qt-jambi-interest at trolltech.com" <qt-jambi-interest at trolltech.com>
Sent: Friday, May 15, 2009 11:53:57 AM
Subject: Re: [Qt-jambi-interest] New Qt Jambi 4.5.0_01 LGPL package uploaded


It seems to be working fine, however I'm having some issues with my custom widgets: when I'm trying to access Project Properties -> Qt Designer Plugins an error message is displayed stating "The currently displayed page contains invalid values". And this is the exception from the Eclipse log:


!ENTRY org.eclipse.jface 4 2 2009-05-15 11:39:53.115
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NoClassDefFoundError: oracle/help/library/Book
 at java.lang.Class.getDeclaredConstructors0(Native Method)
 at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
 at java.lang.Class.getConstructors(Unknown Source)
 at com.trolltech.qtjambi.plugintest.QtJambiPluginTest.checkConstructor(QtJambiPluginTest.java:107)
 at com.trolltech.qtjambi.plugintest.QtJambiPluginTest.<init>(QtJambiPluginTest.java:78)
 at com.trolltech.qtjambi.properties.QtDesignerPlugins.init(QtDesignerPlugins.java:59)
 at com.trolltech.qtjambi.properties.QtDesignerPlugins.createContents(QtDesignerPlugins.java:92)
 at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:235)
 at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1468)
 at org.eclipse.jface.preference.PreferenceDialog$14.run(PreferenceDialog.java:1225)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
 at org.eclipse.core.runtime.Platform.run(Platform.java:880)
 at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
 at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
 at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1219)
 at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:682)
 at org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.java:702)
 at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
 at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:698)
 at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
 at org.eclipse.core.runtime.Platform.run(Platform.java:880)
 at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
 at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
 at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:840)
 at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1153)
 at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1178)
 at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250)
 at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244)
 at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418)
 at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
 at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
 at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
 at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
 at org.eclipse.jface.window.Window.open(Window.java:801)
 at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
 at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
 at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
 at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
 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:3823)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
 at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
 at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
 at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
 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:193)
 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:386)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
 at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.ClassNotFoundException: oracle.help.library.Book
 at java.net.URLClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClassInternal(Unknown Source)
 ... 65 more

Thanks,
Danny




________________________________
From: Isaak Malik <isooik at gmail.com>
To: "qt-jambi-interest at trolltech.com" <qt-jambi-interest at trolltech.com>
Sent: Friday, May 15, 2009 9:13:16 AM
Subject: Re: [Qt-jambi-interest] New Qt Jambi 4.5.0_01 LGPL package uploaded

Ok, thank you


On Fri, May 15, 2009 at 10:16 AM, Eskil Abrahamsen Blomfeldt <eblomfel at trolltech.com> wrote:

Isaak Malik wrote:

Is this fix limited to Eclipse integration?

The fix makes it possible to use the package together with the Eclipse Integration. Otherwise it should be identical with the previous one.

-- Eskil


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-jambi-interest/attachments/20090515/80bb355d/attachment.html 


More information about the Qt-jambi-interest mailing list