[api-dev] required/CWS jl152 : Changes to the extension manager API in CWS jl152

2010-06-09 Thread joachim . lingner
Type: required Title: Changes to the extension manager API in CWS jl152 Posted by: joachim.ling...@sun.com Affected: api TaskId: i77196 http://www.openoffice.org/issues/show_bug.cgi?id=77196 Effective from: CWS jl152 CWS:

Re: [api-dev] Generating the platform string for an extension

2010-05-26 Thread Joachim Lingner
Nice we caught your attention. According to http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Target_Platform Do not confuse these tokens with those used to specify a native library in the manifest.xml. We will unify the use of the tokens in one of the future releases.

Re: [api-dev] Generating the platform string for an extension

2010-05-25 Thread Joachim Lingner
On 05/25/10 15:41, Ariel Constenla-Haile wrote: Hello Patrick, On Tuesday 25 May 2010, 05:09, Patrick Bernard wrote: I'm developing an extension in C++ on Ubuntu with the OOo sdk, make and g++ as build environment. so you are using the OOo SDK build environment, aren't you? The extension

Re: [api-dev] Updating extensions

2010-04-26 Thread Joachim Lingner
Could you give more detail (scenario, programming language)? Maybe a code example?. Joachim Patrick Bernard wrote: Hello Updating an extension while it is used by OpenOffice.org can wreak havoc if the extension uses global variables. Is there a way to avoid this problem ? Patrick

Re: [api-dev] Open Office Programming with C#.net

2009-04-07 Thread Joachim Lingner
BTW, when using the C# you can use the CLI-UNO bridge. Look here: http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding On cause of error is often a wrong formatted file URL. What is yours exactly? Joachim Radhika Godugu schrieb: I am getting One

Re: [api-dev] java applet in com.sun.star

2009-03-03 Thread Joachim Lingner
No Java applets are not supported anymore. Joachim allirpa wrote: is it possible to deploy an applet in an open office addon window? get me? please help. :) tnx. - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org

Re: [api-dev] Re: OLE Bridge - Strange exception

2008-11-18 Thread Joachim Lingner
Carlos Rocha wrote: Hi Joachim Lingner, Could you strip down your program so that it still runs and the error can still be reproduced? You mean make it as small as possible? yes I can, but it's an ActiveX (OCX) wrapper so it needs a client, and it uses another wrapper (COM) that allows me

Re: [api-dev] Re: OLE Bridge - Strange exception

2008-11-17 Thread Joachim Lingner
Could you strip down your program so that it still runs and the error can still be reproduced? Joachim Carlos Rocha wrote: Hi Joachim, Thanks for the reply. Maybe the implmentation of XDispatchProviderInterceptor is faulty. I assume that you implemented it VB. In case you have not already

Re: [api-dev] embedding Java window in OO.o frame

2008-07-02 Thread Joachim Lingner
Mathias Bauer schrieb: Joachim Lingner wrote: Mathias Bauer wrote: Marc Santhoff wrote: Hi, the devguide has information about embedding an OO.o window into a Java window as a client. I'd like to know if the opposite is possible: a Java window embedded into a OO.o window/frame. Can

Re: [api-dev] embedding Java window in OO.o frame

2008-07-01 Thread Joachim Lingner
Mathias Bauer wrote: Marc Santhoff wrote: Hi, the devguide has information about embedding an OO.o window into a Java window as a client. I'd like to know if the opposite is possible: a Java window embedded into a OO.o window/frame. Can this be done? If yes, how to? (or where can I find

Re: [api-dev] Digital signatures API questions

2008-05-30 Thread Joachim Lingner
Jurgis Pralgauskis schrieb: Hello, We want to include some graphical information alongside with signature/certificate - a photo/logo or graphical signature. (Others are responsible for standardt ways to include this in/wiht certificate, and I try to find out, how to present it in OOo) I think

Re: [api-dev] Problems using the OOBean. Please HELP!! (SOLVED)

