Hi Gerardo, On Mon, Nov 14, 2011 at 06:02:46PM -0600, Gerardo Gómez wrote: > Hello. > I've developed an extension which uses the XGridDataModel (especifically a > grid). This extension works ok on Ooo 3.3, but when i try to use it in the > new version, the 3.4 beta, the dialog that has the grid doesn't work at > all. This message is shown when i try to display the dialog with the grid: > > /opt/ooo-dev3/program/../basis-link/ure-link/lib/libstdc++.so.6: version > `GLIBCXX_3.4.11' not found (required by /usr/lib/libproxy.so.1) > Failed to load module: /usr/lib/gio/modules/libgiolibproxy.so > Exception in thread "Thread-175" java.lang.NoSuchMethodError: > com.sun.star.awt.grid.XGridDataModel.addRow(Ljava/lang/String;[Ljava/lang/Object;)V > at util.OoGridDataModel.addRow(OoGridDataModel.java:43) > at util.OoGridDataModel.addRow(OoGridDataModel.java:39) > at > org.openoffice.gdocs.ui.dialogs.ImportDialog.getDocumentsGrid(ImportDialog.java:811) > at > org.openoffice.gdocs.ui.dialogs.ImportDialog.initComponents(ImportDialog.java:319) > at > org.openoffice.gdocs.ui.dialogs.ImportDialog.<init>(ImportDialog.java:257) > at org.openoffice.gdocs.UNOGDocs$3.run(UNOGDocs.java:262) > at java.lang.Thread.run(Thread.java:662) > > I think that this problem has to do with the new version (maybe because it > is a beta).
the API was changed in an incompatible way with http://hg.services.openoffice.org/OOO340/rev/435dac48d5dd since 3.4 you have to use css.awt.grid.XMutableGridDataModel, it should be document on the SDK you downloaded with OOo 3.4 beta Regards -- Ariel Constenla-Haile La Plata, Argentina
pgpdxCvOzPEKV.pgp
Description: PGP signature
