[api-dev] Extension - Addon.xcu

2009-12-08 Thread Jörg Schmidt
Hello, in an extension (*.oxt) i use the following Addon.xcu to create an button in the browserobject-toolbar - works correct in OOo 2.4.0 but not in OOo 3.1. (in OOo 3.1 i dont get a button in the browserobject-toolbar after installation of the extension) What can i do? Regards, Jörg '--

Re: [api-dev] base api : Tables.createDataDescriptor do not show appendByDescriptor method

2009-12-08 Thread Fernand Vanrie
Laurent , From wath i know, i supose you have to define your Columndescriptor also something like: with descCol . name = testcolumn1 .type = datatype.INTEGER .IsNullable=ColumnValues.NO_NULLS .IsAutoincrement = true thanks to Roberto Benitez and his exelent book i found this working sub: Sub

[api-dev] Will OpenOffice 3.1.1 supports com objects

2009-12-08 Thread Karthik Nagarajan
Hi, I have downloaded openoffice 3.1.1, I want to convert doc to pdf using microsoft .net. What dll i need to include and can you provide some code snippet to convert. Before i was using openoffice 2.3, I used to include 4 dll's into .net project C:\Program Files\OpenOffice.org

Re: [api-dev] Will OpenOffice 3.1.1 supports com objects

2009-12-08 Thread Juergen Schmidt
Hi Karthik, yes it is still supported. The mentioned dll can you find today in the SDK becasue you need them mainly during the development. It's easier to find them in the SDK instead of searching the global assembly cache where they are as well after the default installation. The SDK

Re: [api-dev] Extension - Addon.xcu

2009-12-08 Thread Steffen Grund
Hello Jörg, when I change browserobjectbar to standardbar, your Addons.xcu works. It seems that browserobjectbar is not valid anymore, but I am not familiar with it, so I am at a loss there. Where in the UI can you activate that toolbar? HTH, Steffen Jörg Schmidt wrote: Hello, in an

Re: [api-dev] Extension - Addon.xcu

2009-12-08 Thread Ariel Constenla-Haile
Hello Jörg, Steffen, On Tuesday 08 December 2009, 07:43, Steffen Grund wrote: Hello Jörg, when I change browserobjectbar to standardbar, your Addons.xcu works. It seems that browserobjectbar is not valid anymore, but I am not familiar with it, so I am at a loss there. no, you're right.

Re: [api-dev] base api : Tables.createDataDescriptor do not show appendByDescriptor method

2009-12-08 Thread Laurent Godard
Hi Fernand As i told, plain example worked The problem is that even if i can define a good TableDescriptor, the tables.columns do not show any .appendByDescriptor method, even if the connection is not read only as i can do update and insert requests As i do some odd manipulations with

Re: [api-dev] Extension - Addon.xcu

2009-12-08 Thread Carsten Driesner
Ariel Constenla-Haile wrote: Hello Jörg, Steffen, On Tuesday 08 December 2009, 07:43, Steffen Grund wrote: Hello Jörg, when I change browserobjectbar to standardbar, your Addons.xcu works. It seems that browserobjectbar is not valid anymore, but I am not familiar with it, so I am at a loss

[api-dev] open office with VB

2009-12-08 Thread Govind
Hello, We need to implement an Application in VB 6, where we need to open the .doc files using OO and read the bookmarks in the tables. And should catch the Document open, close, Doc Activate and Deactivate events. Is this possible from VB6 using Open office. Please send

Re: [api-dev] open office with VB

2009-12-08 Thread Cor Nouws
Hi Govind, Govind wrote (8-12-2009 15:00) We need to implement an Application in VB 6, where we need to open the .doc files using OO and read the bookmarks in the tables. And should catch the Document open, close, Doc Activate and Deactivate events. Most of it I know for sure. I should have

Re: [api-dev] Extension - Addon.xcu

2009-12-08 Thread Jörg Schmidt
Hello Carsten, Hello Ariel, Thanks for the help, but: Carsten Driesner wrote: http://wiki.services.openoffice.org/wiki/Framework/Article/Add on_Menu_Toolbar_Merging yes, i know this the name part is also the name of the xml file without extension, file which should be located, on Linux, in

Re: [api-dev] Extension - Addon.xcu

2009-12-08 Thread Jörg Schmidt
Hello Steffen, steffen.gr...@sun.com wrote: when I change browserobjectbar to standardbar, your Addons.xcu works. It seems that browserobjectbar is not valid anymore, but I am not familiar with it, so I am at a loss there. Where in the UI can you activate that toolbar? i mean the toolbar

Re: [api-dev] Extension - Addon.xcu

2009-12-08 Thread Ariel Constenla-Haile
Hello Jörg, On Tuesday 08 December 2009, 15:33, Jörg Schmidt wrote: in my opinion, there is a problem. In OOo 2.4.0 is the xml-file (in Windows): C:\Programme\OpenOffice.org 2.4\share\config\soffice.cfg\modules\dbbrowser\toolbar\browserobjectbar. xml but in OOo 3.1.0 the file for the