2008-04-23 Thread Joachim Lingner
Hi There is an applet example in the bean module. The test was made to be run in the build environment with calling dmake. The html page contains an applet parameter which needs to contain the location of OOo. The applet uses then its own classloader to load the needed jars. Joachim Juergen

Re: [api-dev] Problems with the bootstraping mechanism in OOoBean

2008-04-10 Thread Joachim Lingner
It could be that the java bootstrap code is in fact broken in the latest DEV300 builds (at least for c++ it is). I have no idea what Eclipse does but you could have a look at the applet example in the bean project. The applet needs to know where the office is located. The paths to the office

Re: [api-dev] Nodepath for java settings correct? (ConfigurationProvider)

2008-02-28 Thread Joachim Lingner
The settings in the configuration are deprecated. Instead the java framework uses its own settings file which it accesses without using UNO service. This is necessary for bootstrapping java. When one uses UNO one never now if a service requires Java. There exists a C API which one can use to

Re: [api-dev] Nodepath for java settings correct? (ConfigurationProvider)

2008-02-28 Thread Joachim Lingner
Andre Heine wrote: Hello Joachim, Am Donnerstag, 28. Februar 2008 10:10 schrieb Joachim Lingner: [...] There exists a C API which one can use to set and read settings for the current user. There is currently no way to to do this for all users. The header can be found at jvmfwk/inc

Re: [api-dev] OOoBean API specification

2008-01-17 Thread Joachim Lingner
Marco Castillo schrieb: Dear List: I'm using the OOoBean to embed OO into a JSF application, but I need to see the API specification. I've been googling around but I've been unable to find anything. Anyone knows where can I check the OOoBean API specification. Thanks in advance for

[api-dev] Re: [extensions-dev] uno.pkg and (external) jars

2007-12-03 Thread Joachim Lingner
Hi, I suppose the Extension Manager was designed in a way that all extension content is in fact contained in one and the same place. There are certainly pros and cons for allowing to reference external jars from within an extension. So one needs to investigate this a bit deeper. But feel free

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-19 Thread Joachim Lingner
Tobias Krais schrieb: Hi together, I have a strange problem here. I created a java program installing my OO extension. After testing it many times (removing and adding the extension again and again, maybe 50 times), the extension (written in Java, too) does not work anymore! As if the the API I

Re: [api-dev] DCOM OpenOffice.org

2007-04-27 Thread Joachim Lingner
Thanks. Joachim Joachim As it appears that no one has currently the time to investigate this further I' d like to take up your suggestion to put together a simple test case. You could then submit an issue with the test case attached. This way it will not be forgotten. If you decide to

Re: [api-dev] DCOM OpenOffice.org

2007-04-26 Thread Joachim Lingner
As it appears that no one has currently the time to investigate this further I' d like to take up your suggestion to put together a simple test case. You could then submit an issue with the test case attached. This way it will not be forgotten. If you decide to do so you can set the owner to

Re: [api-dev] DCOM OpenOffice.org

2007-04-23 Thread Joachim Lingner
JV wrote: Joachim I'm trying to get OpenOffice.org to run under COM/DCOM for use on an unattended server. To do this I create a Component Package under COM+. It works fine. However if I change the user from the Interactive User (me) to a named user (also me) then I start getting errors when I

Re: [api-dev] DCOM OpenOffice.org

2007-04-23 Thread Joachim Lingner
JV wrote: Joachim I'm trying to get OpenOffice.org to run under COM/DCOM for use on an unattended server. To do this I create a Component Package under COM+. It works fine. However if I change the user from the Interactive User (me) to a named user (also me) then I start getting errors when I

Re: [api-dev] DCOM OpenOffice.org

2007-04-20 Thread Joachim Lingner
JV wrote: Hi I'm trying to get OpenOffice.org to run under COM/DCOM for use on an unattended server. To do this I create a Component Package under COM+. It works fine. However if I change the user from the Interactive User (me) to a named user (also me) then I start getting errors when I

Re: [api-dev] DCOM OpenOffice.org

2007-04-17 Thread Joachim Lingner
Mathias Bauer wrote: JV wrote: Hi I'm trying to get OpenOffice.org to run under COM/DCOM for use on an unattended server. To do this I create a Component Package under COM+. It works fine. However if I change the user from the Interactive User (me) to a named user (also me) then I start

Re: [api-dev] Problems integrating OfficeBean on gtk+

2007-02-16 Thread Joachim Lingner
for GTK, which will eventually solve this problem. Joachim Andreas Joachim Lingner wrote: Hello, This is a known problem, which is currently being worked on. There is a workaround explained at http://wiki.services.openoffice.org/wiki/OOoBean Joachim *alice* wrote: Hello List

Re: [api-dev] Problems integrating OfficeBean on gtk+

2007-02-15 Thread Joachim Lingner
Hello, This is a known problem, which is currently being worked on. There is a workaround explained at http://wiki.services.openoffice.org/wiki/OOoBean Joachim *alice* wrote: Hello List, I am trying to implement an OfficeBean beside several AWT TextAreas. It has an AWT-Frame

Re: [api-dev] Re: please advise: ooobean

2006-10-09 Thread Joachim Lingner
Jochen Staerk wrote: Thanks for answering/Hi, the windows version of my app does not work. I would use custom classloader approach. OK, lets go for it. problem is how does Java locate the JARs (its not only officebean.jar).Also the officebean.jar must be located first. In the SDK there

Re: [api-dev] please advise: ooobean

2006-10-02 Thread Joachim Lingner
Hi Jochen Staerk wrote: Hi, ooobean is great, I use it in a small project (gnuaccounting.sf.net), but I have a problem: my app only works when ooobean.jar is in the classpath. I can't deploy ooobean.jar with my application because it uses relative paths to the installed openoffice. I can't

Re: [api-dev] API for adding the classpath

2006-09-07 Thread Joachim Lingner
Madhan Ponnusamy wrote: Hi, I had added the java classpath in tools - options - java.can i do the same thing using a java code i.e) using any API?if yes can any one tell me what is the API to be used Thanks Regards, Madhan There is a C - API. See project jvmfwk file

Re: [api-dev] Unanswered: Java swing app and officebean focus problem

2006-08-30 Thread Joachim Lingner
Malte von der Lancken-Wakenitz wrote: Hello Joachim Thank you VERY much for replying! I tried the SAL_USE_VCLPLUGIN=gen As you said it looks different, both from the shell and my swing app. But the problem remains... Two days ago I deployed it via WebStart (a different tale :-) on windows

Re: [api-dev] OOeBean error in a swt / standalone application

2006-07-25 Thread Joachim Lingner
Hi, Exception in thread main java.lang.NoClassDefFoundError: com/sun/star/comp/beans/NoConnectionException at de.zuehlke_it.sgv.view.StackView.init(StackView.java:43) at de.zuehlke_it.sgv.view.MainComp.init(MainComp.java:31) at de.zuehlke_it.sgv.SGV.main(SGV.java:171)

Re: [api-dev] OOoBean correct termination

2006-03-02 Thread Joachim Lingner
Hi, there is a bug concerning the termination of the bean (60473). What you could to is to modify the OOoBean code yourself. You could for example add a function to OOoBean that removes the event listener (private class EventListener in com/sun/star/comp/beans/OOoBean.java). after calling this

Re: [api-dev] 2.0 and changing JAVA-Settings

2005-08-29 Thread Joachim Lingner
Hi, There is a C API (jvmfwk/framework.h) which you can use to set the class path for the current user. It is not possible to set it for all users or particular JREs. I am not sure if you can use a C API from Basic or the other scripting languages. If it is not possible, but it is really

Re: [api-dev] Embedding OOo into a VB application

2005-01-24 Thread Joachim Lingner
Hi, 1) ActiveX By using OOo ActiveX component (so_activex.dll) it seems possible to embed OOo. The problem is that very few methods and properties are exposed and there is a lack of documentation about API on how interact with the component. There is no type library and the